summaryrefslogtreecommitdiffstats
path: root/src/mds/RecoveryQueue.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #19954 into masterPatrick Donnelly2018-02-091-1/+1
|\
| * mds: move CInode container members to mempoolPatrick Donnelly2018-02-081-1/+1
* | mds: remove extra 0x in ino printsPatrick Donnelly2018-02-071-2/+2
|/
* mds: handle 'inode gets queued for recovery multiple times'Yan, Zheng2018-01-111-16/+40
* mds: use elist to track recover queue itemsYan, Zheng2018-01-111-17/+32
* msg,common: do not include assert.h everywhere to clobber <assert.h>Kefu Chai2017-06-081-3/+0
* compile fixups for doutJesse Williamson2017-06-021-0/+2
* mds: don't assert on read errors in RecoveryQueueJohn Spray2017-03-171-1/+9
* common: remove \n on clog messagesSage Weil2017-03-061-1/+1
* mds: add override in mds subsystemliuchang08122017-02-151-2/+2
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* mds: cleanup Locker::check_inode_max_size()Yan, Zheng2016-07-281-1/+1
* time: Update OSDC for C++11 TimeAdam C. Emerson2015-12-181-2/+2
* mds: Make all subsystems take an MDSRank instead of an MDSJohn Spray2015-07-281-4/+4
* mds: remove global Filer instanceJohn Spray2015-07-031-1/+6
* mds: respawn instead of suicide on blacklistJohn Spray2015-05-141-1/+1
* mds: perfcounters for RecoveryQueueJohn Spray2015-01-191-0/+10
* Merge remote-tracking branch 'gh/wip-7988'Sage Weil2014-08-301-2/+2
|\
| * osd/mds/monc: Adjust for LogClient/LogChannel usageJoao Eduardo Luis2014-08-271-1/+1
* | mds/RecoveryQueue: do not start prioritized items synchronouslySage Weil2014-08-291-6/+15
* | mds/RecoveryQueue: add method to prioritize a file recovery; fix loggingSage Weil2014-08-281-26/+46
* | mds: make max file recovers configurableSage Weil2014-08-281-1/+1
|/
* mds: Switch to new context typesJohn Spray2014-08-251-4/+14
* mds: separate inode recovery queue from MDCacheJohn Spray2014-07-291-0/+132