summaryrefslogtreecommitdiffstats
path: root/src/messages/MExportDirNotify.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-6/+6
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-12/+13
* messages: protect CephFS messages get/put methodsPatrick Donnelly2019-11-041-3/+3
* cephfs: Make mds-mds per message versioneddongdong tao2019-08-011-2/+6
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-4/+5
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-5/+2
* mds: use message factory to avoid leaksPatrick Donnelly2018-08-151-1/+1
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-2/+6
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-4/+7
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-10/+11
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* messages: remove `using namespace std` in headersJohn Spray2014-08-281-2/+0
* mds: rework stale import/export message detectionYan, Zheng2013-12-161-2/+4
* 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
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msg: MExportDirNotify has a private destructorGreg Farnum2010-03-311-1/+4
* mds: message include cleanupSage Weil2008-12-231-5/+0
* changes some ints to __u32 or __s32Sage Weil2008-05-091-4/+4
* removed old buffer encoders entirely!Sage Weil2008-05-091-17/+13
* fixed get_type_name type to make latest g++ happySage Weil2007-12-311-1/+1
* reorganized source treeSage Weil2007-12-191-0/+85