summaryrefslogtreecommitdiffstats
path: root/src/messages/MRecoveryReserve.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-1/+2
* messages: #include necessary headerKefu Chai2019-04-241-0/+1
* 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-0/+6
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* osd: move M{Backfill,Recovery}Reserve event logic into messageSage Weil2018-04-031-12/+47
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-10/+11
* osd/PG: allow preemption of remote recovery reservation tooSage Weil2017-10-271-0/+4
* messages/MBackfillReserve: rename CANCEL -> RELEASESage Weil2017-10-221-3/+3
* messages/MRecoveryReserve: pass priority to replicaSage Weil2017-10-221-4/+11
* messages/MRecoveryReserve: remove compat cruftSage Weil2017-04-211-5/+2
* osd: use MOSDScrubReserve instead of MOSDSubOp for scrub reservationsSage Weil2017-03-311-5/+5
* common: add override in msg subsystemliuchang08122017-03-031-4/+4
* osd: explicit shard_id_t() and NO_SHARDLoic Dachary2014-05-291-1/+1
* messages/: include shard information in various pg messagesSamuel Just2014-02-181-5/+10
* message: add MRecoveryReserveMike Ryan2012-11-011-0/+78