All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] add LZ4 compression support
@ 2014-01-17 11:04 Sergey Senozhatsky
  2014-01-17 11:04 ` [RFC PATCH 1/3] zram: delete zram_init_device() function Sergey Senozhatsky
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Sergey Senozhatsky @ 2014-01-17 11:04 UTC (permalink / raw)
  To: Minchan Kim
  Cc: Jerome Marchand, Nitin Gupta, linux-kernel, 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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-01-21  8:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-17 11:04 [RFC PATCH 0/3] add LZ4 compression support Sergey Senozhatsky
2014-01-17 11:04 ` [RFC PATCH 1/3] zram: delete zram_init_device() function Sergey Senozhatsky
2014-01-20  4:43   ` Minchan Kim
2014-01-17 11:04 ` [RFC PATCH 2/3] zram: introduce zram compressor operations struct Sergey Senozhatsky
2014-01-20  5:12   ` Minchan Kim
2014-01-20  8:39     ` Sergey Senozhatsky
2014-01-20 10:03     ` Sergey Senozhatsky
2014-01-21  0:09       ` Minchan Kim
2014-01-21  8:47         ` Sergey Senozhatsky
2014-01-17 11:04 ` [RFC PATCH 3/3] zram: list and select compression algorithms Sergey Senozhatsky
2014-01-20  5:18   ` Minchan Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.