summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-13/+13
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-16/+16
2026-02-01zram: rename init_lock to dev_lockSergey Senozhatsky2-32/+32
2026-01-27zsmalloc: use actual object size to detect spansSergey Senozhatsky1-6/+8
2026-01-21zram: remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2026-01-21zram: drop pp_in_progressSergey Senozhatsky2-25/+8
2026-01-21zram: fixup read_block_state()Sergey Senozhatsky1-5/+2
2026-01-21zram: trivial fix of recompress_slot() coding stylesSergey Senozhatsky1-5/+6
2026-01-21zram: rename internal slot APISergey Senozhatsky1-181/+182
2026-01-21zram: use u32 for entry ac_time trackingSergey Senozhatsky2-32/+37
2026-01-21zram: consolidate device-attr declarationsSergey Senozhatsky1-4/+3
2026-01-21zram: switch to guard() for init_lockSergey Senozhatsky1-134/+77
2026-01-21zram: rename zram_free_page()Sergey Senozhatsky1-10/+10
2026-01-21zram: move bd_stat to writeback sectionSergey Senozhatsky1-27/+21
2026-01-21zram: introduce writeback_compressed device attributeRichard Chang1-0/+38
2026-01-21zram: introduce compressed data writebackRichard Chang2-53/+227
2025-11-29zram: fix a spelling mistakeChu Guangqing1-1/+1
2025-11-25zram: fix the issue that the write - back limits might overflowYuwen Chen1-0/+10
2025-11-25zram: read slot block idx under slot lockSergey Senozhatsky1-3/+3
2025-11-25zram: rework bdev block allocationSergey Senozhatsky1-19/+18
2025-11-25zram: drop wb_limit_lockSergey Senozhatsky2-18/+5
2025-11-25zram: take write lock in wb limit store handlersSergey Senozhatsky1-7/+10
2025-11-25zram: add writeback batch size device attrSergey Senozhatsky2-6/+41
2025-11-25zram: introduce writeback bio batchingSergey Senozhatsky1-68/+301
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+8
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-5/+3
2025-09-16zram: fix slot write race conditionSergey Senozhatsky1-5/+3
2025-09-14zram: protect recomp_algorithm_show() with ->init_lockSergey Senozhatsky1-15/+8
2025-09-09drivers/block: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-07-04zram: pass buffer offset to zcomp_available_show()Sergey Senozhatsky3-13/+13
2025-07-04block: zram: replace scnprintf() with sysfs_emit() in *_show() functionsRahul Kumar1-11/+11
2025-06-01zram: support deflate-specific paramsSergey Senozhatsky3-6/+28
2025-06-01zram: rename ZCOMP_PARAM_NO_LEVELSergey Senozhatsky6-7/+7
2025-05-12zram: modernize writeback interfaceSergey Senozhatsky1-105/+215
2025-05-12zsmalloc: prefer the the original page's node for compressed dataNhat Pham1-3/+8
2025-03-17zram: add might_sleep to zcomp APISergey Senozhatsky1-0/+2
2025-03-17zram: do not leak page on writeback_store error pathSergey Senozhatsky1-2/+4
2025-03-17zram: do not leak page on recompress_store error pathSergey Senozhatsky1-3/+3
2025-03-17zram: permit reclaim in zstd custom allocatorSergey Senozhatsky1-10/+1
2025-03-17zram: switch to new zsmalloc object mapping APISergey Senozhatsky3-19/+15
2025-03-17zram: move post-processing target allocationSergey Senozhatsky1-28/+22
2025-03-17zram: rework recompression loopSergey Senozhatsky1-34/+20
2025-03-17zram: filter out recomp targets based on prioritySergey Senozhatsky1-9/+16
2025-03-17zram: limit max recompress prio to num_active_compsSergey Senozhatsky1-3/+12
2025-03-17zram: remove writestall zram_stats memberSergey Senozhatsky2-3/+1
2025-03-17zram: add GFP_NOWARN to incompressible zsmalloc handle allocationSergey Senozhatsky1-1/+2
2025-03-17zram: remove second stage of handle allocationSergey Senozhatsky1-32/+7
2025-03-17zram: remove max_comp_streams device attrSergey Senozhatsky1-23/+0
2025-03-17zram: remove unused crypto includeSergey Senozhatsky3-3/+3