summaryrefslogtreecommitdiffstats
path: root/src/mds/MDSContext.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: add C_IO_Wrapper completion debuggingPatrick Donnelly2024-09-251-0/+2
* mds: reset heartbeat in each MDSContext complete()Xiubo Li2021-12-131-0/+1
* mds: just respawn mds daemon when osd op requests timeoutXiubo Li2021-06-251-2/+5
* mds/client: create cephfs errno aliasesMilind Changire2021-03-021-1/+1
* MDSLogContext: fix typo in MDSLogContextBase and add more commentshaoyixing2020-12-181-1/+2
* *: convert EBLACKLISTED to EBLOCKLISTEDPatrick Donnelly2020-08-241-1/+1
* blacklist -> blocklistSage Weil2020-08-241-1/+1
* mds: don't assert empty io context list when shutting downYan, Zheng2020-03-231-10/+16
* Revert "mds: make MDSIOContextBase delete itself when shutting down"Yan, Zheng2020-03-231-1/+0
* Revert "mds: just delete MDSIOContextBase during shutdown"Yan, Zheng2020-03-231-2/+5
* mds: just delete MDSIOContextBase during shutdownPatrick Donnelly2020-02-251-5/+2
* mds: add comment explaining unusual locking for MDSIOContextBasePatrick Donnelly2020-02-251-0/+3
* mds: make MDSIOContextBase delete itself when shutting downXuehan Xu2019-09-121-0/+1
* mds: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-1/+1
* mds: refactor MDSContext inheritancePatrick Donnelly2019-02-021-30/+4
* mds: Mutex::Locker -> std::lock_guardSage Weil2018-10-161-1/+1
* mds: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-3/+3
* mds: health warning for slow metadata IOYan, Zheng2018-07-141-0/+52
* dout: Use dout_contextAdam C. Emerson2016-12-221-1/+1
* assert(0) -> ceph_abort()Sage Weil2016-11-221-1/+1
* mds: avoid wrapping contexts during loggingYan, Zheng2016-10-211-1/+9
* mds: avoid wrapping C_IO_Wrapper with C_OnFinisherYan, Zheng2016-10-211-0/+10
* mds: Make all subsystems take an MDSRank instead of an MDSJohn Spray2015-07-281-9/+9
* mds: drop MDSIOContext on mds->stoppingJohn Spray2015-06-251-0/+6
* mds: add an MDSInternalContextWrapper and MDSIOContextWrapperGreg Farnum2014-11-071-0/+19
* mds: restart on -EBLACKLISTEDJohn Spray2014-08-271-1/+6
* mds: add MDSContext subclassesJohn Spray2014-08-251-0/+57