summaryrefslogtreecommitdiffstats
path: root/src/mds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29443 from simon-rock/metatool_devYan, Zheng2020-03-264-0/+140
|\
| * tool: add cephfs-meta-injection to show and amend info of inodesimon gao2020-03-244-0/+140
* | Merge pull request #33198 from simon-rock/simon_work_get_dirfrag_boundYan, Zheng2020-03-261-12/+4
|\ \
| * | mds: optimize function, get_force_dirfrag_bound_set by using get_dirfrags_underSimon Gao2020-02-171-12/+4
* | | Merge pull request #33643 from simon-rock/simon_destructor_of_sessionYan, Zheng2020-03-261-5/+1
|\ \ \
| * | | mds : core dump if the resource is not releasedSimon Gao2020-03-011-5/+1
| |/ /
* | | Merge pull request #31668 from shenhang/deny_reconnect_on_rebootYan, Zheng2020-03-262-7/+32
|\ \ \
| * | | mds: add an option to deny all reconnect reqshenhang2020-02-032-7/+32
* | | | Merge pull request #33570 from shenhang/modifyactiverequestYan, Zheng2020-03-262-4/+4
|\ \ \ \
| * | | | mds: Using begin() and empty() to iterate the xlistshenhang2020-03-012-4/+4
* | | | | Merge pull request #34106 from adamemerson/wip-namespace-monKefu Chai2020-03-251-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-0/+1
* | | | | Merge pull request #33753 from ukernel/wip-44448Yan, Zheng2020-03-245-12/+22
|\ \ \ \ \
| * | | | | mds: fix 'if there is lock cache on dir' checkYan, Zheng2020-03-125-12/+22
* | | | | | Merge PR #34105 into masterSage Weil2020-03-231-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mds: pass proper MutationImpl::LockOp to Locker::wrlock_start()Yan, Zheng2020-03-121-1/+1
| |/ / / /
* / / / / mds: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-0730-478/+525
|/ / / /
* | | | Merge PR #33363 into masterPatrick Donnelly2020-03-032-2/+44
|\ \ \ \
| * | | | mds: add perf counters for openfiletableMilind Changire2020-02-262-2/+44
* | | | | Merge PR #33538 into masterPatrick Donnelly2020-03-031-5/+5
|\ \ \ \ \
| * | | | | mds: just delete MDSIOContextBase during shutdownPatrick Donnelly2020-02-251-5/+2
| * | | | | mds: add comment explaining unusual locking for MDSIOContextBasePatrick Donnelly2020-02-251-0/+3
* | | | | | crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-2811-15/+17
* | | | | | Merge PR #33449 into masterPatrick Donnelly2020-02-251-9/+33
|\ \ \ \ \ \
| * | | | | | mds: handle bad purge queue item encodingYan, Zheng2020-02-221-9/+33
| | |/ / / / | |/| | | |
* | | | | | mds: relevel debug message levels for balancer/migratorPatrick Donnelly2020-02-242-146/+130
* | | | | | mds: inline mds_role_t stream operatorPatrick Donnelly2020-02-242-9/+3
| |/ / / / |/| | | |
* | | | | Merge PR #33291 into masterPatrick Donnelly2020-02-241-13/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mds: fix use-after-free in MigraterYan, Zheng2020-02-181-13/+24
* | | | | mds: remove dead get_commands codePatrick Donnelly2020-02-182-19/+1
| |/ / / |/| | |
* | | | Merge PR #33227 into masterPatrick Donnelly2020-02-181-5/+0
|\ \ \ \
| * | | | mds: remove unused CDir membersJun Su2020-02-121-5/+0
* | | | | Merge PR #33180 into masterPatrick Donnelly2020-02-182-1/+3
|\ \ \ \ \
| * | | | | mds: add scrub_info_t into mempoolJun Su2020-02-122-1/+3
| |/ / / /
* | | | | Merge PR #33005 into masterPatrick Donnelly2020-02-182-26/+34
|\ \ \ \ \
| * | | | | mds: fix 'can wrlock' check in Locker::acquire_locks()Yan, Zheng2020-02-072-26/+34
* | | | | | Merge PR #32435 into masterPatrick Donnelly2020-02-181-254/+174
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | mds: Reorganize structure and class members in mdstypes headerVarsha Rao2020-02-101-254/+174
| | |/ / / | |/| | |
* / | | | mon/MDSMonitor: enforce mds_join_fs cluster affinityPatrick Donnelly2020-02-134-78/+63
|/ / / /
* | | | Merge PR #32816 into masterPatrick Donnelly2020-02-096-34/+40
|\ \ \ \
| * | | | mds: check inode type when deciding if filelock should be in EXCL stateYan, Zheng2020-02-042-7/+9
| * | | | mds: don't delegate inos when handling replayed requestsYan, Zheng2020-02-042-4/+8
| * | | | mds: process re-sent async dir operations at clientreplay stageYan, Zheng2020-02-042-3/+3
| * | | | mds: consider async dirops when checking directory emptyYan, Zheng2020-01-311-0/+2
| * | | | mds: always suppress issuing caps in Locker::issue_new_caps()Yan, Zheng2020-01-241-6/+2
| * | | | mds: try reconnect cap only when replayed request creates new inodeYan, Zheng2020-01-241-1/+1
| * | | | mds: set cap id to 1 for newly created inodeYan, Zheng2020-01-245-15/+17
* | | | | Merge PR #32432 into masterPatrick Donnelly2020-02-071-38/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mds: Reorganize structure members in snap headerVarsha Rao2020-01-271-38/+27
* | | | | Merge pull request #33003 from tchaikov/wip-buffer-list-advanceKefu Chai2020-02-051-1/+1
|\ \ \ \ \