summaryrefslogtreecommitdiff
path: root/src/msg/Message.h
Commit message (Expand)AuthorAgeFilesLines
* misc assert #include cleanup, hackerySage Weil2012-06-071-19/+10
* msg: make clear_pipe work only on a given Pipe, rather than the current one.Greg Farnum2012-06-031-3/+3
* src: get rid of the Observers throughout the code base.Joao Eduardo Luis2012-05-171-2/+2
* RefCountedObject: relocate from msg/Message.h to common/RefCountedObj.hYehuda Sadeh2012-04-251-80/+2
* librados: call notification under different thread contextYehuda Sadeh2012-04-251-0/+63
* OSD: improve information and format of OSDTracker messagesSamuel Just2012-04-131-5/+8
* messages: populate header.version in constructorSage Weil2012-02-101-5/+10
* Merge branch 'wip-encoding'Sage Weil2012-02-021-19/+21
|\
| * msg: implement Message::dump()Sage Weil2012-01-301-0/+2
| * msg: go const-crazy on messagesSage Weil2012-01-301-13/+13
| * msg: no cct for decode_payloadSage Weil2012-01-301-1/+1
| * msg: no cct needed for message encodingSage Weil2012-01-301-3/+3
| * msg: pass features explicitly into message encodersSage Weil2012-01-301-3/+3
* | msgr: Document recv_stamp and add a dispatch_stamp and throttle_wait.Greg Farnum2012-01-311-1/+14
|/
* osd: add MOSDPGBackfill messageSage Weil2011-12-141-0/+1
* osd: MOSDPGScanSage Weil2011-12-141-0/+1
* mon: allow monitor to automagically join clusterSage Weil2011-11-111-0/+1
* mon: slurp latest state from active monitors before joining quorumSage Weil2011-11-071-0/+1
* msg: add MCommand, MCommandReply message typesSage Weil2011-10-141-0/+2
* osd: discard requests that from disconnected clientsSage Weil2011-10-071-0/+4
* msg: remove globalsColin Patrick McCabe2011-06-201-7/+8
* buffer: Move atomic.h include from buffer.h to buffer.ccTommi Virtanen2011-04-071-0/+1
* mds: find_ino_peerSage Weil2011-03-311-0/+2
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* MOSDRepScrub: Adds a message for initiating a replica scrubSamuel Just2011-02-071-0/+1
* msgr: make connection pipe reset atomicSage Weil2011-01-241-0/+6
* Add MOSDPGMissingColin Patrick McCabe2010-11-151-0/+1
* msgr: add Connection rx buffer interfaceSage Weil2010-11-141-1/+15
* Revert "msgr: Test reconnect protocol changes."Greg Farnum2010-09-131-2/+2
* msgr: Test reconnect protocol changes.Greg Farnum2010-09-131-2/+2
* msg: use RefCountedObject; overload get() only to cast return typeSage Weil2010-08-121-28/+10
* msgr: remove fake orig_source_addr fakerySage Weil2010-07-071-11/+2
* msgr: fix dispatch throttler releaseSage Weil2010-07-011-2/+15
* msgr: ref count Pipe to avoid use after freeSage Weil2010-06-171-3/+19
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msgr: Fix uses of get_[data, payload, middle] to use throttling-aware functions.Greg Farnum2010-06-041-0/+16
* msgr: put throttler usage on Message destructGreg Farnum2010-06-041-0/+2
* osd: fix compile issuesGreg Farnum2010-06-041-1/+1
* msgr: switch to get/set functions for Message:throttlerGreg Farnum2010-06-041-0/+2
* msg: remove copy_payload and copy_data functions; change set to use throttlerGreg Farnum2010-06-041-8/+12
* progressGreg Farnum2010-06-041-3/+18
* msgr: print message encoding version to aid debuggingSage Weil2010-05-121-0/+2
* msgr: set outgoing msg connection before encodingSage Weil2010-05-111-1/+5
* types: standardize on uint64_tSage Weil2010-05-071-2/+2
* poolop: rename and move definitions to ceph_fs.hYehuda Sadeh2010-04-241-2/+2
* Merge branch 'msgr' into unstableSage Weil2010-04-231-5/+6
|\
| * msgr: Add a void *pipe to Connection.Greg Farnum2010-04-151-1/+2
| * msg: Message::nref now starts at 1; remove a get() in SimpleMessenger to adjustGreg Farnum2010-03-311-2/+2
| * msg: Remove dead MMDSOffloadCompleteGreg Farnum2010-03-311-1/+0
| * msg: Declare ~Message to be protected.Greg Farnum2010-03-301-1/+2