linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] zram: implement deduplication in zram
@ 2017-03-16  2:46 js1304
  2017-03-16  2:46 ` [PATCH 1/4] mm/zsmalloc: always set movable/highmem flag to the zspage js1304
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: js1304 @ 2017-03-16  2:46 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Minchan Kim, Sergey Senozhatsky, linux-kernel, kernel-team,
	Joonsoo Kim

From: Joonsoo Kim <iamjoonsoo.kim@lge.com>

This patchset implements deduplication feature in zram. Motivation
is to save memory usage by zram. There are detailed description
about motivation and experimental results on patch 3 so please
refer it.

Thanks.

Joonsoo Kim (4):
  mm/zsmalloc: always set movable/highmem flag to the zspage
  zram: introduce zram_entry to prepare dedup functionality
  zram: implement deduplication in zram
  zram: make deduplication feature optional

 drivers/block/zram/zram_drv.c | 338 +++++++++++++++++++++++++++++++++++++-----
 drivers/block/zram/zram_drv.h |  25 +++-
 mm/zsmalloc.c                 |  10 +-
 3 files changed, 330 insertions(+), 43 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-03-28  5:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16  2:46 [PATCH 0/4] zram: implement deduplication in zram js1304
2017-03-16  2:46 ` [PATCH 1/4] mm/zsmalloc: always set movable/highmem flag to the zspage js1304
2017-03-21 11:10   ` Minchan Kim
2017-03-23  2:10     ` Joonsoo Kim
2017-03-24  0:34       ` Minchan Kim
2017-03-16  2:46 ` [PATCH 2/4] zram: introduce zram_entry to prepare dedup functionality js1304
2017-03-16  2:46 ` [PATCH 3/4] zram: implement deduplication in zram js1304
2017-03-21 23:41   ` Minchan Kim
2017-03-23  3:04     ` Joonsoo Kim
2017-03-24  0:38       ` Minchan Kim
2017-03-23 13:40   ` Sergey Senozhatsky
2017-03-28  0:28     ` Joonsoo Kim
2017-03-16  2:46 ` [PATCH 4/4] zram: make deduplication feature optional js1304
2017-03-22  0:00   ` Minchan Kim
2017-03-23  3:05     ` Joonsoo Kim
2017-03-27  8:11       ` Sergey Senozhatsky
2017-03-28  1:02         ` Joonsoo Kim
2017-03-28  2:22           ` Sergey Senozhatsky
2017-03-28  2:50             ` Minchan Kim
2017-03-28  5:12               ` Sergey Senozhatsky
2017-03-28  5:57                 ` Minchan Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).