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