summaryrefslogtreecommitdiff
path: root/src/msg/Message.cc
Commit message (Expand)AuthorAgeFilesLines
* msg/Message: use old footer for encoded message dumpSage Weil2013-07-111-1/+9
* Merge branch 'wip-small-object-recovery'Samuel Just2013-07-081-0/+13
|\
| * messages/,osd_types: add messages for Push, PushReply, PullSamuel Just2013-07-081-0/+13
* | mon: implement simple 'scrub' commandSage Weil2013-07-081-0/+4
|/
* mds: open inode by inoYan, Zheng2013-05-281-0/+9
* messages: add MOSDMarkMeDownSamuel Just2013-03-211-0/+4
* mon: HealthMonitor: Keep track of monitor cluster's healthJoao Eduardo Luis2013-03-181-0/+5
* msgr: print dump before asserting (if that is enabled)Sage Weil2013-02-261-2/+2
* msgr: dump corrupt message to log (at high debug levels)Sage Weil2013-02-261-0/+3
* message: MMonSync: Monitor Synchronization messageJoao Eduardo Luis2013-02-211-0/+4
* messages: add MTimeCheckJoao Eduardo Luis2013-01-111-0/+4
* msgr: update Message envelope in encode, not write_messageSage Weil2013-01-071-3/+11
* common: add RefCountedObj.cc with intrusive_ptr hooksSamuel Just2012-11-131-10/+0
* message: add MRecoveryReserveMike Ryan2012-11-011-0/+4
* Compatibility code for session authentication; mostly passing keys around to ...Peter Reiher2012-10-011-3/+34
* osd/: add backfill reservationsSamuel Just2012-09-251-0/+4
* msg/Message: fix possible null derefSage Weil2012-08-311-6/+8
* PG,Message: move intrusive_ptr_* into top namespaceSamuel Just2012-08-151-10/+8
* PG: compound messages must carry epoch_sent for each partSamuel Just2012-07-051-0/+12
* misc assert #include cleanup, hackerySage Weil2012-06-071-1/+2
* src: get rid of the Observers throughout the code base.Joao Eduardo Luis2012-05-171-8/+0
* log: new logging infrastructureSage Weil2012-03-271-3/+4
* msg: check compat_version before decodingSage Weil2012-02-091-0/+15
* msg: populate compat_version for encoded messagesSage Weil2012-02-091-0/+4
* msg: fix message leak on receipt of undecodable messageSage Weil2012-02-021-0/+1
* encoding: document ENCODE_DUMP throttling weirdnessSage Weil2012-02-021-0/+3
* msg: dump messages via build optionSage Weil2012-01-311-2/+38
* msg: implement Message::dump()Sage Weil2012-01-301-0/+8
* msg: make decode cct optionalSage Weil2012-01-301-22/+32
* msg: no cct needed for message encodingSage Weil2012-01-301-6/+5
* msg: pass features explicitly into message encodersSage Weil2012-01-301-4/+4
* osd: add MOSDPGBackfill messageSage Weil2011-12-141-0/+4
* osd: MOSDPGScanSage Weil2011-12-141-0/+4
* mon: allow monitor to automagically join clusterSage Weil2011-11-111-0/+4
* mon: slurp latest state from active monitors before joining quorumSage Weil2011-11-071-0/+5
* msg: add MCommand, MCommandReply message typesSage Weil2011-10-141-0/+10
* mon: add GetVersion messageJosh Durgin2011-07-291-0/+8
* msg: remove globalsColin Patrick McCabe2011-06-201-20/+20
* g_conf: change to pointerColin Patrick McCabe2011-06-071-4/+4
* mon: remove class distribution infrastructureSage Weil2011-04-191-11/+0
* mds: find_ino_peerSage Weil2011-03-311-0/+9
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* Merge branch 'stable'Sage Weil2011-02-081-0/+4
|\
| * MOSDRepScrub: Adds a message for initiating a replica scrubSamuel Just2011-02-071-0/+4
* | Merge remote branch 'origin/unstable' into sync2Sage Weil2010-12-141-3/+3
|\ \
| * | logging: eliminate dbeginlColin Patrick McCabe2010-12-071-3/+3
| |/
* | librados: notify waits for completionYehuda Sadeh2010-11-231-0/+6
|/
* Add MOSDPGMissingColin Patrick McCabe2010-11-151-2/+4
* always throw by value; always catch by const refColin Patrick McCabe2010-10-041-3/+2
* msgr: avoid calculating data crc is peer didn't eitherSage Weil2010-06-181-8/+10