From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Vladimir Davydov <vdavydov@parallels.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>,
David Vrabel <david.vrabel@citrix.com>,
Mark Fasheh <mfasheh@suse.com>, Joel Becker <jlbec@evilplan.org>,
Stefan Hengelein <ilendir@googlemail.com>,
Florian Schmaus <fschmaus@gmail.com>,
Andor Daam <andor.daam@googlemail.com>,
Dan Magenheimer <dan.magenheimer@oracle.com>,
Bob Liu <lliubbo@gmail.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] cleancache: remove limit on the number of cleancache enabled filesystems
Date: Mon, 23 Feb 2015 11:12:22 -0500 [thread overview]
Message-ID: <20150223161222.GD30733@l.oracle.com> (raw)
In-Reply-To: <cover.1424628280.git.vdavydov@parallels.com>
On Sun, Feb 22, 2015 at 09:31:51PM +0300, Vladimir Davydov wrote:
> Hi,
>
> Currently, maximal number of cleancache enabled filesystems equals 32,
> which is insufficient nowadays, because a Linux host can have hundreds
> of containers on board, each of which might want its own filesystem.
> This patch set targets at removing this limitation - see patch 4 for
> more details. Patches 1-3 prepare the code for this change.
Hey Vladimir,
Thank you for posting these patches. I was wondering if you had
run through some of the different combinations that you can
load the filesystems/tmem drivers in random order? The #4 patch
deleted a nice chunk of documentation that outlines the different
combinations.
Thank you!
>
> Thanks,
>
> Vladimir Davydov (4):
> ocfs2: copy fs uuid to superblock
> cleancache: zap uuid arg of cleancache_init_shared_fs
> cleancache: forbid overriding cleancache_ops
> cleancache: remove limit on the number of cleancache enabled
> filesystems
>
> Documentation/vm/cleancache.txt | 4 +-
> drivers/xen/tmem.c | 16 ++-
> fs/ocfs2/super.c | 4 +-
> fs/super.c | 2 +-
> include/linux/cleancache.h | 13 +-
> mm/cleancache.c | 270 +++++++++++----------------------------
> 6 files changed, 94 insertions(+), 215 deletions(-)
>
> --
> 1.7.10.4
>
--
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>
WARNING: multiple messages have this Message-ID (diff)
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Vladimir Davydov <vdavydov@parallels.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>,
David Vrabel <david.vrabel@citrix.com>,
Mark Fasheh <mfasheh@suse.com>, Joel Becker <jlbec@evilplan.org>,
Stefan Hengelein <ilendir@googlemail.com>,
Florian Schmaus <fschmaus@gmail.com>,
Andor Daam <andor.daam@googlemail.com>,
Dan Magenheimer <dan.magenheimer@oracle.com>,
Bob Liu <lliubbo@gmail.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] cleancache: remove limit on the number of cleancache enabled filesystems
Date: Mon, 23 Feb 2015 11:12:22 -0500 [thread overview]
Message-ID: <20150223161222.GD30733@l.oracle.com> (raw)
In-Reply-To: <cover.1424628280.git.vdavydov@parallels.com>
On Sun, Feb 22, 2015 at 09:31:51PM +0300, Vladimir Davydov wrote:
> Hi,
>
> Currently, maximal number of cleancache enabled filesystems equals 32,
> which is insufficient nowadays, because a Linux host can have hundreds
> of containers on board, each of which might want its own filesystem.
> This patch set targets at removing this limitation - see patch 4 for
> more details. Patches 1-3 prepare the code for this change.
Hey Vladimir,
Thank you for posting these patches. I was wondering if you had
run through some of the different combinations that you can
load the filesystems/tmem drivers in random order? The #4 patch
deleted a nice chunk of documentation that outlines the different
combinations.
Thank you!
>
> Thanks,
>
> Vladimir Davydov (4):
> ocfs2: copy fs uuid to superblock
> cleancache: zap uuid arg of cleancache_init_shared_fs
> cleancache: forbid overriding cleancache_ops
> cleancache: remove limit on the number of cleancache enabled
> filesystems
>
> Documentation/vm/cleancache.txt | 4 +-
> drivers/xen/tmem.c | 16 ++-
> fs/ocfs2/super.c | 4 +-
> fs/super.c | 2 +-
> include/linux/cleancache.h | 13 +-
> mm/cleancache.c | 270 +++++++++++----------------------------
> 6 files changed, 94 insertions(+), 215 deletions(-)
>
> --
> 1.7.10.4
>
next prev parent reply other threads:[~2015-02-23 16:13 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-22 18:31 [PATCH 0/4] cleancache: remove limit on the number of cleancache enabled filesystems Vladimir Davydov
2015-02-22 18:31 ` Vladimir Davydov
2015-02-22 18:31 ` [PATCH 1/4] ocfs2: copy fs uuid to superblock Vladimir Davydov
2015-02-22 18:31 ` Vladimir Davydov
2015-02-22 18:31 ` [PATCH 2/4] cleancache: zap uuid arg of cleancache_init_shared_fs Vladimir Davydov
2015-02-22 18:31 ` Vladimir Davydov
2015-02-22 18:31 ` [PATCH 3/4] cleancache: forbid overriding cleancache_ops Vladimir Davydov
2015-02-22 18:31 ` Vladimir Davydov
2015-02-22 18:31 ` [PATCH 4/4] cleancache: remove limit on the number of cleancache enabled filesystems Vladimir Davydov
2015-02-22 18:31 ` Vladimir Davydov
2015-02-23 10:31 ` Vladimir Davydov
2015-02-23 10:31 ` Vladimir Davydov
2015-02-23 16:12 ` Konrad Rzeszutek Wilk [this message]
2015-02-23 16:12 ` [PATCH 0/4] " Konrad Rzeszutek Wilk
2015-02-24 10:34 ` Vladimir Davydov
2015-02-24 10:34 ` Vladimir Davydov
2015-03-04 21:22 ` Konrad Rzeszutek Wilk
2015-03-04 21:22 ` Konrad Rzeszutek Wilk
2015-03-05 16:46 ` Vladimir Davydov
2015-03-05 16:46 ` Vladimir Davydov
2015-03-06 15:14 ` Konrad Rzeszutek Wilk
2015-03-06 15:14 ` Konrad Rzeszutek Wilk
2015-03-06 16:01 ` Vladimir Davydov
2015-03-06 16:01 ` Vladimir Davydov
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=20150223161222.GD30733@l.oracle.com \
--to=konrad.wilk@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=andor.daam@googlemail.com \
--cc=boris.ostrovsky@oracle.com \
--cc=dan.magenheimer@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=fschmaus@gmail.com \
--cc=ilendir@googlemail.com \
--cc=jlbec@evilplan.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lliubbo@gmail.com \
--cc=mfasheh@suse.com \
--cc=vdavydov@parallels.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.