[patch 0/5] mm: per-zone dirty limits v3-resend

From: Johannes Weiner
Date: Wed Nov 23 2011 - 08:35:56 EST


This is a resend of version 3, rebased to v3.2-rc2. In addition to my
own tests - results in 3/5 - Wu Fengguang also ran tests of his own in
combination with the IO-less dirty throttling series, the results of
which can be found here:

http://article.gmane.org/gmane.comp.file-systems.ext4/28795
http://article.gmane.org/gmane.linux.kernel.mm/69648

Per-zone dirty limits try to distribute page cache pages allocated for
writing across zones in proportion to the individual zone sizes, to
reduce the likelihood of reclaim having to write back individual pages
from the LRU lists in order to make progress.

Please consider merging into 3.3.

fs/btrfs/file.c | 2 +-
include/linux/gfp.h | 4 +-
include/linux/mmzone.h | 6 +
include/linux/swap.h | 1 +
include/linux/writeback.h | 1 +
mm/filemap.c | 5 +-
mm/page-writeback.c | 290 +++++++++++++++++++++++++++++----------------
mm/page_alloc.c | 48 ++++++++
8 files changed, 251 insertions(+), 106 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/