summaryrefslogtreecommitdiffstats
path: root/src/mds/MDSContext.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: make C_MDSInternalNoop::complete() delete 'this'Yan, Zheng2017-04-051-2/+2
* mds: add override in headersliuchang08122017-03-031-16/+16
* assert(0) -> ceph_abort()Sage Weil2016-11-221-1/+1
* mds: avoid wrapping contexts during loggingYan, Zheng2016-10-211-1/+17
* mds: avoid wrapping C_IO_Wrapper with C_OnFinisherYan, Zheng2016-10-211-8/+11
* mds: cancel context correctly if we already have required osdmap in handxie xingguo2016-06-141-0/+9
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-2/+2
* mds: Make all subsystems take an MDSRank instead of an MDSJohn Spray2015-07-281-19/+19
* MDS: clean up internal MDRequests the standard wayGreg Farnum2014-11-071-2/+0
* mds: add an MDSInternalContextWrapper and MDSIOContextWrapperGreg Farnum2014-11-071-0/+28
* mds: convert IO contextsJohn Spray2014-08-251-4/+8
* mds: add MDSContext subclassesJohn Spray2014-08-251-0/+135