summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: whitespace cleanupSage Weil2010-08-031-3/+3
* ceph: only set num_pages in calc_layoutSage Weil2010-08-011-3/+0
* 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-211-2/+2
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-171-4/+4
* ceph: name msgpools; useful error messagesSage Weil2010-05-171-2/+4
* ceph: osdtimeout=0 for now timeoutSage Weil2010-05-171-1/+1
* ceph: wake up mount thread when getting osdmapYehuda Sadeh2010-05-171-0/+1
* ceph: simplify ceph_msg_newSage Weil2010-05-171-4/+4
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-171-11/+11
* ceph: fix theoretically possible double-put on connectionSage Weil2010-05-171-0/+1
* ceph: simplify page setup for incoming dataSage Weil2010-05-171-44/+12
* 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-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
OpenPOWER on IntegriCloud