public inbox for linux-kernel@vger.kernel.org
 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] mnt_devname queue
Date: Wed, 16 Mar 2011 23:56:08 +0000	[thread overview]
Message-ID: <20110316235608.GY22723@ZenIV.linux.org.uk> (raw)

	Kills ->mnt_devname mangling in NFS, completes switch from ->get_sb()
to ->mount() (and kills the remnants of ->get_sb() helpers), makes /proc/mounts
and /proc/*/mountinfo show the right thing after mount --bind on NFS.  Trond
has ACKed the nfs side of things and suggested to push through the vfs tree,
so please pull from
git:git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ mnt_devname

Shortlog:
Al Viro (8):
      nfs: propagate devname to nfs{,4}_get_root()
      nfs: store devname at disconnected NFS roots
      nfs: make nfs_path() work without vfsmount
      nfs: nfs_do_{ref,sub}mount() superblock argument is redundant
      vfs: new superblock methods to override /proc/*/mount{s,info}
      nfs: stop mangling ->mnt_devname on NFS
      nfs: switch NFS from ->get_sb() to ->mount()
      vfs: bury ->get_sb()

Diffstat:
 Documentation/filesystems/Locking |    6 +-
 Documentation/filesystems/porting |    7 ++
 Documentation/filesystems/vfs.txt |   56 ++++++-----
 fs/namespace.c                    |   39 ++++++--
 fs/nfs/dir.c                      |   13 +++
 fs/nfs/getroot.c                  |   42 +++++++-
 fs/nfs/internal.h                 |   21 ++--
 fs/nfs/namespace.c                |   66 ++++++++-----
 fs/nfs/nfs4namespace.c            |   41 +++-----
 fs/nfs/super.c                    |  194 +++++++++++++++++++------------------
 fs/nfs/unlink.c                   |   20 ++++
 fs/super.c                        |   67 +------------
 include/linux/fs.h                |   16 +---
 13 files changed, 316 insertions(+), 272 deletions(-)


             reply	other threads:[~2011-03-16 23:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-16 23:56 Al Viro [this message]
2011-03-17  5:45 ` [git pull] mnt_devname queue Xiaotian Feng
2011-03-17  7:23   ` Al Viro
2011-03-17  7:28     ` Xiaotian Feng
2011-03-17 10:44       ` Al Viro
2011-03-17 19:08         ` Tony Luck
2011-03-17 21:35         ` Some fixes for pstore (Was Re: [git pull] mnt_devname queue) Tony Luck
2011-03-17 22:42           ` Al Viro
2011-03-17 22:48             ` Tony Luck
2011-03-17 22:56               ` Al Viro
2011-03-18 18:44         ` pstore: fix leaking ->i_private Luck, Tony
2011-03-18 18:49           ` Christoph Hellwig
2011-03-18 18:55             ` Tony Luck
2011-03-18 22:33             ` pstore: use mount option instead sysfs to tweak kmsg_bytes Luck, Tony
2011-03-18 18:57           ` pstore: fix leaking ->i_private Al Viro
2011-03-17 23:29 ` Some fixes for pstore (Was Re: [git pull] mnt_devname queue) Tony Luck
2011-03-18  0:07   ` 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=20110316235608.GY22723@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