Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mds: remove 'fs_name' from MDSRank | Ramana Raja | 2021-06-17 | 4 | -14/+7 |
* | Merge PR #41431 into master | Patrick Donnelly | 2021-06-14 | 2 | -1/+2 |
|\ | |||||
| * | mds: progress the recover queue immediately after the inode is enqueued | Xiubo Li | 2021-05-20 | 1 | -0/+1 |
| * | mds: switch to mdr->get_client() | Xiubo Li | 2021-05-20 | 1 | -1/+1 |
* | | Merge PR #41639 into master | Patrick Donnelly | 2021-06-03 | 1 | -0/+2 |
|\ \ | |||||
| * | | mds/scrub: write root inode backtrace at creation | Milind Changire | 2021-06-02 | 1 | -0/+2 |
* | | | Merge PR #39910 into master | Patrick Donnelly | 2021-06-03 | 3 | -5/+41 |
|\ \ \ | |/ / |/| | | |||||
| * | | mds: Add full caps to avoid osd full check | Kotresh HR | 2021-05-19 | 3 | -5/+41 |
| |/ | |||||
* | | mds: introduce ceph.mirror.dirty_snap_id vxattr | Venky Shankar | 2021-05-25 | 1 | -1/+2 |
* | | Merge PR #41358 into master | Patrick Donnelly | 2021-05-20 | 1 | -0/+5 |
|\ \ | |||||
| * | | mds: add heartbeat_reset() in start_files_to_reover() to avoid timedout issue | Yongseok Oh | 2021-05-17 | 1 | -0/+5 |
| |/ | |||||
* | | Merge PR #41338 into master | Patrick Donnelly | 2021-05-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | mds: reset code after cpu_profiler | liu shi | 2021-05-14 | 1 | -0/+1 |
| |/ | |||||
* | | 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 #41371 into master | Patrick Donnelly | 2021-05-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | mds/Mutation: initialize MutationImpl object's initiated_at | Ramana Raja | 2021-05-18 | 1 | -1/+1 |
* | | | Merge PR #41235 into master | Patrick Donnelly | 2021-05-18 | 1 | -6/+6 |
|\ \ \ | |||||
| * | | | mds: PurgeQueue.cc fix for 32bit compilation | Duncan Bellamy | 2021-05-10 | 1 | -6/+6 |
| | |/ | |/| | |||||
* | | | Merge PR #41254 into master | Patrick Donnelly | 2021-05-18 | 11 | -36/+43 |
|\ \ \ | |||||
| * | | | mds: save the metadata pool id MDSRank class's private member | Xiubo Li | 2021-05-12 | 11 | -36/+43 |
| |/ / | |||||
* | | | 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 |
|/ / | |||||
* | | Merge PR #41066 into master | Patrick Donnelly | 2021-05-04 | 1 | -1/+2 |
|\ \ | |||||
| * | | mds: session dumps num_completed_flushes | Dan van der Ster | 2021-04-28 | 1 | -0/+1 |
| * | | mds: completed_requests -> num_completed_requests | Dan van der Ster | 2021-04-28 | 1 | -1/+1 |
| |/ | |||||
* | | Merge PR #40963 into master | Patrick Donnelly | 2021-05-04 | 1 | -3/+2 |
|\ \ | |||||
| * | | mds: do not trim the inodes from the lru list in standby_replay | Xiubo Li | 2021-04-22 | 1 | -3/+2 |
| |/ | |||||
* | | Merge PR #40927 into master | Patrick Donnelly | 2021-05-04 | 1 | -0/+1 |
|\ \ | |||||
| * | | mds: reset the return value for heap command | Xiubo Li | 2021-04-20 | 1 | -0/+1 |
| |/ | |||||
* | | mds: make the lost+found dir accessible from clients | Xiubo Li | 2021-04-28 | 2 | -1/+3 |
* | | mds: move the inos 1,2 and 3 macros to ceph_fs.h | Xiubo Li | 2021-04-28 | 6 | -25/+17 |
|/ | |||||
* | Merge PR #40828 into master | Patrick Donnelly | 2021-04-16 | 1 | -0/+3 |
|\ | |||||
| * | mds: set fscrypt flag on create if xattr buffer has an encryption context | Jeff Layton | 2021-04-13 | 1 | -0/+3 |
* | | Merge PR #39660 into master | Patrick Donnelly | 2021-04-16 | 2 | -2/+35 |
|\ \ | |/ |/| | |||||
| * | mds: print each flag value | Jos Collin | 2021-04-08 | 2 | -2/+35 |
* | | Merge PR #40389 into master | Patrick Donnelly | 2021-04-10 | 1 | -0/+13 |
|\ \ | |||||
| * | | mds: reject lookup ino requests for mds dirs | Patrick Donnelly | 2021-04-08 | 1 | -0/+13 |
* | | | Merge PR #40486 into master | Patrick Donnelly | 2021-04-08 | 4 | -67/+56 |
|\ \ \ | |||||
| * | | | mds: trim cache regularly for standby-replay | Patrick Donnelly | 2021-04-06 | 4 | -48/+56 |
| * | | | mds: remove extra heap release | Patrick Donnelly | 2021-04-06 | 2 | -19/+0 |
| | |/ | |/| | |||||
* | | | Merge PR #40520 into master | Patrick Donnelly | 2021-04-08 | 1 | -6/+31 |
|\ \ \ | |||||
| * | | | mds/scrub: background scrub error fixes | Milind Changire | 2021-04-01 | 1 | -6/+31 |
| |/ / | |||||
* | | | Merge PR #40633 into master | Patrick Donnelly | 2021-04-08 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | mds: ensure export_pin rank < max_mds | Yanhu Cao | 2021-04-08 | 1 | -0/+4 |
| |/ / | |||||
* | | | mds: do not show the default auth if it's unambiguous | Xiubo Li | 2021-04-07 | 1 | -1/+4 |
* | | | mds: switch to rank number instead | Xiubo Li | 2021-04-07 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #40210 from joscollin/wip-B49736-missing-client-metadata | Venky Shankar | 2021-03-25 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | mds: fix latency spelling | Jos Collin | 2021-03-18 | 1 | -1/+1 |