aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-22ceph: fix osd request lru adjustment when sending requestHenry C Chang1-1/+1
2010-08-03ceph: whitespace cleanupSage Weil1-3/+3
2010-08-01ceph: only set num_pages in calc_layoutSage Weil1-3/+0
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh1-3/+3
2010-06-13ceph: fix map handler error pathSage Weil1-1/+2
2010-05-29ceph: fix leak of osd authorizerSage Weil1-1/+6
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser1-2/+2
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh1-4/+4
2010-05-17ceph: name msgpools; useful error messagesSage Weil1-2/+4
2010-05-17ceph: osdtimeout=0 for now timeoutSage Weil1-1/+1
2010-05-17ceph: wake up mount thread when getting osdmapYehuda Sadeh1-0/+1
2010-05-17ceph: simplify ceph_msg_newSage Weil1-4/+4
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-11/+11
2010-05-17ceph: fix theoretically possible double-put on connectionSage Weil1-0/+1
2010-05-17ceph: simplify page setup for incoming dataSage Weil1-44/+12
2010-05-11ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil1-4/+15
2010-05-11ceph: unregister osd request on failureSage Weil1-2/+5
2010-03-23ceph: avoid reopening osd connections when address hasn't changedSage Weil1-1/+14
2010-03-23ceph: rename r_sent_stamp r_stampSage Weil1-6/+6
2010-03-23ceph: fix null pointer deref of r_osd in debug outputSage Weil1-1/+1
2010-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh1-55/+98
2010-03-01ceph: set osd request message front length correctlySage Weil1-0/+3
2010-03-01ceph: use single osd op reply msgSage Weil1-93/+45
2010-02-26ceph: remove fragile __map_osds optimizationSage Weil1-17/+4
2010-02-23ceph: fix up unexpected message handlingSage Weil1-10/+31
2010-02-15ceph: reset osd connections after faultSage Weil1-2/+3
2010-02-11ceph: put unused osd connections on lruYehuda Sadeh1-9/+67
2010-02-10ceph: allow renewal of auth credentialsSage Weil1-0/+12
2010-02-02ceph: always send truncation info with read and write osd opsYehuda Sadeh1-13/+3
2010-01-25ceph: keep reserved replies on the request structureYehuda Sadeh1-35/+83
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh1-24/+42
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh1-4/+13
2010-01-14ceph: display pgid in debugfs osd request dumpSage Weil1-0/+2
2010-01-14ceph: remove unused erank fieldSage Weil1-3/+4
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil1-6/+3
2009-12-23ceph: control access to page vector for incoming dataSage Weil1-9/+33
2009-12-23ceph: unregister canceled/timed out osd requestsSage Weil1-1/+2
2009-12-21ceph: fix error paths for corrupt osdmap messagesSage Weil1-0/+2
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+2
2009-12-21ceph: fix msgpool reservation leakYehuda Sadeh1-1/+4
2009-12-07ceph: use kref for ceph_osd_requestSage Weil1-19/+18
2009-12-03ceph: whitespace cleanupSage Weil1-2/+2
2009-12-01ceph: plug leak of request_mutexSage Weil1-0/+1
2009-11-21fs/ceph: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil1-10/+2
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-3/+60
2009-11-18ceph: handle errors during osd client initSage Weil1-4/+11
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil1-3/+1
2009-11-04ceph: fix endian conversions for ceph_pgSage Weil1-4/+4
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-3/+3