summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)Author
2024-11-14zram: fix NULL pointer in comp_algorithm_show()Liu Shixin
2024-11-11zram: clear IDLE flag in mark_idle()Sergey Senozhatsky
2024-11-11zram: clear IDLE flag after recompressionSergey Senozhatsky
2024-11-06zram: do not open-code comp priority 0Sergey Senozhatsky
2024-11-05zram: remove UNDER_WB and simplify writebackSergey Senozhatsky
2024-11-05zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky
2024-11-05zram: do not mark idle slots that cannot be idleSergey Senozhatsky
2024-11-05zram: rework writeback target selection strategySergey Senozhatsky
2024-11-05zram: rework recompress target selection strategySergey Senozhatsky
2024-11-05zram: permit only one post-processing operation at a timeSergey Senozhatsky
2024-11-05zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky
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