linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] VFS patches (third series, mountinfo merge)
Date: Wed, 23 Apr 2008 17:35:09 +0100	[thread overview]
Message-ID: <20080423163509.GZ27459@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20080423002219.GW27459@ZenIV.linux.org.uk>

 	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(-)

  parent reply	other threads:[~2008-04-23 16:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-23  0:22 [git pull] VFS patches (second series) Al Viro
2008-04-23  1:56 ` Linus Torvalds
2008-04-23  3:14   ` Al Viro
2008-04-23 16:35 ` Al Viro [this message]
2008-04-23 17:42   ` [git pull] VFS patches (third series, mountinfo merge) Roland Dreier
2008-04-23 17:55     ` Al Viro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080423163509.GZ27459@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).