index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mds
/
MDLog.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mds: emit warning for estinated replay time
Venky Shankar
2024-11-29
1
-1
/
+47
*
Merge PR #60464 into main
Patrick Donnelly
2024-11-13
1
-5
/
+7
|
\
|
*
mds: add or update MDS thread names
Patrick Donnelly
2024-10-25
1
-5
/
+7
*
|
mds: start a new major segment after reaching minor segment threshold
Venky Shankar
2024-10-23
1
-9
/
+11
*
|
mds: make parts of mdlog reusable to be used by beacon
Venky Shankar
2024-10-23
1
-0
/
+8
|
/
*
mds: do not duplicate journaler write heads
Patrick Donnelly
2024-09-25
1
-13
/
+57
*
mds: do not trim segments after open file table commit
Patrick Donnelly
2024-09-25
1
-13
/
+1
*
mds: delay expiry if LogSegment is ahead of committed oft seq
Patrick Donnelly
2024-09-25
1
-8
/
+0
*
mds: do not write journal head twice on trim
Patrick Donnelly
2024-09-25
1
-21
/
+21
*
mds: allow passing explicit seq to trim to
Patrick Donnelly
2024-09-25
1
-4
/
+5
*
mds: add dout for new segment
Patrick Donnelly
2024-09-25
1
-0
/
+2
*
mds: dump log segment in segment expiry callback
Venky Shankar
2024-08-20
1
-0
/
+1
*
mds: relax certain asserts in mdlog replay thread
Venky Shankar
2024-03-04
1
-4
/
+3
*
mds: drive mdlog trimming via a separate thread
Venky Shankar
2024-01-30
1
-3
/
+24
*
mds: allow runtime modification of mdlog trimming configuration
Venky Shankar
2024-01-30
1
-0
/
+3
*
mds: remove a bunch of heuristics from MDLog::trim()
Venky Shankar
2024-01-30
1
-13
/
+1
*
mds: add mdlog trimming threshold and decay counter
Venky Shankar
2024-01-30
1
-9
/
+31
*
Merge PR #53206 into main
Patrick Donnelly
2023-10-09
1
-25
/
+17
|
\
|
*
mds: use LogSegment dump for debugging
Patrick Donnelly
2023-08-30
1
-25
/
+17
*
|
mds: fix stray CInodes' use-after-free bug when submit ELid entry
Xiubo Li
2023-09-26
1
-1
/
+3
*
|
Merge PR #52755 into main
Milind Changire
2023-09-19
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
mds: adjust pre_segments_size for MDLog when trimming segments for standby-re...
Venky Shankar
2023-08-02
1
-0
/
+3
*
|
mds: introduce ELid event to create/close log
Patrick Donnelly
2023-08-01
1
-8
/
+34
*
|
mds: track larger log events in perf dump
Patrick Donnelly
2023-08-01
1
-0
/
+10
*
|
mds: add minor LogSegment boundaries
Patrick Donnelly
2023-08-01
1
-113
/
+123
*
|
mds: obviate MDLog::start_entry
Patrick Donnelly
2023-08-01
1
-30
/
+20
*
|
mds: retype to properly sized unsigned ints
Patrick Donnelly
2023-08-01
1
-1
/
+1
*
|
mds: use base Context class for generalization
Patrick Donnelly
2023-08-01
1
-5
/
+4
*
|
mds: handle conf changes in mdlog
Patrick Donnelly
2023-08-01
1
-11
/
+47
*
|
mds: remove redundant comment
Patrick Donnelly
2023-08-01
1
-1
/
+0
|
/
*
Merge PR #52275 into main
Venky Shankar
2023-07-27
1
-0
/
+3
|
\
|
*
mds: update mdlog perf counters during replay
Patrick Donnelly
2023-06-30
1
-0
/
+3
*
|
mds: MDLog::_recovery_thread: handle the errors gracefully
Jos Collin
2023-07-13
1
-2
/
+8
|
/
*
mds: md_log_replay thread blocks waiting to be woken up
zhikuodu
2022-12-01
1
-18
/
+2
*
mds/MDLog: rename capped to mds_is_shutting_down
Xiubo Li
2022-06-14
1
-9
/
+9
*
mds/MDLog: try to commit the open file table when there has diry items
Xiubo Li
2022-06-14
1
-19
/
+22
*
mds/MDLog: use committed seq instead of committing seq
Xiubo Li
2022-06-14
1
-1
/
+1
*
Merge PR #42541 into master
Patrick Donnelly
2021-09-16
1
-1
/
+1
|
\
|
*
mds: switch to use ceph_assert() instead of assert()
Xiubo Li
2021-08-11
1
-1
/
+1
*
|
mds: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+2
|
/
*
Merge PR #41332 into master
Patrick Donnelly
2021-05-18
1
-14
/
+8
|
\
|
*
mds: place the journaler pointer under the mds_lock
Xiubo Li
2021-05-14
1
-14
/
+8
*
|
Merge PR #41254 into master
Patrick Donnelly
2021-05-18
1
-6
/
+6
|
\
\
|
*
|
mds: save the metadata pool id MDSRank class's private member
Xiubo Li
2021-05-12
1
-6
/
+6
|
|
/
*
|
Merge PR #41267 into master
Patrick Donnelly
2021-05-18
1
-2
/
+1
|
\
\
|
*
|
mds: defer the journal recovered success log
Xiubo Li
2021-05-10
1
-2
/
+1
|
|
/
*
/
mds: fix possible mds_lock not locked assert
Xiubo Li
2021-05-11
1
-1
/
+1
|
/
*
mds/client: create cephfs errno aliases
Milind Changire
2021-03-02
1
-18
/
+18
*
*: convert EBLACKLISTED to EBLOCKLISTED
Patrick Donnelly
2020-08-24
1
-1
/
+1
*
blacklist -> blocklist
Sage Weil
2020-08-24
1
-7
/
+7
[next]