Hi Linus,

Please pull the following Ceph fixes for 2.6.35-rc6 from

  git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus

There are two memory leak fixes, a fix for an occasional crash when OSDs 
restart, mds reconnect fixes, and fixes for IPv6 addresses.  One of those 
(fix printing of ipv6 addrs') was overrunning a buffer and is a must-fix.  
The other two just make IPv6 addresses work properly. The recovering MDS 
patches fix a couple bugs that turn up when replaying uncommitted requests 
against a recovering MDS.

Thanks!
sage

Dan Carpenter (1):
      ceph: add kfree() to error path

Sage Weil (7):
      ceph: fix message revocation
      ceph: fix leak of mon authorizer
      ceph: fix printing of ipv6 addrs
      ceph: fix parsing of ipv6 addresses
      ceph: fix creation of ipv6 sockets
      ceph: reuse request message when replaying against recovering mds
      ceph: do not include cap/dentry releases in replayed messages

 fs/ceph/auth_x.c     |    3 ++
 fs/ceph/mds_client.c |   35 +++++++++++++++++++++---
 fs/ceph/mds_client.h |    1 +
 fs/ceph/messenger.c  |   71 ++++++++++++++++++++++++++------------------------
 fs/ceph/osdmap.c     |    1 +
 5 files changed, 72 insertions(+), 39 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to