aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
Commit message (Expand)AuthorAge
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-20
* ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh2010-10-20
* ceph: messenger and osdc changes for rbdYehuda Sadeh2010-10-20
* ceph: refactor osdc requests creation functionsYehuda Sadeh2010-10-20
* ceph: avoid null deref in osd request error pathSage Weil2010-10-07
* ceph: fix osd request lru adjustment when sending requestHenry C Chang2010-08-23
* ceph: whitespace cleanupSage Weil2010-08-03
* ceph: only set num_pages in calc_layoutSage Weil2010-08-01
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-27
* ceph: fix map handler error pathSage Weil2010-06-13
* ceph: fix leak of osd authorizerSage Weil2010-05-29
* ceph: Storage class should be before const qualifierTobias Klauser2010-05-21
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-17
* ceph: name msgpools; useful error messagesSage Weil2010-05-17
* ceph: osdtimeout=0 for now timeoutSage Weil2010-05-17
* ceph: wake up mount thread when getting osdmapYehuda Sadeh2010-05-17
* ceph: simplify ceph_msg_newSage Weil2010-05-17
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-17
* ceph: fix theoretically possible double-put on connectionSage Weil2010-05-17
* ceph: simplify page setup for incoming dataSage Weil2010-05-17
* ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil2010-05-11
* ceph: unregister osd request on failureSage Weil2010-05-11
* ceph: avoid reopening osd connections when address hasn't changedSage Weil2010-03-23
* ceph: rename r_sent_stamp r_stampSage Weil2010-03-23
* ceph: fix null pointer deref of r_osd in debug outputSage Weil2010-03-23
* ceph: reset osd after relevant messages timed outYehuda Sadeh2010-03-04
* ceph: set osd request message front length correctlySage Weil2010-03-01
* ceph: use single osd op reply msgSage Weil2010-03-01
* ceph: remove fragile __map_osds optimizationSage Weil2010-02-26
* ceph: fix up unexpected message handlingSage Weil2010-02-23
* ceph: reset osd connections after faultSage Weil2010-02-15
* ceph: put unused osd connections on lruYehuda Sadeh2010-02-11
* ceph: allow renewal of auth credentialsSage Weil2010-02-10
* ceph: always send truncation info with read and write osd opsYehuda Sadeh2010-02-02
* ceph: keep reserved replies on the request structureYehuda Sadeh2010-01-25
* ceph: alloc message data pages and check if tid existsYehuda Sadeh2010-01-25
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-25
* ceph: display pgid in debugfs osd request dumpSage Weil2010-01-14
* ceph: remove unused erank fieldSage Weil2010-01-14
* ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil2009-12-23
* ceph: control access to page vector for incoming dataSage Weil2009-12-23
* ceph: unregister canceled/timed out osd requestsSage Weil2009-12-23
* ceph: fix error paths for corrupt osdmap messagesSage Weil2009-12-21
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-21
* ceph: fix msgpool reservation leakYehuda Sadeh2009-12-21
* ceph: use kref for ceph_osd_requestSage Weil2009-12-07
* ceph: whitespace cleanupSage Weil2009-12-03
* ceph: plug leak of request_mutexSage Weil2009-12-01
* fs/ceph: Move a dereference below a NULL testJulia Lawall2009-11-21
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-20