| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: use smart pointer to manager CDir::fnode | Yan, Zheng | 2020-07-29 | 1 | -3/+4 |
* | mds: auth pin stray dir when purging stray inode | Yan, Zheng | 2020-04-20 | 1 | -1/+1 |
* | crimson:common add TOPNSPC namespace for ceph and crimson | Chunmei Liu | 2020-02-28 | 1 | -1/+1 |
* | mds: Move StrayManager initializations to its header | Varsha Rao | 2020-01-22 | 1 | -5/+5 |
* | mds: Remove extra spaces in StrayManager header. | Varsha Rao | 2020-01-22 | 1 | -17/+18 |
* | mds: Reorganize structure members in StrayManager header | Varsha Rao | 2020-01-22 | 1 | -92/+91 |
* | mds: avoid evaluating stray dentry multiple times | Yan, Zheng | 2019-02-14 | 1 | -11/+9 |
* | mds: fix typos | Kefu Chai | 2018-09-21 | 1 | -1/+1 |
* | mds: Removing unused variables from StrayManager | amitkuma | 2017-08-02 | 1 | -1/+1 |
* | mds: move MDCache::eval_remote into StrayManager | Yan, Zheng | 2017-06-08 | 1 | -6/+7 |
* | mds: fix stray creation/removal notification | Yan, Zheng | 2017-04-17 | 1 | -0/+1 |
* | mds: move dir purge and truncate into purgequeue | John Spray | 2017-03-08 | 1 | -3/+0 |
* | mds: move throttling code out of StrayManager | John Spray | 2017-03-08 | 1 | -91/+16 |
* | mds: move PurgeQueue up to MDSRank | John Spray | 2017-03-08 | 1 | -9/+2 |
* | mds: use a persistent queue for purging deleted files | John Spray | 2017-03-08 | 1 | -0/+10 |
* | mds: stop purging strays when mds is being shutdown | Yan, Zheng | 2017-02-20 | 1 | -0/+1 |
* | mds: don't purge strays when mds is in clientreplay state | Yan, Zheng | 2017-01-25 | 1 | -0/+3 |
* | mds: avoid wrapping contexts during logging | Yan, Zheng | 2016-10-21 | 1 | -0/+1 |
* | mds: add health warning for oversized cache | John Spray | 2016-07-11 | 1 | -0/+2 |
* | mds: don't pin purging stray dentries | Yan, Zheng | 2016-05-11 | 1 | -3/+27 |
* | make ctors with one argument explicit | Danny Al-Gaaf | 2016-01-29 | 1 | -1/+1 |
* | mds: fix locking around handle_conf_change | John Spray | 2016-01-21 | 1 | -12/+1 |
* | mds: Make all subsystems take an MDSRank instead of an MDS | John Spray | 2015-07-28 | 1 | -3/+3 |
* | mds: remove global Filer instance | John Spray | 2015-07-03 | 1 | -0/+3 |
* | mds: avoid calling StrayManager::eval_stray() recursively | Yan, Zheng | 2015-05-19 | 1 | -15/+17 |
* | mds: improved doxygen comments in StrayManager | John Spray | 2015-03-20 | 1 | -4/+151 |
* | mds: make purge op limit dynamic based on PGs/MDSs | John Spray | 2015-03-20 | 1 | -1/+9 |
* | mds: throttle purge stray operations | John Spray | 2015-03-20 | 1 | -0/+92 |