lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 26 May 2011 10:17:44 -0700 (PDT)
From:	Dan Magenheimer <dan.magenheimer@...cle.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, konrad.wilk@...cle.com
Subject: [GIT PULL] mm/vfs/fs:cleancache for 2.6.40 merge window

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@...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

Powered by Openwall GNU/*/Linux Powered by OpenVZ