[GIT PULL] mm/vfs/fs:cleancache for 2.6.40 merge window

From: Dan Magenheimer
Date: Thu May 26 2011 - 13:18:36 EST


Hi Linus --

Please pull

git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem.git for-linus

since git commit 61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf
Linus Torvalds (1):

Linux 2.6.39

This is version 9 of cleancache -- the only difference from version 8
(which was previously posted to lkml) is that the config default has
been corrected to "n".

As with previous versions, this set of commits includes the Xen
tmem commit as Jeremy Fitzhardinge requested. The other user of
cleancache, zcache, is in the drivers/staging tree as of 2.6.39
and I continue to make progress on other cleancache users such
as RAMster.

Diffstat:
Documentation/ABI/testing/sysfs-kernel-mm-cleancache | 11 +
Documentation/vm/cleancache.txt | 278 ++++++++++
arch/x86/include/asm/xen/hypercall.h | 7 +
drivers/xen/Makefile | 1 +
drivers/xen/tmem.c | 264 +++++++++
fs/btrfs/extent_io.c | 9 +
fs/btrfs/super.c | 2 +
fs/buffer.c | 5 +
fs/ext3/super.c | 2 +
fs/ext4/super.c | 2 +
fs/mpage.c | 7 +
fs/ocfs2/super.c | 2 +
fs/super.c | 3 +
include/linux/cleancache.h | 122 ++++
include/linux/fs.h | 5 +
include/xen/interface/xen.h | 22 +
mm/Kconfig | 23 +
mm/Makefile | 1 +
mm/cleancache.c | 244 ++++++++
mm/filemap.c | 11 +
mm/truncate.c | 6 +
21 files changed, 1027 insertions(+), 0 deletions(-)

Apologies that this is late in the window... I have been on
vacation. Also apologies in advance for any protocol errors
due to my newbieness.

Thanks,
Dan

--
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/