| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph-dencoder: MDS - Add missing types | NitzanMordhai | 2024-04-10 | 1 | -2/+10 |
* | mds: quiescelock as local lock + cap masking | Patrick Donnelly | 2024-03-20 | 1 | -1/+1 |
* | mds: pretty print mutation when dumping lock | Patrick Donnelly | 2024-03-20 | 1 | -22/+1 |
* | mds: add new inode quiescelock | Patrick Donnelly | 2024-03-20 | 1 | -0/+2 |
* | mds: use 128 bits for waiters on MDSCacheObject | Patrick Donnelly | 2024-03-20 | 1 | -5/+20 |
* | mds: make LockType fields const | Patrick Donnelly | 2024-03-20 | 1 | -2/+2 |
* | mds: use new insert template via print | Patrick Donnelly | 2024-03-20 | 1 | -5/+0 |
* | ceph: allow xlock state to be LOCK_SYNC when putting it | Xiubo Li | 2023-07-04 | 1 | -1/+1 |
* | ceph: allow xlock state to be LOCK_PREXLOCK when putting it | Xiubo Li | 2023-07-04 | 1 | -0/+1 |
* | mds: make _need_flush_mdlog() check in both stable and unstable cases | Xiubo Li | 2022-03-17 | 1 | -2/+3 |
* | mds,osd: fix clang warnings to prevent unneeded copies | Willem Jan Withagen | 2020-10-06 | 1 | -1/+1 |
* | mds: slave -> peer | Sage Weil | 2020-07-14 | 1 | -3/+3 |
* | mds: master -> leader | Sage Weil | 2020-07-14 | 1 | -1/+1 |
* | Merge pull request #33753 from ukernel/wip-44448 | Yan, Zheng | 2020-03-24 | 1 | -1/+1 |
|\ |
|
| * | mds: fix 'if there is lock cache on dir' check | Yan, Zheng | 2020-03-12 | 1 | -1/+1 |
* | | mds: Build target 'common' without using namespace in headers | Adam C. Emerson | 2020-03-07 | 1 | -15/+15 |
|/ |
|
* | mds: Reorganize class members in SimpleLock header | Varsha Rao | 2020-01-08 | 1 | -131/+83 |
* | mds: invalidate lock caches if they hold conflicting locks | Yan, Zheng | 2019-12-12 | 1 | -5/+16 |
* | mds: take snaplock and policylock during path traverse. | Yan, Zheng | 2019-12-12 | 1 | -2/+1 |
* | mds: define operator<(...) for MutationImpl::LockOp | Yan, Zheng | 2019-11-09 | 1 | -16/+0 |
* | mds: remove SimpleLock::replicate_relax() | Yan, Zheng | 2019-03-27 | 1 | -13/+0 |
* | mds: wait for client to release shared cap when re-acquiring xlock | Yan, Zheng | 2019-03-01 | 1 | -2/+3 |
* | mds: refactor MDSContext inheritance | Patrick Donnelly | 2019-02-02 | 1 | -4/+4 |
* | mds: convert const char ptr to string_view | Patrick Donnelly | 2019-01-12 | 1 | -21/+39 |
* | mds: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -11/+11 |
* | mds: manage Message lifetime with intrusive_ptr | Patrick Donnelly | 2018-08-15 | 1 | -1/+1 |
* | mds: use vector for context lists | Patrick Donnelly | 2018-07-26 | 1 | -3/+3 |
* | include/memory.h: remove memory.h | Kefu Chai | 2018-06-26 | 1 | -1/+0 |
* | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -3/+3 |
* | mds: minor refactor of SimpleLock | Patrick Donnelly | 2018-02-08 | 1 | -8/+4 |
* | mds: move CDentry container members to mempool | Patrick Donnelly | 2018-02-07 | 1 | -0/+1 |
* | mds: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -8/+11 |
* | mds: implement LOCK_XSYN_LOCK and LOCK_XSYN_MIX | Yan, Zheng | 2017-11-07 | 1 | -0/+2 |
* | mds: don't rdlock locks in replica object while auth mds is recovering | Yan, Zheng | 2017-10-19 | 1 | -10/+25 |
* | mds: move ScatterLock::state_flags into SimpleLock | Yan, Zheng | 2017-10-19 | 1 | -19/+18 |
* | mds: cleanup replica_map access | Patrick Donnelly | 2017-09-13 | 1 | -4/+3 |
* | common/TrackedOp: use explicit ref count, intrusive_ptr | Sage Weil | 2017-01-27 | 1 | -1/+4 |
* | Merge pull request #11994 from ukernel/wip-17193 | John Spray | 2016-11-23 | 1 | -1/+3 |
|\ |
|
| * | mds: force client flush snap data before truncating objects | Yan, Zheng | 2016-11-15 | 1 | -1/+3 |
* | | Merge pull request #11635 from batrick/mds-unique-ptr-20161024 | John Spray | 2016-11-23 | 1 | -10/+6 |
|\ \ |
|
| * | | mds: use unique_ptr unstable_bits_t in SimpleLock | Patrick Donnelly | 2016-11-23 | 1 | -10/+6 |
| |/ |
|
* / | assert(0) -> ceph_abort() | Sage Weil | 2016-11-22 | 1 | -3/+3 |
|/ |
|
* | mds: move MDSCacheObject related code to seperate files | Yan, Zheng | 2016-10-19 | 1 | -1/+1 |
* | mds: avoid unnecessary log flush for unstable locks | Yan, Zheng | 2016-07-22 | 1 | -0/+5 |
* | mds: finish lock waiters in the same order that they were added. | Yan, Zheng | 2016-06-01 | 1 | -1/+1 |
* | make ctors with one argument explicit | Danny Al-Gaaf | 2016-01-29 | 1 | -1/+1 |
* | mds: add SimpleLock::dump | John Spray | 2015-03-19 | 1 | -0/+7 |
* | mds: use compact_map to optimize memory usage of MDSCacheObject | Yan, Zheng | 2015-02-25 | 1 | -2/+2 |
* | mds: support constness in MDSCacheObjects | John Spray | 2015-01-09 | 1 | -5/+5 |
* | mds: typedefs for rank and gid in MDSMap | John Spray | 2014-10-08 | 1 | -6/+7 |