summaryrefslogtreecommitdiffstats
path: root/src/messages/MOSDRepOp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd,crimson/osd: maintain pg_committed_to on replica rather than min_last_com...Samuel Just2024-10-181-4/+27
* osd: remove support for replicas without OSD_REPOP_MLCODSamuel Just2024-10-181-17/+3
* messages/MOSDRep{Op,OpReply}: do not support osd < octopusKefu Chai2021-02-231-7/+4
* message: mark message classes "final"Kefu Chai2020-11-161-1/+1
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* ReplicatedBackend,MOSDRepOp: replace pg_roll_forward_to with mlcodSamuel Just2019-12-201-5/+22
* osd/: convert boost::optional users to std::optionalSamuel Just2019-05-101-1/+1
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-6/+6
* messages: Update MOSDOpRepOp.h to work without using namespaceAdam C. Emerson2019-03-291-3/+5
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* common: fix typosKefu Chai2018-09-211-2/+2
* 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
* core: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-31/+32
* messages/: always set header.version in encode_payload()Kefu Chai2017-07-191-0/+1
* blkin: osd op messages carry trace informationCasey Bodley2017-05-051-4/+8
* osd: min_epoch for MOSDRepOp[Reply]Sage Weil2017-05-021-5/+17
* common: add override in msg subsystemliuchang08122017-03-031-6/+6
* osd: make all fast dispatch ops MOSDFastDispatchOp childrenSage Weil2017-02-141-5/+11
* osd/: 's/trim_rollback_to/roll_forward_to/g'Samuel Just2016-11-171-3/+3
* MOSDRepOp: Simple Messenger optimizationXinze Chi2015-11-091-9/+24
* messages/MOSDRepOp.h: init some vars of MOSDRepOp in ctorDanny Al-Gaaf2015-07-171-1/+2
* Add MOSDRepOp and MOSDRepOpReplyXiaoxi Chen2015-01-051-0/+138