summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zcomp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zram: move immutable comp params away from per-CPU contextSergey Senozhatsky2024-09-101-4/+16
* zram: introduce zcomp_ctx structureSergey Senozhatsky2024-09-101-7/+16
* zram: introduce zcomp_req structureSergey Senozhatsky2024-09-101-5/+10
* zram: introduce zcomp_params structureSergey Senozhatsky2024-09-101-2/+12
* zram: introduce custom comp backends APISergey Senozhatsky2024-09-101-10/+19
* zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang2024-03-051-1/+0
* zram: preparation for multi-zcomp supportSergey Senozhatsky2022-12-011-1/+1
* zram: Use local lock to protect per-CPU dataMike Galbraith2020-05-281-0/+3
* zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior2020-05-281-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-2/+3
* zram: delete custom lzo/lz4Sergey Senozhatsky2016-07-271-15/+0
* zram: switch to crypto compress APISergey Senozhatsky2016-07-271-10/+7
* zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-271-2/+2
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-211-11/+3
* zram: pass gfp from zcomp frontend to backendMinchan Kim2016-01-151-1/+1
* zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-261-0/+1
* zram: propagate error to userMinchan Kim2014-04-081-2/+2
* zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-081-0/+2
* zram: add set_max_streams knobSergey Senozhatsky2014-04-081-0/+3
* zram: add multi stream functionalitySergey Senozhatsky2014-04-081-1/+3
* zram: factor out single stream compressionSergey Senozhatsky2014-04-081-2/+5
* zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-081-0/+58