From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] VFS patches (third series, mountinfo merge) Date: Wed, 23 Apr 2008 17:35:09 +0100 Message-ID: <20080423163509.GZ27459@ZenIV.linux.org.uk> References: <20080423002219.GW27459@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:36473 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751513AbYDWQfL (ORCPT ); Wed, 23 Apr 2008 12:35:11 -0400 Content-Disposition: inline In-Reply-To: <20080423002219.GW27459@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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//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(-)