summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)Author
2024-09-26zram: don't free statically defined namesAndrey Skvortsov
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky
2024-09-09zram: add support for dict comp configSergey Senozhatsky
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky
2024-09-06zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior
2024-09-06zram: Remove ZRAM_LOCKSebastian Andrzej Siewior
2024-09-06zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro
2024-04-25zram: add max_pages param to recompressionSergey Senozhatsky
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-25zram: port block device access to fileChristian Brauner
2024-02-22zram: use copy_page for full page copyMark-PK Tsai
2024-02-19zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
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