summaryrefslogtreecommitdiff
path: root/fs/ceph/osd_client.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-22ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+2
2009-12-22ceph: fix msgpool reservation leakYehuda Sadeh1-1/+4
2009-12-08ceph: use kref for ceph_osd_requestSage Weil1-19/+18
2009-12-04ceph: whitespace cleanupSage Weil1-2/+2
2009-12-01ceph: plug leak of request_mutexSage Weil1-0/+1
2009-11-22fs/ceph: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-11-21ceph: fix debugfs entry, simplify fsid checksSage Weil1-10/+2
2009-11-19ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-3/+60
2009-11-19ceph: handle errors during osd client initSage Weil1-4/+11
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil1-3/+1
2009-11-05ceph: fix endian conversions for ceph_pgSage Weil1-4/+4
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-3/+3
2009-10-16ceph: warn on allocation from msgpool with larger front_lenSage Weil1-2/+3
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil1-4/+4
2009-10-09ceph: cancel osd requests before resending themSage Weil1-1/+4
2009-10-09ceph: reset osd session on fault, not peer_resetSage Weil1-5/+2
2009-10-09ceph: revoke osd request message on request completionSage Weil1-4/+9
2009-10-09ceph: fix osd request submission raceSage Weil1-11/+19
2009-10-06ceph: OSD clientSage Weil1-0/+1294