aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/zram/zcomp.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman
2017-11-15zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky
2017-11-15zram: add zstd to the supported algorithms listSergey Senozhatsky
2017-07-10zram: use __sysfs_match_string() helperAndy Shevchenko
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner
2016-07-26zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky
2016-07-26zram: add more compression algorithmsSergey Senozhatsky
2016-07-26zram: delete custom lzo/lz4Sergey Senozhatsky
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky
2016-07-26zram: switch to crypto compress APISergey Senozhatsky
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky
2015-09-17zram: fix possible use after free in zcomp_create()Luis Henriques
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky
2014-04-07zram: propagate error to userMinchan Kim
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky
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