summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zcomp.c (follow)
Commit message (Expand)AuthorAge
* UPSTREAM: zram: add zstd to the supported algorithms listSergey Senozhatsky2018-08-23
* UPSTREAM: zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2018-08-23
* UPSTREAM: zram: add more compression algorithmsSergey Senozhatsky2018-08-23
* UPSTREAM: zram: delete custom lzo/lz4Sergey Senozhatsky2018-08-23
* UPSTREAM: zram: use crypto api to check alg availabilitySergey Senozhatsky2018-08-23
* BACKPORT: zram: switch to crypto compress APISergey Senozhatsky2018-08-23
* UPSTREAM: zram: rename zstrm find-release functionsSergey Senozhatsky2018-08-23
* UPSTREAM: zram: remove max_comp_streams internalsSergey Senozhatsky2018-08-23
* UPSTREAM: zram: user per-cpu compression streamsSergey Senozhatsky2018-08-23
* UPSTREAM: zram: pass gfp from zcomp frontend to backendMinchan Kim2018-08-23
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-17
* zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-17
* zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-25
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-25
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-07
* zram: propagate error to userMinchan Kim2014-04-07
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-07
* zram: add lz4 algorithm backendSergey Senozhatsky2014-04-07
* zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-07
* zram: add set_max_streams knobSergey Senozhatsky2014-04-07
* zram: add multi stream functionalitySergey Senozhatsky2014-04-07
* zram: factor out single stream compressionSergey Senozhatsky2014-04-07
* zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-07