[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1313334832-1150-1-git-send-email-glommer@parallels.com>
Date: Sun, 14 Aug 2011 19:13:48 +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 v3 0/4] Per-container dcache limitation
Hello,
This series is just like v2, except it addresses
Eric's comments regarding percpu variables.
Let me know if there are further comments, and
I'll promply address them as well. Otherwise,
I feel this is ready for inclusion
Glauber Costa (4):
factor out single-shrinker code
Keep nr_dentry per super block
limit nr_dentries per superblock
parse options in the vfs level
fs/dcache.c | 47 ++++++++++++-
fs/namespace.c | 105 ++++++++++++++++++++++++++
fs/super.c | 5 +
include/linux/dcache.h | 4 +
include/linux/fs.h | 3 +
include/linux/shrinker.h | 6 ++
mm/vmscan.c | 185 ++++++++++++++++++++++++----------------------
7 files changed, 267 insertions(+), 88 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