This is a final set of fixes for 3.2. The main issue is with the d_find_any_alias() code, which used to rely on the caller holding i_lock (this is no longer the case). The last patch adds a mount option to enable/disable use of the dcache for negative lookups and readdir on directories the client has completely cached; there are some bugs lurking in that code so it is disabled for now. I'll be sending this to Linus tomorrow, unless anyone see any problems! sage Alex Elder (2): ceph: take inode lock when finding an inode alias ceph: take a reference to the dentry in d_find_any_alias() Sage Weil (1): ceph: enable/disable dentry complete flags via mount option fs/ceph/dir.c | 50 +++++++++++++++++++++++++++++++++++++++++--------- fs/ceph/super.c | 14 ++++++++++++++ fs/ceph/super.h | 1 + 3 files changed, 56 insertions(+), 9 deletions(-) -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html