summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: use single osd op reply msgSage Weil2010-03-021-93/+45Star
* ceph: remove fragile __map_osds optimizationSage Weil2010-02-261-17/+4Star
* ceph: fix up unexpected message handlingSage Weil2010-02-231-10/+31
* ceph: reset osd connections after faultSage Weil2010-02-151-2/+3
* ceph: put unused osd connections on lruYehuda Sadeh2010-02-111-9/+67
* ceph: allow renewal of auth credentialsSage Weil2010-02-111-0/+12
* ceph: always send truncation info with read and write osd opsYehuda Sadeh2010-02-031-13/+3Star
* ceph: keep reserved replies on the request structureYehuda Sadeh2010-01-251-35/+83
* ceph: alloc message data pages and check if tid existsYehuda Sadeh2010-01-251-24/+42
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-251-4/+13
* ceph: display pgid in debugfs osd request dumpSage Weil2010-01-141-0/+2
* ceph: remove unused erank fieldSage Weil2010-01-141-3/+4
* ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil2009-12-231-6/+3Star
* ceph: control access to page vector for incoming dataSage Weil2009-12-231-9/+33
* ceph: unregister canceled/timed out osd requestsSage Weil2009-12-231-1/+2
* ceph: fix error paths for corrupt osdmap messagesSage Weil2009-12-221-0/+2
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-221-0/+2
* ceph: fix msgpool reservation leakYehuda Sadeh2009-12-221-1/+4
* ceph: use kref for ceph_osd_requestSage Weil2009-12-071-19/+18Star
* ceph: whitespace cleanupSage Weil2009-12-031-2/+2
* ceph: plug leak of request_mutexSage Weil2009-12-011-0/+1
* fs/ceph: Move a dereference below a NULL testJulia Lawall2009-11-211-1/+2
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-201-10/+2Star
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-191-3/+60
* ceph: handle errors during osd client initSage Weil2009-11-191-4/+11
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-181-3/+1Star
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-051-4/+4
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-271-3/+3
* ceph: warn on allocation from msgpool with larger front_lenSage Weil2009-10-161-2/+3
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-141-4/+4
* ceph: cancel osd requests before resending themSage Weil2009-10-091-1/+4
* ceph: reset osd session on fault, not peer_resetSage Weil2009-10-091-5/+2Star
* ceph: revoke osd request message on request completionSage Weil2009-10-091-4/+9
* ceph: fix osd request submission raceSage Weil2009-10-091-11/+19
* ceph: OSD clientSage Weil2009-10-061-0/+1294