summaryrefslogtreecommitdiff
path: root/src/msg/Message.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | osd: fix source type checks (osd, mon)Sage Weil2010-04-141-0/+5
* | atomic: rename test() -> read()Sage Weil2010-04-081-1/+1
* | crc32c: prefix with ceph_Sage Weil2010-04-081-1/+1
|/
* msgr: NOSRCADDR protocol feature drops src/orig_src in msg headerSage Weil2010-03-301-1/+1
* msgr: put features in connection_stateSage Weil2010-03-301-1/+6
* msgr: use connection for src addrSage Weil2010-03-301-4/+12
* msgr: make Message::get_orig_* differ only when explicitly directed toSage Weil2010-03-301-6/+20
* msg: Remove dead code MSG_OSD_IN/OUTGreg Farnum2010-03-191-2/+0
* msg: Add a new MForward message for encapsulating client caps and messagesGreg Farnum2010-03-171-0/+1
* mds: fix replica dentry linkage updatesSage Weil2010-03-161-0/+1
* msgr: put tid in ceph_msg_header (protocol change)Sage Weil2009-12-221-0/+3
* auth: manage global id in the auth monYehuda Sadeh2009-11-061-0/+2
* auth: move auth rotating interaction into auth handlersSage Weil2009-10-231-2/+0
* auth: kill unused MAuthMon[Ack]Sage Weil2009-10-221-2/+0
* Merge branch 'unstable' into authSage Weil2009-10-211-2/+14
|\
| * msgr: add version field to msg headerSage Weil2009-10-131-0/+1
| * msgr: put peer type, addr in ConnectionSage Weil2009-10-131-1/+10
| * mon/msg: Remove MMonAdd; switch MonmapMonitor to use MMonCommandGreg Farnum2009-10-121-1/+0
| * Merge branch 'unstable' of ssh://ceph.newdream.net/home/sage/ceph.newdream.ne...Sage Weil2009-10-091-1/+1
| |\
| | * message: Add a new MMonAdd message typeGreg Farnum2009-10-091-1/+1
| * | mon: new, improved monitor request/reply routingSage Weil2009-10-091-1/+3
| |/