summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
2025-01-12zram: fix potential UAF of zram tableKairui Song1-0/+1
2024-12-18zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-18zram: refuse to use zero sized block device as backing deviceKairui Song1-0/+6
2024-11-14zram: fix NULL pointer in comp_algorithm_show()Liu Shixin1-3/+2
2024-11-11zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven1-0/+1
2024-11-11zram: clear IDLE flag in mark_idle()Sergey Senozhatsky1-0/+2
2024-11-11zram: clear IDLE flag after recompressionSergey Senozhatsky1-0/+7
2024-11-06zram: do not open-code comp priority 0Sergey Senozhatsky1-2/+2
2024-11-05zram: remove UNDER_WB and simplify writebackSergey Senozhatsky2-38/+16
2024-11-05zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky1-11/+7
2024-11-05zram: do not mark idle slots that cannot be idleSergey Senozhatsky1-7/+18
2024-11-05zram: rework writeback target selection strategySergey Senozhatsky1-19/+64
2024-11-05zram: rework recompress target selection strategySergey Senozhatsky1-27/+160
2024-11-05zram: permit only one post-processing operation at a timeSergey Senozhatsky2-0/+17
2024-11-05zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky2-0/+3
2024-09-26zram: don't free statically defined namesAndrey Skvortsov1-2/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-127/+1241
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky1-0/+5
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky1-0/+12
2024-09-09zram: add dictionary support to zstd backendSergey Senozhatsky1-26/+124
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky1-7/+68
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky1-7/+67
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky9-98/+168
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky9-135/+149
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky9-72/+77
2024-09-09zram: add support for dict comp configSergey Senozhatsky1-9/+36
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky1-0/+68
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky1-2/+3
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky11-24/+67
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky2-6/+21
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky5-0/+94
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky5-0/+158
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky1-2/+2
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky5-0/+123
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky5-2/+100
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky5-0/+98
2024-09-09zram: add lzo and lzorle compression backends supportSergey Senozhatsky7-0/+140
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky4-151/+76
2024-09-06zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior2-2/+3
2024-09-06zram: Remove ZRAM_LOCKSebastian Andrzej Siewior2-12/+3
2024-09-06zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith2-4/+15
2024-09-03zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)1-1/+0
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand1-0/+1
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-1/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-2/+0
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-23/+8
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro2-23/+8
2024-04-25zram: add max_pages param to recompressionSergey Senozhatsky1-3/+28