summaryrefslogtreecommitdiffstats
path: root/src/mds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60889 from anoopcs9/fix-invalid-access-mdsMilind Changire47 hours1-2/+2
|\
| * mds: Fix invalid access of mdr->dn[0].back()Anoop C S2024-11-291-2/+2
* | Merge PR #55616 into mainVenky Shankar2024-12-275-1/+78
|\ \
| * | mds: emit warning for estinated replay timeVenky Shankar2024-11-295-1/+78
| |/
* | Merge PR #60653 into mainVenky Shankar2024-12-262-14/+0
|\ \ | |/ |/|
| * mds: do not process client metrics message with fast dispatchVenky Shankar2024-11-072-14/+0
* | mds: account for header size during omap commitVenky Shankar2024-11-181-0/+4
* | mds: client is evicted when an export subtree task is interruptedZhansong Gao2024-11-134-6/+40
* | mds: session in the importing state cannot be cleared if an export subtree ta...Zhansong Gao2024-11-131-1/+1
* | mds: the assert should be before the journal entry submit otherwise it's racyZhansong Gao2024-11-131-1/+1
* | mds: add `importing_count` to session dumpZhansong Gao2024-11-131-0/+1
* | 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