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