aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-29zram: use the default discard granularityChristoph Hellwig
2023-12-10zram: use kmap_local_page()Sergey Senozhatsky
2023-12-10zram: split memory-tracking and ac-time trackingSergey Senozhatsky
2023-10-28zram: Convert to use bdev_open_by_dev()Jan Kara
2023-08-05zram: take device and not only bvec offset into accountChristoph Hellwig
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-19zram: further limit recompression thresholdSergey Senozhatsky
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni
2023-04-18zram: return errors from read_from_bdev_syncChristoph Hellwig
2023-04-18zram: fix synchronous readsChristoph Hellwig
2023-04-18zram: don't return errors from read_from_bdev_asyncChristoph Hellwig
2023-04-18zram: pass a page to read_from_bdevChristoph Hellwig
2023-04-18zram: refactor zram_bdev_writeChristoph Hellwig
2023-04-18zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig
2023-04-18zram: refactor zram_bdev_readChristoph Hellwig
2023-04-18zram: directly call zram_read_page in writeback_storeChristoph Hellwig
2023-04-18zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig
2023-04-18zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig
2023-04-18zram: refactor highlevel read and write handlingChristoph Hellwig
2023-04-18zram: return early on error in zram_bvec_rwChristoph Hellwig
2023-04-18zram: move discard handling to zram_submit_bioChristoph Hellwig
2023-04-18zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig
2023-04-18zram: make zram_bio_discard more self-containedChristoph Hellwig
2023-04-18zram: remove valid_io_requestChristoph Hellwig
2023-04-18zram: always compile read_from_bdev_syncChristoph Hellwig
2023-04-18zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky
2023-01-18zram: fix typos in commentsJeongHyeon Lee
2022-11-30zram: remove unused stats fieldsSergey Senozhatsky
2022-11-30zram: add incompressible flag to read_block_state()Sergey Senozhatsky
2022-11-30zram: add incompressible writebackSergey Senozhatsky
2022-11-30zram: add algo parameter support to zram_recompress()Sergey Senozhatsky
2022-11-30zram: remove redundant checks from zram_recompress()Sergey Senozhatsky
2022-11-30zram: add size class equals check into recompressionAlexey Romanov
2022-11-30zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky
2022-11-30zram: clarify writeback_store() commentSergey Senozhatsky
2022-11-30zram: add recompress flag to read_block_state()Sergey Senozhatsky