Hi Linus, Please pull the following Ceph fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus There are a couple NFS filehandle encoding fixes, a list_add argument order fix, a null deref in an error path, and two MDS protocol fixes (a variable update that was missed and an extra flush to avoid unnecessary delay in certain cases). Thanks! sage Aneesh Kumar K.V (2): ceph: Fix return value of encode_fh function ceph: Update max_len with minimum required size Greg Farnum (1): ceph: send cap release message early on failed revoke. Henry C Chang (1): ceph: fix list_add usage on unsafe_writes list Sage Weil (2): ceph: avoid null deref in osd request error path ceph: update issue_seq on cap grant fs/ceph/caps.c | 31 ++++++++++++++++++------------- fs/ceph/export.c | 21 +++++++++++++-------- fs/ceph/file.c | 2 +- fs/ceph/osd_client.c | 2 +- 4 files changed, 33 insertions(+), 23 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