index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
backend_zstd.c
Age
Commit message (
Expand
)
Author
2026-08-24
zram: validate parameters in each backend's setup_params
Haoqin Huang
2026-08-24
zram: add pr_fmt to backend files
Haoqin Huang
2026-08-24
zram: do not release zstd global params from error paths
Haoqin Huang
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-05-31
zram: rename ZCOMP_PARAM_NO_LEVEL
Sergey Senozhatsky
2025-03-16
zram: permit reclaim in zstd custom allocator
Sergey Senozhatsky
2024-09-09
zram: add dictionary support to zstd backend
Sergey Senozhatsky
2024-09-09
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
2024-09-09
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
2024-09-09
zram: introduce zcomp_req structure
Sergey Senozhatsky
2024-09-09
zram: recalculate zstd compression params once
Sergey Senozhatsky
2024-09-09
zram: introduce zcomp_params structure
Sergey Senozhatsky
2024-09-09
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
2024-09-09
zram: add zstd compression backend support
Sergey Senozhatsky