Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1630281
| From | Joonsoo Kim <js1304@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/4] zram: implement deduplication in zram |
| Date | 2017-04-25 10:20 +0200 |
| Message-ID | <tA3Rx-28G-25@gated-at.bofh.it> (permalink) |
| References | <tyvoS-7Sg-5@gated-at.bofh.it> <tA2C6-1bC-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Apr 25, 2017 at 03:53:25PM +0900, Minchan Kim wrote: > Hi Joonsoo, > > On Fri, Apr 21, 2017 at 10:14:47AM +0900, js1304@gmail.com wrote: > > From: Joonsoo Kim <iamjoonsoo.kim@lge.com> > > > > Changes from v2 > > o rebase to latest zram code > > o manage alloc/free of the zram_entry in zram_drv.c > > o remove useless RB_CLEAR_NODE > > o set RO permission tor use_deup sysfs entry if CONFIG_ZRAM_DEDUP=n > > > > 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 description > > about motivation and experimental results on patch #2 so please > > refer it. > > > > Thanks. > > To all patches: > > Acked-by: Minchan Kim <minchan@kernel.org> > > If you send new version due to trivial stuff I mentioned, > feel free to add my Acked-by to the patchset. > Thanks! Hello, Andrew. There is one trivial stuff so I sent the new 3/4 patch. If you want to resend the full series, I will do it. Please let me know your preference. Thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/4] zram: implement deduplication in zram js1304@gmail.com - 2017-04-21 03:20 +0200
[PATCH v3 4/4] zram: compare all the entries with same checksum for deduplication js1304@gmail.com - 2017-04-21 03:20 +0200
Re: [PATCH v3 0/4] zram: implement deduplication in zram Minchan Kim <minchan@kernel.org> - 2017-04-25 09:00 +0200
Re: [PATCH v3 0/4] zram: implement deduplication in zram Joonsoo Kim <js1304@gmail.com> - 2017-04-25 10:20 +0200
csiph-web