[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1311947059-17209-1-git-send-email-glommer@parallels.com>
Date: Fri, 29 Jul 2011 17:44:15 +0400
From: Glauber Costa <glommer@...allels.com>
To: linux-kernel@...r.kernel.org
Cc: linux-fsdevel@...r.kernel.org,
containers@...ts.linux-foundation.org,
Pavel Emelyanov <xemul@...allels.com>,
Al Viro <viro@...iv.linux.org.uk>,
Hugh Dickins <hughd@...gle.com>,
Nick Piggin <npiggin@...nel.dk>,
Andrea Arcangeli <aarcange@...hat.com>,
Rik van Riel <riel@...hat.com>,
Dave Hansen <dave@...ux.vnet.ibm.com>,
James Bottomley <JBottomley@...allels.com>,
David Chinner <david@...morbit.com>,
Glauber Costa <glommer@...allels.com>
Subject: [PATCH 0/4] Per-superblock dcache limitation
Hello,
Now that we've got per-sb dcache lru lists, I am proposing
through theses patches that each of those be size-limited.
The main use case I am targetting is containers, where we want
a container not to use more than a certain specified amount
of non-shrikable kernel memory.
Comments welcome
Glauber Costa (4):
Keep nr_dentry per super block
limit nr_dentries per superblock
dcache set size
parse options in the vfs level
fs/dcache.c | 75 +++++++++++++++++++++++++++++++---------
fs/namespace.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++
fs/super.c | 3 ++
include/linux/dcache.h | 1 +
include/linux/fs.h | 3 ++
5 files changed, 155 insertions(+), 16 deletions(-)
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists