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