| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #29443 from simon-rock/metatool_dev | Yan, Zheng | 2020-03-26 | 4 | -0/+140 |
|\ |
|
| * | tool: add cephfs-meta-injection to show and amend info of inode | simon gao | 2020-03-24 | 4 | -0/+140 |
* | | Merge pull request #33198 from simon-rock/simon_work_get_dirfrag_bound | Yan, Zheng | 2020-03-26 | 1 | -12/+4 |
|\ \ |
|
| * | | mds: optimize function, get_force_dirfrag_bound_set by using get_dirfrags_under | Simon Gao | 2020-02-17 | 1 | -12/+4 |
* | | | Merge pull request #33643 from simon-rock/simon_destructor_of_session | Yan, Zheng | 2020-03-26 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | mds : core dump if the resource is not released | Simon Gao | 2020-03-01 | 1 | -5/+1 |
| |/ / |
|
* | | | Merge pull request #31668 from shenhang/deny_reconnect_on_reboot | Yan, Zheng | 2020-03-26 | 2 | -7/+32 |
|\ \ \ |
|
| * | | | mds: add an option to deny all reconnect req | shenhang | 2020-02-03 | 2 | -7/+32 |
* | | | | Merge pull request #33570 from shenhang/modifyactiverequest | Yan, Zheng | 2020-03-26 | 2 | -4/+4 |
|\ \ \ \ |
|
| * | | | | mds: Using begin() and empty() to iterate the xlist | shenhang | 2020-03-01 | 2 | -4/+4 |
* | | | | | Merge pull request #34106 from adamemerson/wip-namespace-mon | Kefu Chai | 2020-03-25 | 1 | -0/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | mon: Build ceph-mon without using namespace declarations in headers | Adam C. Emerson | 2020-03-22 | 1 | -0/+1 |
* | | | | | Merge pull request #33753 from ukernel/wip-44448 | Yan, Zheng | 2020-03-24 | 5 | -12/+22 |
|\ \ \ \ \ |
|
| * | | | | | mds: fix 'if there is lock cache on dir' check | Yan, Zheng | 2020-03-12 | 5 | -12/+22 |
* | | | | | | Merge PR #34105 into master | Sage Weil | 2020-03-23 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | mds: pass proper MutationImpl::LockOp to Locker::wrlock_start() | Yan, Zheng | 2020-03-12 | 1 | -1/+1 |
| |/ / / / |
|
* / / / / | mds: Build target 'common' without using namespace in headers | Adam C. Emerson | 2020-03-07 | 30 | -478/+525 |
|/ / / / |
|
* | | | | Merge PR #33363 into master | Patrick Donnelly | 2020-03-03 | 2 | -2/+44 |
|\ \ \ \ |
|
| * | | | | mds: add perf counters for openfiletable | Milind Changire | 2020-02-26 | 2 | -2/+44 |
* | | | | | Merge PR #33538 into master | Patrick Donnelly | 2020-03-03 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | mds: just delete MDSIOContextBase during shutdown | Patrick Donnelly | 2020-02-25 | 1 | -5/+2 |
| * | | | | | mds: add comment explaining unusual locking for MDSIOContextBase | Patrick Donnelly | 2020-02-25 | 1 | -0/+3 |
* | | | | | | crimson:common add TOPNSPC namespace for ceph and crimson | Chunmei Liu | 2020-02-28 | 11 | -15/+17 |
* | | | | | | Merge PR #33449 into master | Patrick Donnelly | 2020-02-25 | 1 | -9/+33 |
|\ \ \ \ \ \ |
|
| * | | | | | | mds: handle bad purge queue item encoding | Yan, Zheng | 2020-02-22 | 1 | -9/+33 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | mds: relevel debug message levels for balancer/migrator | Patrick Donnelly | 2020-02-24 | 2 | -146/+130 |
* | | | | | | mds: inline mds_role_t stream operator | Patrick Donnelly | 2020-02-24 | 2 | -9/+3 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge PR #33291 into master | Patrick Donnelly | 2020-02-24 | 1 | -13/+24 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | mds: fix use-after-free in Migrater | Yan, Zheng | 2020-02-18 | 1 | -13/+24 |
* | | | | | mds: remove dead get_commands code | Patrick Donnelly | 2020-02-18 | 2 | -19/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge PR #33227 into master | Patrick Donnelly | 2020-02-18 | 1 | -5/+0 |
|\ \ \ \ |
|
| * | | | | mds: remove unused CDir members | Jun Su | 2020-02-12 | 1 | -5/+0 |
* | | | | | Merge PR #33180 into master | Patrick Donnelly | 2020-02-18 | 2 | -1/+3 |
|\ \ \ \ \ |
|
| * | | | | | mds: add scrub_info_t into mempool | Jun Su | 2020-02-12 | 2 | -1/+3 |
| |/ / / / |
|
* | | | | | Merge PR #33005 into master | Patrick Donnelly | 2020-02-18 | 2 | -26/+34 |
|\ \ \ \ \ |
|
| * | | | | | mds: fix 'can wrlock' check in Locker::acquire_locks() | Yan, Zheng | 2020-02-07 | 2 | -26/+34 |
* | | | | | | Merge PR #32435 into master | Patrick Donnelly | 2020-02-18 | 1 | -254/+174 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | mds: Reorganize structure and class members in mdstypes header | Varsha Rao | 2020-02-10 | 1 | -254/+174 |
| | |/ / /
| |/| | | |
|
* / | | | | mon/MDSMonitor: enforce mds_join_fs cluster affinity | Patrick Donnelly | 2020-02-13 | 4 | -78/+63 |
|/ / / / |
|
* | | | | Merge PR #32816 into master | Patrick Donnelly | 2020-02-09 | 6 | -34/+40 |
|\ \ \ \ |
|
| * | | | | mds: check inode type when deciding if filelock should be in EXCL state | Yan, Zheng | 2020-02-04 | 2 | -7/+9 |
| * | | | | mds: don't delegate inos when handling replayed requests | Yan, Zheng | 2020-02-04 | 2 | -4/+8 |
| * | | | | mds: process re-sent async dir operations at clientreplay stage | Yan, Zheng | 2020-02-04 | 2 | -3/+3 |
| * | | | | mds: consider async dirops when checking directory empty | Yan, Zheng | 2020-01-31 | 1 | -0/+2 |
| * | | | | mds: always suppress issuing caps in Locker::issue_new_caps() | Yan, Zheng | 2020-01-24 | 1 | -6/+2 |
| * | | | | mds: try reconnect cap only when replayed request creates new inode | Yan, Zheng | 2020-01-24 | 1 | -1/+1 |
| * | | | | mds: set cap id to 1 for newly created inode | Yan, Zheng | 2020-01-24 | 5 | -15/+17 |
* | | | | | Merge PR #32432 into master | Patrick Donnelly | 2020-02-07 | 1 | -38/+27 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | mds: Reorganize structure members in snap header | Varsha Rao | 2020-01-27 | 1 | -38/+27 |
* | | | | | Merge pull request #33003 from tchaikov/wip-buffer-list-advance | Kefu Chai | 2020-02-05 | 1 | -1/+1 |
|\ \ \ \ \ |
|