All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shaohua Li <shli@kernel.org>
To: Seth Jennings <sjenning@linux.vnet.ibm.com>
Cc: linux-mm@kvack.org, bob.liu@oracle.com, dan.magenheimer@oracle.com
Subject: Re: [RFC 0/4] cleancache: SSD backed cleancache backend
Date: Sun, 29 Sep 2013 17:19:23 +0800	[thread overview]
Message-ID: <20130929091923.GA376@kernel.org> (raw)
In-Reply-To: <20130926161401.GA3288@medulla.variantweb.net>

On Thu, Sep 26, 2013 at 11:14:01AM -0500, Seth Jennings wrote:
> On Thu, Sep 26, 2013 at 10:14:28PM +0800, Shaohua Li wrote:
> > Hi,
> > 
> > This is a cleancache backend which caches page to disk, usually a SSD. The
> > usage model is similar like Windows readyboost. Eg, user plugs a USB drive,
> > and we use the USB drive to cache clean pages to reduce IO to hard disks.
> 
> Very interesting! A few thoughts:
> 
> It seems that this is doing at the page level what bcache/dm-cache do at
> the block layer.  What is the advantage of doing it this way?

That's true. It's only helpful for case of temporary caching. If a SSD is
dedicated for caching, bcache/dm-cache is always generic.

Thanks,
Shaohua

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2013-09-29  9:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-26 14:14 [RFC 0/4] cleancache: SSD backed cleancache backend Shaohua Li
2013-09-26 14:14 ` [RFC 1/4] cleancache: make put_page async possible Shaohua Li
2013-09-26 14:14 ` [RFC 2/4] cleancache: make get_page " Shaohua Li
2013-09-26 14:14 ` [RFC 3/4] cleancache: invalidate cache at dirty page Shaohua Li
2013-09-26 14:14 ` [RFC 4/4] cleancache: SSD backed cleancache backend Shaohua Li
2013-09-26 16:14 ` [RFC 0/4] " Seth Jennings
2013-09-29  9:19   ` Shaohua Li [this message]
2013-10-09 11:52   ` Theodore Ts'o
2013-10-10 10:24     ` Alex Elsayed
2013-10-10 10:38     ` Bob Liu

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=20130929091923.GA376@kernel.org \
    --to=shli@kernel.org \
    --cc=bob.liu@oracle.com \
    --cc=dan.magenheimer@oracle.com \
    --cc=linux-mm@kvack.org \
    --cc=sjenning@linux.vnet.ibm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.