From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1167405AbdDYGy0 (ORCPT ); Tue, 25 Apr 2017 02:54:26 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:48424 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1164774AbdDYGyU (ORCPT ); Tue, 25 Apr 2017 02:54:20 -0400 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 165.244.249.25 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Tue, 25 Apr 2017 15:53:25 +0900 From: Minchan Kim To: CC: Andrew Morton , Sergey Senozhatsky , , , Joonsoo Kim Subject: Re: [PATCH v3 0/4] zram: implement deduplication in zram Message-ID: <20170425065325.GB6578@bbox> References: <1492737291-11455-1-git-send-email-iamjoonsoo.kim@lge.com> MIME-Version: 1.0 In-Reply-To: <1492737291-11455-1-git-send-email-iamjoonsoo.kim@lge.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB06/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2017/04/25 15:53:26, Serialize by Router on LGEKRMHUB06/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2017/04/25 15:53:26, Serialize complete at 2017/04/25 15:53:26 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joonsoo, On Fri, Apr 21, 2017 at 10:14:47AM +0900, js1304@gmail.com wrote: > From: Joonsoo Kim > > 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 If you send new version due to trivial stuff I mentioned, feel free to add my Acked-by to the patchset. Thanks!