summaryrefslogtreecommitdiff
path: root/drivers/block/zram/backend_lz4.c
AgeCommit message (Expand)AuthorFilesLines
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-24zram: validate parameters in each backend's setup_paramsHaoqin Huang1-1/+5
2026-08-24zram: add pr_fmt to backend filesHaoqin Huang1-0/+4
2026-04-05zram: optimize LZ4 dictionary compression performancegao xu1-3/+26
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2025-05-31zram: rename ZCOMP_PARAM_NO_LEVELSergey Senozhatsky1-1/+1
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky1-7/+67
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky1-31/+20
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky1-16/+20
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky1-8/+7
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky1-3/+6
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky1-0/+72