summaryrefslogtreecommitdiffstats
path: root/src/messages/MDentryLink.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+5
* messages: protect CephFS messages get/put methodsPatrick Donnelly2019-11-041-3/+3
* cephfs: Make mds-mds per message versioneddongdong tao2019-08-011-2/+5
* 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
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-6/+3
* 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-0/+4
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* mds: convert to allocator agnostic string_viewPatrick Donnelly2018-02-071-1/+3
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-10/+11
* add const to member functionyonghengdexin7352017-08-121-4/+4
* messages: Initialization of is_primaryamitkuma2017-08-081-1/+1
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* mds: fix race between send_dentry_link() and cache expireYan, Zheng2012-12-241-1/+6
* 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
* replace nstring with std::stringSage Weil2010-04-281-3/+3
* msg: MDentryLink has a private destructorGreg Farnum2010-03-311-0/+3
* mds: fix replica dentry linkage updatesSage Weil2010-03-161-0/+59