summaryrefslogtreecommitdiffstats
path: root/src/mds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #60464 into mainPatrick Donnelly2024-11-139-11/+16
|\
| * mds: add or update MDS thread namesPatrick Donnelly2024-10-259-11/+16
| * common: cache pthread namesPatrick Donnelly2024-10-251-1/+1
* | Merge PR #60381 into mainPatrick Donnelly2024-11-133-18/+31
|\ \
| * | mds: start a new major segment after reaching minor segment thresholdVenky Shankar2024-10-232-11/+13
| * | mds: make parts of mdlog reusable to be used by beaconVenky Shankar2024-10-233-7/+18
| |/
* | Merge PR #60325 into mainPatrick Donnelly2024-11-131-0/+1
|\ \
| * | mds/Beacon: wake up the thread in shutdown()Max Kellermann2024-10-291-0/+1
* | | Merge PR #60283 into mainPatrick Donnelly2024-11-133-8/+10
|\ \ \
| * | | mds: add issue_seq to all cap messagesPatrick Donnelly2024-10-132-5/+9
| * | | include/ceph_fs: correct ceph_mds_cap_item field namePatrick Donnelly2024-10-101-1/+1
| * | | mds: remove dead codePatrick Donnelly2024-10-101-2/+0
* | | | Merge PR #60226 into mainPatrick Donnelly2024-11-131-24/+24
|\ \ \ \
| * | | | mds/QuiesceDbEncoding: add `inline` to work around linker errorMax Kellermann2024-10-101-24/+24
| |/ / /
* | | | Merge PR #60236 into mainVenky Shankar2024-11-041-1/+4
|\ \ \ \
| * | | | MDS/CDir: return as early as possible from CDir::should_split_fast()Max Kellermann2024-10-181-1/+4
| |/ / /
* | | | Merge pull request #50105 from zhsgao/mds_export_stateVenky Shankar2024-10-306-21/+143
|\ \ \ \ | |_|/ / |/| | |
| * | | mds: add an asok command to dump export statesZhansong Gao2024-10-086-21/+143
* | | | mds: remove obsolete commentsPatrick Donnelly2024-10-231-9/+0
| |_|/ |/| |
* | | Merge PR #60214 into mainPatrick Donnelly2024-10-223-136/+122
|\ \ \
| * | | mds/MDCache: use `auto`Max Kellermann2024-10-091-99/+97
| * | | mds/CDir: use the erase() return valueMax Kellermann2024-10-091-5/+2
| * | | mds/MDCache: remove unnecessary empty() checkMax Kellermann2024-10-091-7/+5
| * | | mds/MDCache: use the erase() return valueMax Kellermann2024-10-092-26/+19
| * | | mds/MDCache: pass iterator by valueMax Kellermann2024-10-092-2/+2
| | |/ | |/|
* / | mds/Beacon: set a thread nameMax Kellermann2024-10-151-0/+2
|/ /
* | Merge PR #60032 into mainPatrick Donnelly2024-10-091-2/+5
|\ \
| * | mds: do not dump empty bufptrPatrick Donnelly2024-09-271-2/+5
| |/
* | Merge PR #59874 into mainVenky Shankar2024-09-301-1/+1
|\ \
| * | mds: invalid id for client eviction is to be treated as successVenky Shankar2024-09-231-1/+1
* | | Merge PR #52623 into mainVenky Shankar2024-09-3013-12/+135
|\ \ \ | |_|/ |/| |
| * | ceph-dencoder: MDS - Add missing typesNitzanMordhai2024-04-1013-12/+135
* | | Merge PR #58936 into mainPatrick Donnelly2024-09-268-129/+150
|\ \ \
| * | | mds: do not duplicate journaler write headsPatrick Donnelly2024-09-252-13/+61
| * | | mds: use Journaler gettersPatrick Donnelly2024-09-251-3/+5
| * | | mds: do not trim segments after open file table commitPatrick Donnelly2024-09-251-13/+1
| * | | mds: delay expiry if LogSegment is ahead of committed oft seqPatrick Donnelly2024-09-254-8/+21
| * | | mds: do not write journal head twice on trimPatrick Donnelly2024-09-253-40/+35
| * | | mds: simplify and explain expiry finisher ctxPatrick Donnelly2024-09-251-22/+10
| * | | mds: add mds_lock asserts for journal flushPatrick Donnelly2024-09-251-1/+4
| * | | mds: skip second wait_for_safePatrick Donnelly2024-09-251-27/+0
| * | | mds: trim only to the LogSegment created for flushPatrick Donnelly2024-09-251-3/+5
| * | | mds: allow passing explicit seq to trim toPatrick Donnelly2024-09-252-5/+9
| * | | mds: quiet unhelpful debug messagePatrick Donnelly2024-09-251-2/+3
| * | | mds: add C_IO_Wrapper completion debuggingPatrick Donnelly2024-09-251-0/+2
| * | | mds: add dout for new segmentPatrick Donnelly2024-09-251-0/+2
| | |/ | |/|
* | | Merge PR #59504 into mainPatrick Donnelly2024-09-251-1/+1
|\ \ \ | |/ / |/| |
| * | mds: dump next_snap when checking dentry corruptionMilind Changire2024-09-171-1/+1
* | | Merge PR #55421 into mainVenky Shankar2024-09-175-26/+56
|\ \ \ | |/ / |/| |
| * | mds: batch backtrace updates by pool-id when expiring a log segmentVenky Shankar2024-08-203-25/+54