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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Apr 2008 17:35:09 +0100
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] VFS patches (third series, mountinfo merge)

 	Mountinfo series + noise removal in xattr.c (unused label from
ro-bind series).

Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:

Al Viro (1):
      remove unused label in xattr.c (noise from ro-bind)

Miklos Szeredi (5):
      [patch 2/7] vfs: mountinfo: add seq_file_root()
      [patch 3/7] vfs: mountinfo: add mount ID
      [patch 4/7] vfs: mountinfo: add mount peer group ID
      [patch 5/7] vfs: mountinfo: allow using process root
      [patch 7/7] vfs: mountinfo: show dominating group id

Ram Pai (2):
      [patch 1/7] vfs: mountinfo: add dentry_path()
      [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo

Diffstat:
 Documentation/filesystems/proc.txt |   38 +++++
 fs/dcache.c                        |  114 +++++++++++-----
 fs/namespace.c                     |  265 +++++++++++++++++++++++++++++++-----
 fs/pnode.c                         |   56 ++++++++-
 fs/pnode.h                         |    1 +
 fs/proc/base.c                     |  121 +++++++++--------
 fs/seq_file.c                      |   95 +++++++++++--
 fs/xattr.c                         |    1 -
 include/linux/dcache.h             |    2 +
 include/linux/mnt_namespace.h      |   12 ++
 include/linux/mount.h              |    2 +
 include/linux/seq_file.h           |    4 +
 12 files changed, 573 insertions(+), 138 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