summaryrefslogtreecommitdiffstats
path: root/src/messages/MOSDPGScan.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-1/+2
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-5/+6
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* messages: define HEAD_VERSION and COMPAT_VERSION inlinedKefu Chai2018-08-171-2/+2
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-6/+3
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-1/+6
* messages/MOSDPGScan: encode map_epcoh for query_epoch for pre-nautilus peersSage Weil2018-06-091-1/+6
* messages/MOSDPGScan: fix initialization of query_epochwumingqiao2018-06-051-1/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-16/+17
* messages: Initializing member variables of module messagesamitkuma2017-08-051-2/+2
* osd: min_epoch for MOSDPGScanSage Weil2017-05-021-0/+3
* messages/MOSDPGScan: remove compat cruftSage Weil2017-04-211-10/+3
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* osd: make all fast dispatch ops MOSDFastDispatchOp childrenSage Weil2017-02-141-5/+12
* osd: explicit shard_id_t() and NO_SHARDLoic Dachary2014-05-291-2/+2
* messages/: include shard information in various pg messagesSamuel Just2014-02-181-6/+25
* messages, os, osd: Clean-up g/hobject_t MAX handlingDavid Zafman2014-01-091-2/+2
* OSD,PG,ObjectStore: handle messages with old hobject_t encodingSamuel Just2012-06-221-0/+6
* msg: go const-crazy on messagesSage Weil2012-01-301-3/+3
* 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: MOSDPGScanSage Weil2011-12-141-0/+81