[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130907030411.GZ13318@ZenIV.linux.org.uk>
Date: Sat, 7 Sep 2013 04:04:11 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs pile 2 (of many)
Mostly Miklos' series this time. Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
Shortlog:
Al Viro (1):
constify dcache.c inlined helpers where possible
Anand Avati (1):
fuse: drop dentry on failed revalidate
Miklos Szeredi (10):
vfs: restructure d_genocide()
vfs: add d_walk()
vfs: check submounts and drop atomically
vfs: check unlinked ancestors before mount
afs: use check_submounts_and_drop()
gfs2: use check_submounts_and_drop()
nfs: use check_submounts_and_drop()
sysfs: use check_submounts_and_drop()
fuse: use d_materialise_unique()
fuse: clean up return in fuse_dentry_revalidate()
Diffstat:
fs/afs/dir.c | 10 +-
fs/dcache.c | 411 +++++++++++++++++++++++++++++-------------------
fs/fuse/dir.c | 97 ++++++------
fs/gfs2/dentry.c | 9 +-
fs/internal.h | 1 +
fs/namespace.c | 11 +-
fs/nfs/dir.c | 9 +-
fs/sysfs/dir.c | 20 +--
include/linux/dcache.h | 13 +-
9 files changed, 323 insertions(+), 258 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists