summaryrefslogtreecommitdiffstats
path: root/src/messages/MOSDSubOp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup noop in messageXiaoxi Chen2014-12-011-7/+7
* Merge remote-tracking branch 'upstream/master' into wip-8438-masterSamuel Just2014-06-271-2/+2
|\
| * osd: explicit shard_id_t() and NO_SHARDLoic Dachary2014-05-291-2/+2
* | osd/: plumb rollback_trim_to through interfaces and messagesSamuel Just2014-06-271-1/+9
|/
* osd/: propogate hit_set history with repopSamuel Just2014-04-211-1/+10
* Change tid_t to ceph_tid_t to avoid conflicts with a popular typeDan Mick2014-03-191-1/+1
* osd/: replace bufferptr with bufferlist for attrs in recoverySamuel Just2014-02-181-1/+1
* messages/: include shard information in various pg messagesSamuel Just2014-02-181-5/+20
* messages, os, osd: Clean-up g/hobject_t MAX handlingDavid Zafman2014-01-091-1/+1
* osd: flag new/old temp objects in MOSDSubOpSage Weil2013-09-121-1/+11
* osd: set PULL subop cost to size of requested dataSage Weil2013-01-221-0/+6
* MOSDSubOp: set hobject_incorrect_pool in decode_payloadSamuel Just2012-07-021-0/+1
* OSD,PG,ObjectStore: handle messages with old hobject_t encodingSamuel Just2012-06-221-3/+14
* ReplicatedPG: add omap_header to recoverySamuel Just2012-03-061-1/+5
* MOSDSubOp: Add entry for omap recoverySamuel Just2012-03-011-1/+6
* MOSDSubOp: Add new object recovery stateSamuel Just2012-02-131-2/+21
* messages: populate header.version in constructorSage Weil2012-02-101-15/+17
* messages: set type in default constructorSage Weil2012-02-031-1/+1
* msg: go const-crazy on messagesSage Weil2012-01-301-2/+2
* msg: no cct for decode_payloadSage Weil2012-01-301-1/+1
* msg: no cct needed for message encodingSage Weil2012-01-301-1/+1
* msg: pass features explicitly into message encodersSage Weil2012-01-301-1/+1
* osd: OSDOp::data -> indataSage Weil2012-01-091-3/+3
* MOSDSubOpReply/MSDSubOp: No need to update encoding version.Samuel Just2011-09-011-11/+3
* OSD: Fix encoding versions affected by hobject switchSamuel Just2011-08-311-3/+11
* src/messages/: s/sobject_t/hobject_tSamuel Just2011-08-301-3/+3
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* osd: store locator with object_info; add incompat featureSage Weil2010-10-281-2/+6
* osd: push in chunksSage Weil2010-07-201-2/+18
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* Merge branch 'string' into unstableSage Weil2010-05-081-1/+1
|\
| * replace nstring with std::stringSage Weil2010-04-281-1/+1
* | types: standardize on uint64_tSage Weil2010-05-071-3/+3
|/
* msg: MOSDSubOp has a private destructorGreg Farnum2010-03-311-0/+3
* msgr: put tid in ceph_msg_header (protocol change)Sage Weil2009-12-221-4/+1
* osd: name args in ceph_osd_op unionSage Weil2009-09-301-1/+1
* osd: do NOT include op vector when shipping raw transactionSage Weil2009-06-201-1/+1
* osd: pass updated stats to replicaSage Weil2009-06-191-0/+3
* osd: hold op data on the specific opYehuda Sadeh2009-06-101-4/+20
* osd: kill pobject_t (use sobject_t throughout)Sage Weil2009-06-031-3/+3
* osd: ship transaction (not op) to replicasSage Weil2009-05-281-8/+15
* osd: set mtime based on client-provided timestampSage Weil2009-03-231-0/+3
* osd: remove inc_lockSage Weil2009-01-291-5/+1
* osd: initialize all MOSDSubOp fieldsSage Weil2008-12-111-1/+2
* osd: make replica scrub_map generation a subopSage Weil2008-12-041-0/+1
* osd: keep projected info on in-progress object modifications in memorySage Weil2008-12-041-3/+11
* osd: do not clear ops vector to indicate noop (protocol change)Sage Weil2008-12-031-4/+9
* osd: ack type in osd sub opsSage Weil2008-11-251-3/+5
* os: use nstring instead of string for attrsetsSage Weil2008-11-201-1/+1
* osd: compound osd operationsSage Weil2008-11-101-21/+13