Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1601895 > unrolled thread
| Started by | js1304@gmail.com |
|---|---|
| First post | 2017-03-16 03:50 +0100 |
| Last post | 2017-03-16 03:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/4] zram: implement deduplication in zram js1304@gmail.com - 2017-03-16 03:50 +0100
| From | js1304@gmail.com |
|---|---|
| Date | 2017-03-16 03:50 +0100 |
| Subject | [PATCH 0/4] zram: implement deduplication in zram |
| Message-ID | <tltEd-8qE-3@gated-at.bofh.it> |
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
Back to top | Article view | linux.kernel
csiph-web