index
:
pub/scm/linux/kernel/git/padovan/linux.git
master
Gustavo F. Padovan's fork of linux.git
Gustavo F. Padovan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
backend_zstd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
zram: validate parameters in each backend's setup_params
Haoqin Huang
1
-1
/
+6
2026-08-24
zram: add pr_fmt to backend files
Haoqin Huang
1
-0
/
+2
2026-08-24
zram: do not release zstd global params from error paths
Haoqin Huang
1
-2
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-05-31
zram: rename ZCOMP_PARAM_NO_LEVEL
Sergey Senozhatsky
1
-1
/
+1
2025-03-16
zram: permit reclaim in zstd custom allocator
Sergey Senozhatsky
1
-10
/
+1
2024-09-09
zram: add dictionary support to zstd backend
Sergey Senozhatsky
1
-23
/
+121
2024-09-09
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
1
-12
/
+35
2024-09-09
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
1
-25
/
+29
2024-09-09
zram: introduce zcomp_req structure
Sergey Senozhatsky
1
-8
/
+7
2024-09-09
zram: recalculate zstd compression params once
Sergey Senozhatsky
1
-2
/
+3
2024-09-09
zram: introduce zcomp_params structure
Sergey Senozhatsky
1
-7
/
+11
2024-09-09
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
1
-2
/
+2
2024-09-09
zram: add zstd compression backend support
Sergey Senozhatsky
1
-0
/
+97