summaryrefslogtreecommitdiffstats
path: root/src/messages/MOSDPGCreate.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-7/+6
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-7/+9
* *: 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
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-6/+7
* messages: Initializing uninitialized members module messagesamitkuma2017-08-041-1/+1
* messages/MOSDPGCreate: remove compat cruftSage Weil2017-04-211-28/+3
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* messages/MOSDPGCreate: make it more readableSage Weil2015-11-231-5/+3
* osd, mon: Send initial pg create time from mon to osdDavid Zafman2014-11-061-5/+20
* osd: fix MOSDPGCreate version settingSage Weil2012-02-111-6/+9
* osd: new encoding for pg_create_tSage Weil2012-02-101-1/+18
* ceph-dencoder: add pg_create_t (formerly MOSDPGCreate::create_rec)Sage Weil2012-02-101-22/+3
* messages: set type in default constructorSage Weil2012-02-031-1/+1
* 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
* messages: add print functions to the MOSDPG messagesGreg Farnum2011-08-041-0/+10
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msg: MOSDPGCreate has a private destructorGreg Farnum2010-03-311-1/+4
* cosmetic macro rename for consistent namingSage Weil2008-05-091-2/+2
* changes some ints to __u32 or __s32Sage Weil2008-05-091-1/+1
* fixed osd message encodingSage Weil2008-05-091-5/+20
* account for new pg parent split levels to allow pg_num increases; mon command...Sage Weil2008-03-181-0/+1
* osd: pgp_num support, and some reworking to facilitate splitting (soon)Sage Weil2008-03-181-3/+6
* mon: forgot MOSDPGCreateSage Weil2008-03-151-0/+48