Age | Commit message (Expand) | Author |
---|---|---|
2015-10-03 | zram: fix possible use after free in zcomp_create() | Luis Henriques |
2015-06-25 | zram: check comp algorithm availability earlier | Sergey Senozhatsky |
2015-06-25 | zram: cut trailing newline in algorithm name | Sergey Senozhatsky |
2014-04-07 | zram: use scnprintf() in attrs show() methods | Sergey Senozhatsky |
2014-04-07 | zram: propagate error to user | Minchan Kim |
2014-04-07 | zram: return error-valued pointer from zcomp_create() | Sergey Senozhatsky |
2014-04-07 | zram: add lz4 algorithm backend | Sergey Senozhatsky |
2014-04-07 | zram: make compression algorithm selection possible | Sergey Senozhatsky |
2014-04-07 | zram: add set_max_streams knob | Sergey Senozhatsky |
2014-04-07 | zram: add multi stream functionality | Sergey Senozhatsky |
2014-04-07 | zram: factor out single stream compression | Sergey Senozhatsky |
2014-04-07 | zram: introduce compressing backend abstraction | Sergey Senozhatsky |