summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-1771/+0Star
* ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh2010-10-211-0/+18
* ceph: messenger and osdc changes for rbdYehuda Sadeh2010-10-211-54/+195
* ceph: refactor osdc requests creation functionsYehuda Sadeh2010-10-211-57/+130
* ceph: avoid null deref in osd request error pathSage Weil2010-10-071-1/+1
* ceph: fix osd request lru adjustment when sending requestHenry C Chang2010-08-231-1/+1
* ceph: whitespace cleanupSage Weil2010-08-031-3/+3
* ceph: only set num_pages in calc_layoutSage Weil2010-08-021-3/+0Star
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-271-3/+3
* ceph: fix map handler error pathSage Weil2010-06-131-1/+2
* ceph: fix leak of osd authorizerSage Weil2010-05-291-1/+6
* ceph: Storage class should be before const qualifierTobias Klauser2010-05-221-2/+2
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-181-4/+4
* ceph: name msgpools; useful error messagesSage Weil2010-05-181-2/+4
* ceph: osdtimeout=0 for now timeoutSage Weil2010-05-181-1/+1
* ceph: wake up mount thread when getting osdmapYehuda Sadeh2010-05-181-0/+1
* ceph: simplify ceph_msg_newSage Weil2010-05-181-4/+4
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-181-11/+11
* ceph: fix theoretically possible double-put on connectionSage Weil2010-05-181-0/+1
* ceph: simplify page setup for incoming dataSage Weil2010-05-181-44/+12Star
* ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil2010-05-111-4/+15
* ceph: unregister osd request on failureSage Weil2010-05-111-2/+5
* 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-021-0/+3
* 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