zram: return error-valued pointer from zcomp_create()
[firefly-linux-kernel-4.4.55.git] / drivers / block / zram / zcomp.c
2015-05-11 Sergey Senozhatskyzram: return error-valued pointer from zcomp_create()
2015-05-11 Sergey Senozhatskyzram: add lz4 algorithm backend
2015-05-11 Sergey Senozhatskyzram: make compression algorithm selection possible
2015-05-11 Sergey Senozhatskyzram: add set_max_streams knob
2015-05-11 Sergey Senozhatskyzram: add multi stream functionality
2015-05-11 Sergey Senozhatskyzram: factor out single stream compression
2015-05-11 Sergey Senozhatskyzram: introduce compressing backend abstraction