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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html