[git pull] vfs and fs fixes

From: Al Viro
Date: Wed Sep 18 2013 - 18:53:16 EST


atomic_open-related fixes (Miklos' series, with EEXIST-related parts replaced
with fix in fs/namei.c:atomic_open() instead of messing with the instances)
+ race fix in autofs + leak on failure exit in 9p. Please, pull from the
usual place -
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (3):
autofs4: close the races around autofs4_notify_daemon()
atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c
9p: don't forget to destroy inode cache if fscache registration fails

Miklos Szeredi (5):
vfs: improve i_op->atomic_open() documentation
cifs: fix filp leak in cifs_atomic_open()
gfs2: set FILE_CREATED
nfs: set FILE_CREATED
vfs: don't set FILE_CREATED before calling ->atomic_open()

Diffstat:
Documentation/filesystems/vfs.txt | 14 +++++++-------
fs/9p/v9fs.c | 7 ++++---
fs/9p/vfs_inode_dotl.c | 8 +-------
fs/autofs4/waitq.c | 13 +++----------
fs/cifs/dir.c | 1 +
fs/gfs2/inode.c | 4 +++-
fs/namei.c | 34 ++++++++++++++++++++++------------
fs/nfs/dir.c | 3 +++
fs/open.c | 21 ++++++++++++++++++---
9 files changed, 62 insertions(+), 43 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/