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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Dec 2009 16:24:54 +0000
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [git pull] vfs pile 2

Misc bits and pieces, cleaning the table for scaling stuff...
Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ master
in a few minutes (or directly from hera)

Al Viro (1):
      dio: fix use-after-free

Christoph Hellwig (3):
      fix up O_SYNC comments
      fold do_sync_file_range into sys_sync_file_range
      kill I_LOCK

Erez Zadok (2):
      fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all
      VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size

Jeff Layton (1):
      vfs: remove extraneous NULL d_inode check from do_filp_open

Nick Piggin (2):
      fs: anon_inodes implement dname
      fs: no games with DCACHE_UNHASHED

Diffstat:
 arch/alpha/include/asm/fcntl.h |    2 +-
 arch/mips/include/asm/fcntl.h  |    2 +-
 arch/sparc/include/asm/fcntl.h |    2 +-
 fs/anon_inodes.c               |   17 ++++------
 fs/direct-io.c                 |    2 +-
 fs/ecryptfs/dentry.c           |    2 +-
 fs/ecryptfs/inode.c            |    6 ++--
 fs/ecryptfs/main.c             |    2 +-
 fs/gfs2/inode.c                |    2 +-
 fs/inode.c                     |   26 +++++++-------
 fs/jfs/jfs_txnmgr.c            |    2 +-
 fs/namei.c                     |    2 +-
 fs/ntfs/inode.c                |    6 ++--
 fs/pipe.c                      |   18 ----------
 fs/stack.c                     |   71 ++++++++++++++++++++++++++++++---------
 fs/sync.c                      |   59 +++++++++++++--------------------
 fs/ubifs/file.c                |    2 +-
 fs/xfs/linux-2.6/xfs_iops.c    |    2 +-
 fs/xfs/xfs_iget.c              |    4 +-
 include/asm-generic/fcntl.h    |    2 +-
 include/linux/fs.h             |   40 +++++++++-------------
 include/linux/fs_stack.h       |    6 +--
 include/linux/writeback.h      |    3 +-
 net/socket.c                   |   19 -----------
 24 files changed, 136 insertions(+), 163 deletions(-)
--
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