summaryrefslogtreecommitdiff
path: root/src/messages/MOSDOpReply.h
Commit message (Expand)AuthorAgeFilesLines
* msg: go const-crazy on messagesSage Weil2012-01-301-10/+10
* msg: no cct for decode_payloadSage Weil2012-01-301-1/+1
* msg: no cct needed for message encodingSage Weil2012-01-301-1/+1
* msg: use explicit feature argument instead of Connection*Sage Weil2012-01-301-1/+1
* msg: pass features explicitly into message encodersSage Weil2012-01-301-1/+1
* osd: make in/outdata split/merge helpers static OSDOp methodsSage Weil2012-01-171-2/+2
* osd: mux/demux OSDOp::outdata in MOSDOpReplySage Weil2012-01-121-1/+28
* osd: encode retry attempt in MOSDOp[Reply]Sage Weil2012-01-061-1/+20
* osd: fix osd reply messageYehuda Sadeh2011-08-301-2/+2
* osd: make MOSDOp[Reply] encoding backwards compatibleSage Weil2011-08-271-36/+79
* osd: redo pg_t encoding with 64-bit pool idSage Weil2011-08-271-1/+1
* msg: remove globalsColin Patrick McCabe2011-06-201-2/+2
* osd: new encoding for MOSDOp when OBJECTLOCATOR feature is presentSage Weil2011-03-021-4/+4
* osd: always include osd op result, result code in the first replySage Weil2010-06-291-0/+2
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msg: MOSDOpReply has a private destructorGreg Farnum2010-03-311-1/+3
* msgr: put tid in ceph_msg_header (protocol change)Sage Weil2009-12-221-3/+2
* strerror -> strerror_rSage Weil2009-09-181-2/+4
* msgr: remove 'dst' from ceph_msg_headerSage Weil2009-08-271-2/+3
* osd: no need for RMW flags in op replySage Weil2009-07-061-1/+0
* osd: you may, but need not, specify READ|WRITE flag in MOSDOp.Sage Weil2009-06-111-0/+1
* osd: fix encoding/decoding of [sub]op responseYehuda Sadeh2009-06-111-5/+0
* osd: hold op data on the specific opYehuda Sadeh2009-06-091-3/+13
* osd: make object_t a stringSage Weil2009-06-031-3/+7
* osd: show error string in reply msg printoutSage Weil2009-05-261-0/+2
* osd: describe osd ops as READ, WRITE, or READ|WRITESage Weil2009-05-201-2/+3
* osd: separate CEPH_OSD_OP_* and FLAGS_* namespacesSage Weil2009-03-241-4/+4
* osd: put full original reqid in osd_op_replySage Weil2009-01-301-1/+5
* osd: infrastructure for ack vs nvram vs disk osd_op ack typesSage Weil2008-11-241-6/+9
* osd: MODIFY is a flag; fix up op_readSage Weil2008-11-101-3/+4
* osd: compound osd operationsSage Weil2008-11-091-17/+12
* msgr: include crc in msg header. verify crc for received messages.Sage Weil2008-10-021-1/+1
* osd: clean up osd opcodes, introduce WRITEFULLSage Weil2008-08-201-1/+1
* convert more off_t to loff_tSage Weil2008-07-091-2/+2
* filestore, not fakestore. add os/ dirSage Weil2008-05-201-1/+1
* fixed osd message encodingSage Weil2008-05-081-3/+3
* automagic endian conversions for userlandSage Weil2008-04-301-16/+16
* osd: le notation in osd op structsSage Weil2008-03-241-18/+19
* convert more types in ceph_fs.h to __le* notationSage Weil2008-01-311-1/+1
* userspace: use structs to enforce type safety on __le64 etcSage Weil2008-01-311-3/+3
* Merge branch 'master' into radosSage Weil2008-01-011-1/+1
|\
| * fixed get_type_name type to make latest g++ happySage Weil2007-12-311-1/+1
* | remove attrset from osd op and replySage Weil2007-12-221-5/+0
* | more type cleanupSage Weil2007-12-201-1/+1
* | refactored osd_reqid_tSage Weil2007-12-201-4/+3
* | MOSDOpReply uses ceph_ods_reply_headSage Weil2007-12-201-66/+38
* | MOSDOp uses ceph_osd_op_head, and related type tomfoolerySage Weil2007-12-201-15/+10
* | rados: refactored to use MOSDSubOp; ripped out splay, chain support for nowSage Weil2007-12-201-5/+0
|/
* reorganized source treeSage Weil2007-12-191-0/+150