ceph: hex dump corrupt server data to KERN_DEBUG
[linux-2.6-block.git] / fs / ceph / osd_client.c
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-22 Yehuda Sadehceph: fix msgpool reservation leak
2009-12-07 Sage Weilceph: use kref for ceph_osd_request
2009-12-03 Sage Weilceph: whitespace cleanup
2009-12-01 Sage Weilceph: plug leak of request_mutex
2009-11-21 Julia Lawallfs/ceph: Move a dereference below a NULL test
2009-11-20 Sage Weilceph: fix debugfs entry, simplify fsid checks
2009-11-19 Sage Weilceph: negotiate authentication protocol; implement...
2009-11-18 Sage Weilceph: handle errors during osd client init
2009-11-18 Sage Weilceph: remove bad calls to ceph_con_shutdown
2009-11-05 Sage Weilceph: fix endian conversions for ceph_pg
2009-10-27 Sage Weilceph: allocate and parse mount args before client instance
2009-10-16 Sage Weilceph: warn on allocation from msgpool with larger front_len
2009-10-14 Sage Weilceph: convert encode/decode macros to inlines
2009-10-09 Sage Weilceph: cancel osd requests before resending them
2009-10-09 Sage Weilceph: reset osd session on fault, not peer_reset
2009-10-09 Sage Weilceph: revoke osd request message on request completion
2009-10-09 Sage Weilceph: fix osd request submission race
2009-10-06 Sage Weilceph: OSD client