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 fixes for final
Date: Thu, 10 Mar 2011 11:09:31 +0000 [thread overview]
Message-ID: <20110310110931.GF22723@ZenIV.linux.org.uk> (raw)
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(-)
next reply other threads:[~2011-03-10 11:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-10 11:09 Al Viro [this message]
2011-03-10 11:44 ` [git pull] more vfs fixes for final Sedat Dilek
2011-03-10 11:58 ` Al Viro
2011-03-10 12:43 ` Sedat Dilek
2011-03-11 21:09 ` Simon Kirby
2011-03-11 21:35 ` J. Bruce Fields
2011-03-12 1:09 ` Simon Kirby
2011-03-15 0:46 ` J. Bruce Fields
2011-03-16 5:19 ` Simon Kirby
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=20110310110931.GF22723@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