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