summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zcomp.c
Commit message (Expand)AuthorAgeFilesLines
* zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-51/+25
* zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2016-07-261-4/+4
* zram: add more compression algorithmsSergey Senozhatsky2016-07-261-0/+9
* zram: delete custom lzo/lz4Sergey Senozhatsky2016-07-261-1/+1
* zram: use crypto api to check alg availabilitySergey Senozhatsky2016-07-261-24/+37
* zram: switch to crypto compress APISergey Senozhatsky2016-07-261-29/+47
* zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-261-2/+2
* zram: remove max_comp_streams internalsSergey Senozhatsky2016-05-201-5/+0
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-201-215/+82
* zram: pass gfp from zcomp frontend to backendMinchan Kim2016-01-151-8/+16
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-01-151-2/+2
* zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-171-5/+7
* zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-251-0/+5
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-251-1/+1
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-071-3/+5
* zram: propagate error to userMinchan Kim2014-04-071-5/+5
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-071-6/+8
* zram: add lz4 algorithm backendSergey Senozhatsky2014-04-071-0/+6
* zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-071-3/+29
* zram: add set_max_streams knobSergey Senozhatsky2014-04-071-0/+36
* zram: add multi stream functionalitySergey Senozhatsky2014-04-071-2/+122
* zram: factor out single stream compressionSergey Senozhatsky2014-04-071-8/+54
* zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-071-0/+115