aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
Commit message (Expand)AuthorAge
* 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
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-18
* ceph: handle errors during osd client initSage Weil2009-11-18
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-18
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-04
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-27
* ceph: warn on allocation from msgpool with larger front_lenSage Weil2009-10-15
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-14
* ceph: cancel osd requests before resending themSage Weil2009-10-09
* ceph: reset osd session on fault, not peer_resetSage Weil2009-10-09
* ceph: revoke osd request message on request completionSage Weil2009-10-09
* ceph: fix osd request submission raceSage Weil2009-10-09
* ceph: OSD clientSage Weil2009-10-06