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