linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] more vfs fixes for final
@ 2011-03-10 11:09 Al Viro
  2011-03-10 11:44 ` Sedat Dilek
  0 siblings, 1 reply; 9+ messages in thread
From: Al Viro @ 2011-03-10 11:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Fix for misplaced include in sysctl.h, fixes for ->d_revalidate()
(a bunch of filesystems are unusable with nfsd at the moment; the real fix
is to make ->d_revalidate() take flags directly and forget about dereferencing
nameidata in most of the instances, but that's obviously for the next window
and oopsen really need to be fixed for -final), missing checks in fallocate()
and Bruce's patch for inode (temporary) leaks with nfsd.  Please, pull from

git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:

Al Viro (8):
      /proc/self is never going to be invalidated...
      reiserfs xattr ->d_revalidate() shouldn't care about RCU
      ceph: fix d_revalidate oopsen on NFS exports
      fuse: fix d_revalidate oopsen on NFS exports
      gfs2: fix d_revalidate oopsen on NFS exports
      ocfs2: fix d_revalidate oopsen on NFS exports
      jfs: fix d_revalidate oopsen on NFS exports
      fat: fix d_revalidate oopsen on NFS exports

J. Bruce Fields (1):
      fs/dcache: allow d_obtain_alias() to return unhashed dentries

Marco Stornelli (1):
      Check for immutable/append flag in fallocate path

Stephen Rothwell (1):
      sysctl: the include of rcupdate.h is only needed in the kernel

Diffstat:
 fs/ceph/dir.c          |    2 +-
 fs/dcache.c            |   26 ++++++++++++++++++++++++--
 fs/fat/namei_vfat.c    |    4 ++--
 fs/fuse/dir.c          |    2 +-
 fs/gfs2/dentry.c       |    2 +-
 fs/jfs/namei.c         |    2 +-
 fs/ocfs2/dcache.c      |    2 +-
 fs/open.c              |    8 ++++++++
 fs/proc/base.c         |   30 ------------------------------
 fs/reiserfs/xattr.c    |    2 --
 include/linux/sysctl.h |    2 +-
 11 files changed, 40 insertions(+), 42 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-16  5:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 11:09 [git pull] more vfs fixes for final Al Viro
2011-03-10 11:44 ` Sedat Dilek
2011-03-10 11:58   ` Al Viro
2011-03-10 12:43     ` Sedat Dilek
     [not found]     ` <20110310115856.GG22723-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
2011-03-11 21:09       ` Simon Kirby
     [not found]         ` <20110311210938.GB8211-hrtb9jm4Du+w5LPnMra/2Q@public.gmane.org>
2011-03-11 21:35           ` J. Bruce Fields
     [not found]             ` <20110311213519.GA9404-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>
2011-03-12  1:09               ` Simon Kirby
     [not found]                 ` <20110312010930.GD8211-hrtb9jm4Du+w5LPnMra/2Q@public.gmane.org>
2011-03-15  0:46                   ` J. Bruce Fields
2011-03-16  5:19                     ` Simon Kirby

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