[RFC PATCH 0/3] add LZ4 compression support

2014-01-17 Thread Sergey Senozhatsky
This patchset introduces support for LZ4 compression
(along with LZO) and adds functionality to list and change
compression algorithms, using new `compressor' device attribute.

Sergey Senozhatsky (3):
  zram: delete zram_init_device() function
  zram: introduce zram compressor operations struct
  zram: list and select compression algorithms

 Documentation/blockdev/zram.txt | 23 +---
 drivers/block/zram/Kconfig  |  2 +
 drivers/block/zram/zram_drv.c   | 83 +
 drivers/block/zram/zram_drv.h   | 10 +
 4 files changed, 89 insertions(+), 29 deletions(-)

-- 
1.8.5.3.493.gb139ac2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[RFC PATCH 0/3] add LZ4 compression support

2014-01-17 Thread Sergey Senozhatsky
This patchset introduces support for LZ4 compression
(along with LZO) and adds functionality to list and change
compression algorithms, using new `compressor' device attribute.

Sergey Senozhatsky (3):
  zram: delete zram_init_device() function
  zram: introduce zram compressor operations struct
  zram: list and select compression algorithms

 Documentation/blockdev/zram.txt | 23 +---
 drivers/block/zram/Kconfig  |  2 +
 drivers/block/zram/zram_drv.c   | 83 +
 drivers/block/zram/zram_drv.h   | 10 +
 4 files changed, 89 insertions(+), 29 deletions(-)

-- 
1.8.5.3.493.gb139ac2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/