index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mds
/
PurgeQueue.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph-dencoder: MDS - Add missing types
NitzanMordhai
2024-04-10
1
-0
/
+1
*
mds/purgequeue: add l_pq_executed_ops counter
shimin
2023-11-07
1
-0
/
+1
*
mds: use vector to define old_pools in PurgeItem and inode_backtrace_t
Yan, Zheng
2021-02-01
1
-1
/
+1
*
mds: make purge_queue delete objects asynchronously and keep accepting pushes
Yanhu Cao
2020-12-23
1
-0
/
+24
*
osdc: Asiofact the Objecter
Adam C. Emerson
2020-05-15
1
-0
/
+1
*
mds: track high water mark for purges
Patrick Donnelly
2020-01-21
1
-0
/
+5
*
mds: mark purge queue protected members private
Patrick Donnelly
2020-01-21
1
-1
/
+1
*
mds: Reorganize class members in PurgeQueue header
Varsha Rao
2019-11-13
1
-92
/
+84
*
mds: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-1
/
+1
*
mds: apply configuration changes through MDSRank
Patrick Donnelly
2019-07-13
1
-3
/
+1
*
mds: count purge queue items left in journal
Zhi Zhang
2019-06-06
1
-0
/
+3
*
mds: convert unnecessary list usage to vector
Patrick Donnelly
2019-03-15
1
-1
/
+1
*
mds: setup readonly mode for PurgeQueue
Patrick Donnelly
2019-01-02
1
-0
/
+3
*
mds: return string_view for type str
Patrick Donnelly
2019-01-02
1
-1
/
+1
*
mds: add missing locks for PurgeQueue methods
Patrick Donnelly
2019-01-02
1
-1
/
+1
*
Merge PR #23467 into master
Patrick Donnelly
2018-08-21
1
-1
/
+30
|
\
|
*
cephfs-journal-tool: enable purge_queue journal's event commands
Xuehan Xu
2018-08-09
1
-1
/
+30
*
|
Revert "cephfs-journal-tool: enable purge_queue journal's event commands"
Yan, Zheng
2018-08-07
1
-30
/
+1
*
|
Merge PR #22850 into master
Patrick Donnelly
2018-08-06
1
-1
/
+30
|
\
\
|
*
|
cephfs-journal-tool: enable purge_queue journal's event commands
Xuehan Xu
2018-08-04
1
-1
/
+30
|
|
/
*
/
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-1
/
+1
|
/
*
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
1
-1
/
+1
*
mds: use const_iterator for decode
Kefu Chai
2018-05-17
1
-1
/
+1
*
mds: optimize purge queue expire pos update
Yan, Zheng
2018-04-17
1
-0
/
+2
*
mds: fix race in PurgeQueue::wait_for_recovery()
Yan, Zheng
2017-10-29
1
-1
/
+0
*
mds: open purge queue when transitioning out of standby replay
Yan, Zheng
2017-09-27
1
-1
/
+6
*
ceph: kick purge queue when mds active
Yan, Zheng
2017-07-06
1
-0
/
+1
*
mds: drop partial entry and adjust write_pos when opening PurgeQueue
Yan, Zheng
2017-04-18
1
-0
/
+3
*
mds: fix handling very fast delete ops
John Spray
2017-03-09
1
-1
/
+1
*
mds: flush PQ even when not consuming
John Spray
2017-03-08
1
-1
/
+8
*
mds: add error handling in PurgeQueue
John Spray
2017-03-08
1
-1
/
+5
*
mds: expose progress during PurgeQueue drain
John Spray
2017-03-08
1
-0
/
+23
*
mds: implement PurgeQueue throttling
John Spray
2017-03-08
1
-7
/
+6
*
mds: add stats to PurgeQueue
John Spray
2017-03-08
1
-3
/
+20
*
mds: move dir purge and truncate into purgequeue
John Spray
2017-03-08
1
-1
/
+10
*
mds: move throttling code out of StrayManager
John Spray
2017-03-08
1
-0
/
+24
*
mds: use a persistent queue for purging deleted files
John Spray
2017-03-08
1
-0
/
+101