summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: avoid reopening osd connections when address hasn't changedSage Weil2010-03-231-1/+14
* ceph: rename r_sent_stamp r_stampSage Weil2010-03-231-6/+6
* ceph: fix null pointer deref of r_osd in debug outputSage Weil2010-03-231-1/+1
* ceph: reset osd after relevant messages timed outYehuda Sadeh2010-03-041-55/+98
* ceph: set osd request message front length correctlySage Weil2010-03-011-0/+3
* ceph: use single osd op reply msgSage Weil2010-03-011-93/+45
* ceph: remove fragile __map_osds optimizationSage Weil2010-02-261-17/+4
* 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-101-0/+12
* ceph: always send truncation info with read and write osd opsYehuda Sadeh2010-02-021-13/+3
* 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/+3
* 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-211-0/+2
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-211-0/+2
* ceph: fix msgpool reservation leakYehuda Sadeh2009-12-211-1/+4
* ceph: use kref for ceph_osd_requestSage Weil2009-12-071-19/+18
* 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/+2
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-181-3/+60
* ceph: handle errors during osd client initSage Weil2009-11-181-4/+11
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-181-3/+1
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-041-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-151-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/+2
* 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
OpenPOWER on IntegriCloud