summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
2024-11-14zram: fix NULL pointer in comp_algorithm_show()Liu Shixin
2024-11-11zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven
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 dictionary support to zstd backendSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky
2024-09-09zram: add support for dict comp configSergey Senozhatsky
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky
2024-09-09zram: add lzo and lzorle compression backends supportSergey 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-09-03zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand
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-03-04zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang