summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zcomp.h
AgeCommit message (Expand)Author
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky
2024-03-04zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang
2022-11-30zram: preparation for multi-zcomp supportSergey Senozhatsky
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner
2016-07-26zram: delete custom lzo/lz4Sergey Senozhatsky
2016-07-26zram: switch to crypto compress APISergey Senozhatsky
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky
2014-04-07zram: propagate error to userMinchan Kim
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky
2014-04-07zram: add set_max_streams knobSergey Senozhatsky
2014-04-07zram: add multi stream functionalitySergey Senozhatsky
2014-04-07zram: factor out single stream compressionSergey Senozhatsky
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky