summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-3/+3
2009-10-15ceph: 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