summaryrefslogtreecommitdiffstats
path: root/src/mds/PurgeQueue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-dencoder: MDS - Add missing typesNitzanMordhai2024-04-101-0/+1
* mds/purgequeue: add l_pq_executed_ops countershimin2023-11-071-0/+1
* mds: use vector to define old_pools in PurgeItem and inode_backtrace_tYan, Zheng2021-02-011-1/+1
* mds: make purge_queue delete objects asynchronously and keep accepting pushesYanhu Cao2020-12-231-0/+24
* osdc: Asiofact the ObjecterAdam C. Emerson2020-05-151-0/+1
* mds: track high water mark for purgesPatrick Donnelly2020-01-211-0/+5
* mds: mark purge queue protected members privatePatrick Donnelly2020-01-211-1/+1
* mds: Reorganize class members in PurgeQueue headerVarsha Rao2019-11-131-92/+84
* mds: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-1/+1
* mds: apply configuration changes through MDSRankPatrick Donnelly2019-07-131-3/+1
* mds: count purge queue items left in journalZhi Zhang2019-06-061-0/+3
* mds: convert unnecessary list usage to vectorPatrick Donnelly2019-03-151-1/+1
* mds: setup readonly mode for PurgeQueuePatrick Donnelly2019-01-021-0/+3
* mds: return string_view for type strPatrick Donnelly2019-01-021-1/+1
* mds: add missing locks for PurgeQueue methodsPatrick Donnelly2019-01-021-1/+1
* Merge PR #23467 into masterPatrick Donnelly2018-08-211-1/+30
|\
| * cephfs-journal-tool: enable purge_queue journal's event commandsXuehan Xu2018-08-091-1/+30
* | Revert "cephfs-journal-tool: enable purge_queue journal's event commands"Yan, Zheng2018-08-071-30/+1
* | Merge PR #22850 into masterPatrick Donnelly2018-08-061-1/+30
|\ \
| * | cephfs-journal-tool: enable purge_queue journal's event commandsXuehan Xu2018-08-041-1/+30
| |/
* / common: move ConfigValues out of md_config_tKefu Chai2018-07-101-1/+1
|/
* common: add LockPolicy to md_config_tKefu Chai2018-06-271-1/+1
* mds: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* mds: optimize purge queue expire pos updateYan, Zheng2018-04-171-0/+2
* mds: fix race in PurgeQueue::wait_for_recovery()Yan, Zheng2017-10-291-1/+0
* mds: open purge queue when transitioning out of standby replayYan, Zheng2017-09-271-1/+6
* ceph: kick purge queue when mds activeYan, Zheng2017-07-061-0/+1
* mds: drop partial entry and adjust write_pos when opening PurgeQueueYan, Zheng2017-04-181-0/+3
* mds: fix handling very fast delete opsJohn Spray2017-03-091-1/+1
* mds: flush PQ even when not consumingJohn Spray2017-03-081-1/+8
* mds: add error handling in PurgeQueueJohn Spray2017-03-081-1/+5
* mds: expose progress during PurgeQueue drainJohn Spray2017-03-081-0/+23
* mds: implement PurgeQueue throttlingJohn Spray2017-03-081-7/+6
* mds: add stats to PurgeQueueJohn Spray2017-03-081-3/+20
* mds: move dir purge and truncate into purgequeueJohn Spray2017-03-081-1/+10
* mds: move throttling code out of StrayManagerJohn Spray2017-03-081-0/+24
* mds: use a persistent queue for purging deleted filesJohn Spray2017-03-081-0/+101