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