Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zram: use scnprintf() in attrs show() methods | Sergey Senozhatsky | 2014-04-08 | 1 | -3/+5 |
* | zram: propagate error to user | Minchan Kim | 2014-04-08 | 1 | -5/+5 |
* | zram: return error-valued pointer from zcomp_create() | Sergey Senozhatsky | 2014-04-08 | 1 | -6/+8 |
* | zram: add lz4 algorithm backend | Sergey Senozhatsky | 2014-04-08 | 1 | -0/+6 |
* | zram: make compression algorithm selection possible | Sergey Senozhatsky | 2014-04-08 | 1 | -3/+29 |
* | zram: add set_max_streams knob | Sergey Senozhatsky | 2014-04-08 | 1 | -0/+36 |
* | zram: add multi stream functionality | Sergey Senozhatsky | 2014-04-08 | 1 | -2/+122 |
* | zram: factor out single stream compression | Sergey Senozhatsky | 2014-04-08 | 1 | -8/+54 |
* | zram: introduce compressing backend abstraction | Sergey Senozhatsky | 2014-04-08 | 1 | -0/+115 |