summaryrefslogtreecommitdiffstats
path: root/src/mds/SnapClient.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* mds/client: create cephfs errno aliasesMilind Changire2021-03-021-1/+1
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-2/+2
* src/: use cref_t<Message> instead of Message::const_refKefu Chai2019-04-181-2/+2
* mds: refactor MDSContext inheritancePatrick Donnelly2019-02-021-3/+3
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* mds: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-7/+7
* msg: define MFoo::create helperYan, Zheng2018-08-161-2/+2
* mds: use message factory to avoid leaksPatrick Donnelly2018-08-151-2/+2
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-4/+4
* mds: use vector for context listsPatrick Donnelly2018-07-261-6/+7
* mds: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* mds: replace MAX() with std::max()Yan, Zheng2018-03-181-3/+3
* mds: add asok command that dumps cached snap infosYan, Zheng2018-02-091-0/+39
* mds: record global last_created/last_destroyed in snaptableYan, Zheng2018-02-091-13/+24
* mds: notify all mds about prepared snaptable updateYan, Zheng2018-02-091-1/+9
* mds: cache snaptable in snapclientYan, Zheng2018-02-091-0/+257