Hi Linus, Please pull the following Ceph fixes for v2.6.36-rc6 from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus There are a few fixes for bugs introduced in -rc1 (mds reconnect, bad kunmap), a corruption fix for 32 bit archs (wrap at 4GB), a crash triggered with multiple mounts (e.g., both server:/foo and server:/), a Kconfig fixup, and a cap logic fix. The balance are more fixes for snapped metadata writeback to the MDS. Thanks! sage Sage Weil (10): ceph: fix null pointer deref on anon root dentry release ceph: fix reconnect encoding for old servers ceph: fix file offset wrapping at 4GB on 32-bit archs ceph: fix dn offset during readdir_prepopulate ceph: correctly set 'follows' in flushsnap messages ceph: stop sending FLUSHSNAPs when we hit a dirty capsnap ceph: fix cap_snap and realm split ceph: only send one flushsnap per cap_snap per mds session ceph: check mapping to determine if FILE_CACHE cap is used ceph: select CRYPTO Yehuda Sadeh (1): ceph: fix pagelist kunmap tail fs/ceph/Kconfig | 1 + fs/ceph/addr.c | 7 ++-- fs/ceph/caps.c | 27 ++++++++++---- fs/ceph/dir.c | 10 ++++-- fs/ceph/inode.c | 11 +++--- fs/ceph/mds_client.c | 2 + fs/ceph/pagelist.c | 12 +++++- fs/ceph/snap.c | 92 +++++++++++++++++--------------------------------- fs/ceph/super.h | 5 ++- 9 files changed, 84 insertions(+), 83 deletions(-) -- 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