linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Changman Lee <cm224.lee@samsung.com>
To: Chao Yu <chao2.yu@samsung.com>
Cc: linux-fsdevel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [PATCH] f2fs: add cleancache support
Date: Fri, 14 Nov 2014 14:39:51 +0900	[thread overview]
Message-ID: <20141114053951.GC16657@lcm> (raw)
In-Reply-To: <000901cfffb8$556213b0$00263b10$@samsung.com>

On Fri, Nov 14, 2014 at 11:08:15AM +0800, Chao Yu wrote:
> Hi Changman,
> 
> > -----Original Message-----
> > From: Changman Lee [mailto:cm224.lee@samsung.com]
> > Sent: Thursday, November 13, 2014 1:35 PM
> > To: linux-fsdevel@vger.kernel.org; linux-f2fs-devel@lists.sourceforge.net
> > Subject: [f2fs-dev] [PATCH] f2fs: add cleancache support
> > 
> > To use cleancache, fs must explicitly enable cleancache by calling
> > cleancache_init_fs.
> 
> Good catch!
> 
> AFAIK, cleancache will work only if we init its backend and register related ops,
> but since we merged the commit 962564604873 "staging: zcache: delete it", we
> have lost the zcache one. Is there other backends?
> 
> Regards,
> Yu
> 

Hi Yu,

AFAIK, Hypervisor like xen uses cleancache and frontswap positively.
And GCMA (Guaranteed CMA) is newly submitting, which has plan to be used
by cleancache.
I think it's not bad we prepare to accept them.

Thansk,

> > 
> > Signed-off-by: Changman Lee <cm224.lee@samsung.com>
> > ---
> >  fs/f2fs/super.c | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
> > index 512ffd8..2ebb960 100644
> > --- a/fs/f2fs/super.c
> > +++ b/fs/f2fs/super.c
> > @@ -24,6 +24,7 @@
> >  #include <linux/blkdev.h>
> >  #include <linux/f2fs_fs.h>
> >  #include <linux/sysfs.h>
> > +#include <linux/cleancache.h>
> > 
> >  #include "f2fs.h"
> >  #include "node.h"
> > @@ -1144,6 +1145,8 @@ try_onemore:
> >  		if (err)
> >  			goto free_kobj;
> >  	}
> > +
> > +	cleancache_init_fs(sb);
> >  	return 0;
> > 
> >  free_kobj:
> > --
> > 1.9.1
> > 
> > 
> > ------------------------------------------------------------------------------
> > Comprehensive Server Monitoring with Site24x7.
> > Monitor 10 servers for $9/Month.
> > Get alerted through email, SMS, voice calls or mobile push notifications.
> > Take corrective actions from your mobile device.
> > http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Linux-f2fs-devel mailing list
> > Linux-f2fs-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk

  reply	other threads:[~2014-11-14  5:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13  5:34 [PATCH] f2fs: add cleancache support Changman Lee
2014-11-14  1:27 ` [f2fs-dev] " Jaegeuk Kim
2014-11-14  5:53   ` Changman Lee
2014-11-20  4:38     ` Changman Lee
2014-11-24  5:42       ` Jaegeuk Kim
2014-11-24  6:19         ` Changman Lee
2014-11-24  7:18           ` Jaegeuk Kim
2014-11-24  8:10             ` Changman Lee
2014-11-14  3:08 ` Chao Yu
2014-11-14  5:39   ` Changman Lee [this message]
2014-11-18  3:30     ` Chao Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141114053951.GC16657@lcm \
    --to=cm224.lee@samsung.com \
    --cc=chao2.yu@samsung.com \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).