summaryrefslogtreecommitdiff
path: root/src/msg/Message.h
Commit message (Expand)AuthorAgeFilesLines
* Message,OSD,PG: make Connection::features privateSage Weil2013-07-191-0/+2
* Merge branch 'wip-small-object-recovery'Samuel Just2013-07-081-0/+4
|\
| * messages/,osd_types: add messages for Push, PushReply, PullSamuel Just2013-07-081-0/+4
* | mon: implement simple 'scrub' commandSage Weil2013-07-081-0/+1
|/
* msgr: queue reset exactly once on any connectionSage Weil2013-06-131-1/+3
* msgr: use ConnectionRef throughoutSage Weil2013-06-131-12/+9
* Merge remote-tracking branch 'yan/wip-mds'Sage Weil2013-05-291-0/+2
|\
| * mds: open inode by inoYan, Zheng2013-05-281-0/+2
* | osd: ping both front and back interfacesSage Weil2013-05-221-0/+4
* | msgr: add Messenger reference to ConnectionSage Weil2013-05-221-1/+4
|/
* msgr: add second per-message throttler to message policySage Weil2013-04-061-16/+34
* messages: add MOSDMarkMeDownSamuel Just2013-03-211-0/+1
* mon: HealthMonitor: Keep track of monitor cluster's healthJoao Eduardo Luis2013-03-181-0/+1
* Merge branch 'wsp.bobtail.2merge' into wsp.bobtail.masterJoao Eduardo Luis2013-02-211-0/+1
|\
| * message: MMonSync: Monitor Synchronization messageJoao Eduardo Luis2013-02-211-0/+1
* | msg/Message.h: fix C-style pointer castingDanny Al-Gaaf2013-02-061-2/+2
|/
* osd: use Message::get_cost() function for queueingSage Weil2013-01-221-0/+4
* messages: add MTimeCheckJoao Eduardo Luis2013-01-111-0/+2
* features is uint64_tSage Weil2012-12-271-5/+5
* osd/: make OSDService messenger helpers return ConnectionRefSamuel Just2012-11-301-0/+6
* common: add RefCountedObj.cc with intrusive_ptr hooksSamuel Just2012-11-131-4/+0
* message: add MRecoveryReserveMike Ryan2012-11-011-0/+3
* osd/: add backfill reservationsSamuel Just2012-09-251-0/+2
* Merge branch 'next'Samuel Just2012-08-151-4/+2
|\
| * PG,Message: move intrusive_ptr_* into top namespaceSamuel Just2012-08-151-4/+2
* | Merge branch 'wip-msgr'Sage Weil2012-08-131-3/+24
|\ \ | |/ |/|
| * msgr: do not reopen failed lossy ConnectionsSage Weil2012-07-201-0/+12
| * msg/Connection: add failed flag for lossy ConnectionsSage Weil2012-07-201-3/+12
* | PG: compound messages must carry epoch_sent for each partSamuel Just2012-07-051-0/+6
|/
* 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