Hi Linus, Please pull the following Ceph fixes from git://github.com/NewDreamNetwork/ceph-client.git for-linus There are a few small fixes here (avoid unnecessary socket reconnects, small memory leak), and some more critical fixes with OSD request requeuing. One bug fixes a crash that is reliably reproduced by cycling an OSD under a mapped RBD device, and the last two fix bugs in the tracking of temporary data location mappings. Thanks! sage Jim Schutt (1): libceph: initialize ack_stamp to avoid unnecessary connection reset Noah Watkins (1): libceph: fix parse options memory leak Sage Weil (3): libceph: fix linger request requeuing libceph: fix pg_temp mapping calculation libceph: fix pg_temp mapping update net/ceph/ceph_common.c | 1 + net/ceph/messenger.c | 1 + net/ceph/osd_client.c | 4 +-- net/ceph/osdmap.c | 84 +++++++++++++++++++++++++---------------------- 4 files changed, 48 insertions(+), 42 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