summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorLines
2023-08-05zram: take device and not only bvec offset into accountChristoph Hellwig-12/+20
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-06-19zram: further limit recompression thresholdSergey Senozhatsky-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-3/+3
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-4/+4
2023-06-12block: pass a gendisk to ->openChristoph Hellwig-8/+5
2023-06-05block: introduce holder opsChristoph Hellwig-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn-1/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds-1/+0
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-246/+137
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni-1/+0
2023-04-18zram: return errors from read_from_bdev_syncChristoph Hellwig-3/+4
2023-04-18zram: fix synchronous readsChristoph Hellwig-38/+22
2023-04-18zram: don't return errors from read_from_bdev_asyncChristoph Hellwig-12/+4
2023-04-18zram: pass a page to read_from_bdevChristoph Hellwig-27/+16
2023-04-18zram: refactor zram_bdev_writeChristoph Hellwig-19/+19
2023-04-18zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig-10/+4
2023-04-18zram: refactor zram_bdev_readChristoph Hellwig-20/+20
2023-04-18zram: directly call zram_read_page in writeback_storeChristoph Hellwig-10/+4
2023-04-18zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig-4/+4
2023-04-18zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig-12/+5
2023-04-18zram: refactor highlevel read and write handlingChristoph Hellwig-28/+30
2023-04-18zram: return early on error in zram_bvec_rwChristoph Hellwig-9/+9
2023-04-18zram: move discard handling to zram_submit_bioChristoph Hellwig-10/+13
2023-04-18zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig-31/+11
2023-04-18zram: make zram_bio_discard more self-containedChristoph Hellwig-9/+7
2023-04-18zram: remove valid_io_requestChristoph Hellwig-34/+1
2023-04-18zram: always compile read_from_bdev_syncChristoph Hellwig-12/+6
2023-04-18zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman-1/+3
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman-6/+5
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman-1/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-64/+5
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig-11/+4
2023-02-02block: remove ->rw_pageChristoph Hellwig-60/+1
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky-2/+2
2023-01-18zram: fix typos in commentsJeongHyeon Lee-2/+2
2022-11-30zram: remove unused stats fieldsSergey Senozhatsky-4/+0
2022-11-30zram: add incompressible flag to read_block_state()Sergey Senozhatsky-2/+4
2022-11-30zram: add incompressible writebackSergey Senozhatsky-6/+12
2022-11-30zram: add algo parameter support to zram_recompress()Sergey Senozhatsky-9/+46
2022-11-30zram: remove redundant checks from zram_recompress()Sergey Senozhatsky-6/+2
2022-11-30zram: add size class equals check into recompressionAlexey Romanov-1/+10
2022-11-30zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky-3/+3
2022-11-30zram: clarify writeback_store() commentSergey Senozhatsky-2/+6
2022-11-30zram: add recompress flag to read_block_state()Sergey Senozhatsky-2/+3
2022-11-30zram: introduce recompress sysfs knobSergey Senozhatsky-3/+277
2022-11-30zram: factor out WB and non-WB zram read functionsSergey Senozhatsky-23/+49
2022-11-30zram: add recompression algorithm sysfs knobSergey Senozhatsky-19/+105
2022-11-30zram: preparation for multi-zcomp supportSergey Senozhatsky-32/+80
2022-11-08zram: use try_cmpxchg in update_used_maxUros Bizjak-8/+5