summaryrefslogtreecommitdiffstats
path: root/src/messages/MDiscoverReply.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* msg: Change crimson's make_message() namespace to crimsonAmnon Hanuhov2021-05-251-1/+1
* messages: Add crimson's make_message as friend to messages classes withAmnon Hanuhov2021-05-061-0/+2
* message: mark message classes "final"Kefu Chai2020-11-161-1/+1
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* mds: MDS-MDS message classes inherit from MMDSOpJos Collin2020-06-231-5/+5
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-7/+8
* mds: change MDCache::discover_path()'s wants_xlocked semanticYan, Zheng2019-12-121-6/+6
* messages: protect CephFS messages get/put methodsPatrick Donnelly2019-11-041-4/+4
* cephfs: Make mds-mds per message versioneddongdong tao2019-08-011-3/+4
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-6/+7
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* messages: define HEAD_VERSION and COMPAT_VERSION inlinedKefu Chai2018-08-171-1/+1
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-7/+4
* mds: use message factory to avoid leaksPatrick Donnelly2018-08-151-2/+1
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-3/+6
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-18/+20
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* mds: convert to allocator agnostic string_viewPatrick Donnelly2018-02-071-3/+3
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-26/+27
* messages: Initialization of member variablesamitkuma2017-08-111-7/+7
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* mds: typedefs for rank and gid in MDSMapJohn Spray2014-10-081-2/+2
* messages: remove `using namespace std` in headersJohn Spray2014-08-281-7/+5
* mds: remove discover inoYan, Zheng2014-04-291-18/+0
* mds: fix uninitialized fields in MDiscoverSage Weil2014-04-061-2/+8
* messages: populate header.version in constructorSage Weil2012-02-101-4/+6
* messages: set type in default constructorSage Weil2012-02-031-1/+1
* msg: add missing #includes for messagesSage Weil2012-02-011-1/+0
* msg: go const-crazy on messagesSage Weil2012-01-301-2/+2
* 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
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* MDiscoverReply: encode/decode wanted_ino.Greg Farnum2011-06-101-0/+4
* mds: handle discovers that race with refragmentingSage Weil2011-04-271-0/+2
* mds: fix discover requests, tracking wrt fragmentsSage Weil2010-11-171-1/+3
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msg: MDiscoverReply has a private destructorGreg Farnum2010-03-311-0/+4
* mds: message include cleanupSage Weil2008-12-231-2/+0
* mds: don't fall over discover_reply with dir_auth_hintSage Weil2008-08-131-1/+4
* mds: add snap to discover+replySage Weil2008-07-291-0/+6
* mds: huge discover rewriteSage Weil2008-07-281-71/+11
* mds: mark replication messages unsolicited to avoid confusing discover reply ...Sage Weil2008-05-121-1/+6
* changes some ints to __u32 or __s32Sage Weil2008-05-091-1/+1
* mds: tons of encoding changesSage Weil2008-05-091-71/+30
* fixed get_type_name type to make latest g++ happySage Weil2007-12-311-1/+1
* reorganized source treeSage Weil2007-12-191-0/+300