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 some error paths that weren't handling ENOMEM properly, and a few more locking fixes that are fallout from Dave's inode_lock->i_lock changes. Thanks! sage Henry C Chang (2): libceph: fix ceph_msg_new error path ceph: handle ceph_osdc_new_request failure in ceph_writepages_start Sage Weil (3): ceph: use ihold() when i_lock is held libceph: fix ceph_osdc_alloc_request error checks ceph: do not call __mark_dirty_inode under i_lock drivers/block/rbd.c | 4 ++-- fs/ceph/addr.c | 7 +++++++ fs/ceph/caps.c | 14 +++++++------- fs/ceph/file.c | 5 ++++- fs/ceph/inode.c | 6 +++++- fs/ceph/super.h | 2 +- fs/ceph/xattr.c | 12 ++++++++---- net/ceph/messenger.c | 26 +++++++++++++------------- net/ceph/osd_client.c | 4 ++-- 9 files changed, 49 insertions(+), 31 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