summaryrefslogtreecommitdiff
path: root/drivers/block/zram/backend_deflate.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-10zram: move immutable comp params away from per-CPU contextSergey Senozhatsky1-9/+20
2024-09-10zram: introduce zcomp_ctx structureSergey Senozhatsky1-21/+25
2024-09-10zram: introduce zcomp_req structureSergey Senozhatsky1-15/+11
2024-09-10zram: introduce zcomp_params structureSergey Senozhatsky1-3/+6
2024-09-10zram: add zlib compression backend supportSergey Senozhatsky1-0/+132