Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge PR #60464 into main | Patrick Donnelly | 2024-11-13 | 9 | -11/+16 |
|\ | |||||
| * | mds: add or update MDS thread names | Patrick Donnelly | 2024-10-25 | 9 | -11/+16 |
| * | common: cache pthread names | Patrick Donnelly | 2024-10-25 | 1 | -1/+1 |
* | | Merge PR #60381 into main | Patrick Donnelly | 2024-11-13 | 3 | -18/+31 |
|\ \ | |||||
| * | | mds: start a new major segment after reaching minor segment threshold | Venky Shankar | 2024-10-23 | 2 | -11/+13 |
| * | | mds: make parts of mdlog reusable to be used by beacon | Venky Shankar | 2024-10-23 | 3 | -7/+18 |
| |/ | |||||
* | | Merge PR #60325 into main | Patrick Donnelly | 2024-11-13 | 1 | -0/+1 |
|\ \ | |||||
| * | | mds/Beacon: wake up the thread in shutdown() | Max Kellermann | 2024-10-29 | 1 | -0/+1 |
* | | | Merge PR #60283 into main | Patrick Donnelly | 2024-11-13 | 3 | -8/+10 |
|\ \ \ | |||||
| * | | | mds: add issue_seq to all cap messages | Patrick Donnelly | 2024-10-13 | 2 | -5/+9 |
| * | | | include/ceph_fs: correct ceph_mds_cap_item field name | Patrick Donnelly | 2024-10-10 | 1 | -1/+1 |
| * | | | mds: remove dead code | Patrick Donnelly | 2024-10-10 | 1 | -2/+0 |
* | | | | Merge PR #60226 into main | Patrick Donnelly | 2024-11-13 | 1 | -24/+24 |
|\ \ \ \ | |||||
| * | | | | mds/QuiesceDbEncoding: add `inline` to work around linker error | Max Kellermann | 2024-10-10 | 1 | -24/+24 |
| |/ / / | |||||
* | | | | Merge PR #60236 into main | Venky Shankar | 2024-11-04 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | MDS/CDir: return as early as possible from CDir::should_split_fast() | Max Kellermann | 2024-10-18 | 1 | -1/+4 |
| |/ / / | |||||
* | | | | Merge pull request #50105 from zhsgao/mds_export_state | Venky Shankar | 2024-10-30 | 6 | -21/+143 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | mds: add an asok command to dump export states | Zhansong Gao | 2024-10-08 | 6 | -21/+143 |
* | | | | mds: remove obsolete comments | Patrick Donnelly | 2024-10-23 | 1 | -9/+0 |
| |_|/ |/| | | |||||
* | | | Merge PR #60214 into main | Patrick Donnelly | 2024-10-22 | 3 | -136/+122 |
|\ \ \ | |||||
| * | | | mds/MDCache: use `auto` | Max Kellermann | 2024-10-09 | 1 | -99/+97 |
| * | | | mds/CDir: use the erase() return value | Max Kellermann | 2024-10-09 | 1 | -5/+2 |
| * | | | mds/MDCache: remove unnecessary empty() check | Max Kellermann | 2024-10-09 | 1 | -7/+5 |
| * | | | mds/MDCache: use the erase() return value | Max Kellermann | 2024-10-09 | 2 | -26/+19 |
| * | | | mds/MDCache: pass iterator by value | Max Kellermann | 2024-10-09 | 2 | -2/+2 |
| | |/ | |/| | |||||
* / | | mds/Beacon: set a thread name | Max Kellermann | 2024-10-15 | 1 | -0/+2 |
|/ / | |||||
* | | Merge PR #60032 into main | Patrick Donnelly | 2024-10-09 | 1 | -2/+5 |
|\ \ | |||||
| * | | mds: do not dump empty bufptr | Patrick Donnelly | 2024-09-27 | 1 | -2/+5 |
| |/ | |||||
* | | Merge PR #59874 into main | Venky Shankar | 2024-09-30 | 1 | -1/+1 |
|\ \ | |||||
| * | | mds: invalid id for client eviction is to be treated as success | Venky Shankar | 2024-09-23 | 1 | -1/+1 |
* | | | Merge PR #52623 into main | Venky Shankar | 2024-09-30 | 13 | -12/+135 |
|\ \ \ | |_|/ |/| | | |||||
| * | | ceph-dencoder: MDS - Add missing types | NitzanMordhai | 2024-04-10 | 13 | -12/+135 |
* | | | Merge PR #58936 into main | Patrick Donnelly | 2024-09-26 | 8 | -129/+150 |
|\ \ \ | |||||
| * | | | mds: do not duplicate journaler write heads | Patrick Donnelly | 2024-09-25 | 2 | -13/+61 |
| * | | | mds: use Journaler getters | Patrick Donnelly | 2024-09-25 | 1 | -3/+5 |
| * | | | 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 | 4 | -8/+21 |
| * | | | mds: do not write journal head twice on trim | Patrick Donnelly | 2024-09-25 | 3 | -40/+35 |
| * | | | mds: simplify and explain expiry finisher ctx | Patrick Donnelly | 2024-09-25 | 1 | -22/+10 |
| * | | | mds: add mds_lock asserts for journal flush | Patrick Donnelly | 2024-09-25 | 1 | -1/+4 |
| * | | | mds: skip second wait_for_safe | Patrick Donnelly | 2024-09-25 | 1 | -27/+0 |
| * | | | mds: trim only to the LogSegment created for flush | Patrick Donnelly | 2024-09-25 | 1 | -3/+5 |
| * | | | mds: allow passing explicit seq to trim to | Patrick Donnelly | 2024-09-25 | 2 | -5/+9 |
| * | | | mds: quiet unhelpful debug message | Patrick Donnelly | 2024-09-25 | 1 | -2/+3 |
| * | | | mds: add C_IO_Wrapper completion debugging | Patrick Donnelly | 2024-09-25 | 1 | -0/+2 |
| * | | | mds: add dout for new segment | Patrick Donnelly | 2024-09-25 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge PR #59504 into main | Patrick Donnelly | 2024-09-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | mds: dump next_snap when checking dentry corruption | Milind Changire | 2024-09-17 | 1 | -1/+1 |
* | | | Merge PR #55421 into main | Venky Shankar | 2024-09-17 | 5 | -26/+56 |
|\ \ \ | |/ / |/| | | |||||
| * | | mds: batch backtrace updates by pool-id when expiring a log segment | Venky Shankar | 2024-08-20 | 3 | -25/+54 |