Re: [PATCH v2 0/4] zram: implement deduplication in zram

2017-04-06 Thread Joonsoo Kim
On Fri, Mar 31, 2017 at 08:40:56AM +0900, Minchan Kim wrote: > Hi Andrew and Joonsoo, > > On Thu, Mar 30, 2017 at 03:25:02PM -0700, Andrew Morton wrote: > > On Thu, 30 Mar 2017 14:38:05 +0900 js1...@gmail.com wrote: > > > > > This patchset implements deduplication feature in zram. Motivation > >

Re: [PATCH v2 0/4] zram: implement deduplication in zram

2017-04-06 Thread Joonsoo Kim
On Fri, Mar 31, 2017 at 08:40:56AM +0900, Minchan Kim wrote: > Hi Andrew and Joonsoo, > > On Thu, Mar 30, 2017 at 03:25:02PM -0700, Andrew Morton wrote: > > On Thu, 30 Mar 2017 14:38:05 +0900 js1...@gmail.com wrote: > > > > > This patchset implements deduplication feature in zram. Motivation > >

Re: [PATCH v2 0/4] zram: implement deduplication in zram

2017-03-30 Thread Minchan Kim
Hi Andrew and Joonsoo, On Thu, Mar 30, 2017 at 03:25:02PM -0700, Andrew Morton wrote: > On Thu, 30 Mar 2017 14:38:05 +0900 js1...@gmail.com wrote: > > > This patchset implements deduplication feature in zram. Motivation > > is to save memory usage by zram. There are detailed description > >

Re: [PATCH v2 0/4] zram: implement deduplication in zram

2017-03-30 Thread Minchan Kim
Hi Andrew and Joonsoo, On Thu, Mar 30, 2017 at 03:25:02PM -0700, Andrew Morton wrote: > On Thu, 30 Mar 2017 14:38:05 +0900 js1...@gmail.com wrote: > > > This patchset implements deduplication feature in zram. Motivation > > is to save memory usage by zram. There are detailed description > >

Re: [PATCH v2 0/4] zram: implement deduplication in zram

2017-03-30 Thread Andrew Morton
On Thu, 30 Mar 2017 14:38:05 +0900 js1...@gmail.com wrote: > 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 #2 so please > refer it. I'm getting a lot of

Re: [PATCH v2 0/4] zram: implement deduplication in zram

2017-03-30 Thread Andrew Morton
On Thu, 30 Mar 2017 14:38:05 +0900 js1...@gmail.com wrote: > 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 #2 so please > refer it. I'm getting a lot of

[PATCH v2 0/4] zram: implement deduplication in zram

2017-03-29 Thread js1304
From: Joonsoo Kim Changes from v1 o reogranize dedup specific functions o support Kconfig on/off o update zram documents o compare all the entries with same checksum (patch #4) This patchset implements deduplication feature in zram. Motivation is to save memory usage by

[PATCH v2 0/4] zram: implement deduplication in zram

2017-03-29 Thread js1304
From: Joonsoo Kim Changes from v1 o reogranize dedup specific functions o support Kconfig on/off o update zram documents o compare all the entries with same checksum (patch #4) This patchset implements deduplication feature in zram. Motivation is to save memory usage by zram. There are detailed