All of lore.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] more vfs stuff
Date: Wed, 11 Aug 2010 05:55:12 +0100	[thread overview]
Message-ID: <20100811045512.GF31363@ZenIV.linux.org.uk> (raw)

	Misc stuff missed in the previous pile (including fixup for 9p
breakage).  The last part in sysvfs series replaced with akpm's version
(with its whitespace fixes) with bogus include _not_ added.  Freeze
stuff still pending; unfortunately, I've found a hole in my variant ;-/
I know how to fix that, but I'd rather not send an untested locking change.
It *is* needed in this cycle, since the current variant is simply broken -
for example, try Alt-Sysrq-Emergency Thaw and it'll reliably deadlock ;-/

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

More to follow...

Shortlog:

Jan Andres (1):
      isofs: Fix lseek() to position beyond 4 GB

Lubomir Rintel (3):
      Add v7 alias
      V7: Adjust sanity checks for some volumes
      fs/sysv/super.c: add support for non-PDP11 v7 filesystems

Miklos Szeredi (8):
      cachefiles: use path_get instead of lone dget
      vfs: add helpers to get root and pwd
      ia64: perfmon: add d_dname method
      vfs: __d_path: dont prepend the name of the root dentry
      vfs: add prepend_path() helper
      vfs: only add " (deleted)" where necessary
      vfs: show unreachable paths in getcwd and proc
      vfs: remove unused MNT_STRICTATIME

Stephen Rothwell (1):
      v9fs: fixup for inode_setattr being removed

Diffstat:
 arch/ia64/kernel/perfmon.c |   15 ++--
 fs/9p/vfs_inode.c          |   15 +++-
 fs/cachefiles/daemon.c     |   32 +++-----
 fs/dcache.c                |  188 +++++++++++++++++++++++++++++++-------------
 fs/fs_struct.c             |    7 +--
 fs/isofs/inode.c           |    7 ++-
 fs/namei.c                 |   15 +---
 fs/namespace.c             |    6 +-
 fs/proc/base.c             |   24 +++---
 fs/sysv/super.c            |   73 ++++++++++++-----
 include/linux/dcache.h     |    1 +
 include/linux/fs_struct.h  |   27 ++++++
 include/linux/mount.h      |    1 -
 include/linux/path.h       |    5 +
 include/linux/sysv_fs.h    |   11 +++
 kernel/auditsc.c           |    9 +--
 16 files changed, 285 insertions(+), 151 deletions(-)

             reply	other threads:[~2010-08-11  4:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-11  4:55 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-05  0:41 [git pull] more vfs stuff Al Viro
2011-03-18 15:54 Al Viro
2009-04-03  1:42 [git pull] more VFS stuff 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=20100811045512.GF31363@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.