summaryrefslogtreecommitdiffstats
path: root/src/mds/Capability.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mds: use const_iterator for decodeKefu Chai2018-05-171-4/+4
| | | | Signed-off-by: Kefu Chai <kchai@redhat.com>
* mds: track how many clients/mds want caps for each inodeYan, Zheng2018-02-091-2/+16
| | | | Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
* mds: track Capability in mempoolPatrick Donnelly2018-02-081-10/+16
| | | | | | Partial-fix: http://tracker.ceph.com/issues/21402 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
* mds: Use unqualified encode/decodeAdam C. Emerson2018-01-101-38/+38
| | | | | | | This is a portion of Part 1 of the namespace project: using ADL properly in encode and decode so we can use namespaces easily in Ceph. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* mds: send info of imported caps back to the exporter (export dir)Yan, Zheng2013-12-161-0/+30
| | | | | | | | Introduce a new class Capability::Import and use it to send information of imported caps back to the exporter. This is preparation for including counterpart's information in cap import/export message. Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
* mds: Capability (and sub-structs) now uses modern encodingGreg Farnum2013-02-081-12/+84
| | | | | Signed-off-by: Sage Weil <sage@inktank.com> Signed-off-by: Greg Farnum <greg@inktank.com>
* mds: uninline Capability encodersSage Weil2013-02-051-0/+100
Signed-off-by: Sage Weil <sage@inktank.com>