summaryrefslogtreecommitdiffstats
path: root/src/mds/StrayManager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: Removing unused variables from StrayManageramitkuma2017-08-021-1/+1
* mds: move MDCache::eval_remote into StrayManagerYan, Zheng2017-06-081-6/+7
* mds: fix stray creation/removal notificationYan, Zheng2017-04-171-0/+1
* mds: move dir purge and truncate into purgequeueJohn Spray2017-03-081-3/+0
* mds: move throttling code out of StrayManagerJohn Spray2017-03-081-91/+16
* mds: move PurgeQueue up to MDSRankJohn Spray2017-03-081-9/+2
* mds: use a persistent queue for purging deleted filesJohn Spray2017-03-081-0/+10
* mds: stop purging strays when mds is being shutdownYan, Zheng2017-02-201-0/+1
* mds: don't purge strays when mds is in clientreplay stateYan, Zheng2017-01-251-0/+3
* mds: avoid wrapping contexts during loggingYan, Zheng2016-10-211-0/+1
* mds: add health warning for oversized cacheJohn Spray2016-07-111-0/+2
* mds: don't pin purging stray dentriesYan, Zheng2016-05-111-3/+27
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* mds: fix locking around handle_conf_changeJohn Spray2016-01-211-12/+1
* mds: Make all subsystems take an MDSRank instead of an MDSJohn Spray2015-07-281-3/+3
* mds: remove global Filer instanceJohn Spray2015-07-031-0/+3
* mds: avoid calling StrayManager::eval_stray() recursivelyYan, Zheng2015-05-191-15/+17
* mds: improved doxygen comments in StrayManagerJohn Spray2015-03-201-4/+151
* mds: make purge op limit dynamic based on PGs/MDSsJohn Spray2015-03-201-1/+9
* mds: throttle purge stray operationsJohn Spray2015-03-201-0/+92