| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge PR #52623 into main | Venky Shankar | 2024-09-30 | 1 | -8/+7 |
|\ |
|
| * | ceph-dencoder: MDS - Add missing types | NitzanMordhai | 2024-04-10 | 1 | -8/+7 |
* | | mds: reduce Capability size by using elist::item | Yan, Zheng | 2024-06-10 | 1 | -2/+1 |
|/ |
|
* | mds: remove calculating caps after adding revokes back | Xiubo Li | 2023-06-29 | 1 | -1/+2 |
* | mds: add the revoking caps back to _revokes list | Xiubo Li | 2023-05-23 | 1 | -0/+15 |
* | mds: move confirm_receipt() to Capability.cc | Xiubo Li | 2023-05-23 | 1 | -0/+29 |
* | Revert "mds: fix client isn't responding to mclientcaps(revoke)" | Venky Shankar | 2023-05-22 | 1 | -44/+0 |
* | mds: add the revoking caps back to _revokes list | Xiubo Li | 2023-03-08 | 1 | -0/+15 |
* | mds: move confirm_receipt() to Capability.cc | Xiubo Li | 2023-03-08 | 1 | -0/+29 |
* | Merge PR #36600 into master | Patrick Donnelly | 2020-09-06 | 1 | -6/+8 |
|\ |
|
| * | mds: make caps dump more readable | Yanhu Cao | 2020-09-04 | 1 | -6/+8 |
* | | mds: only add inodes that clients want Frw or excl caps to open file table | Yan, Zheng | 2020-07-30 | 1 | -5/+2 |
|/ |
|
* | mds: Build target 'common' without using namespace in headers | Adam C. Emerson | 2020-03-07 | 1 | -12/+12 |
* | mds: initial code for lock cache | Yan, Zheng | 2019-12-12 | 1 | -0/+1 |
* | mds: cleanup Capability initialization | Yan, Zheng | 2019-11-09 | 1 | -7/+3 |
* | mds: change how mds revoke stale caps | Yan, Zheng | 2019-06-08 | 1 | -14/+4 |
* | Merge PR #26881 into master | Patrick Donnelly | 2019-04-04 | 1 | -2/+15 |
|\ |
|
| * | mds: avoid check session connection's features when issuing caps | Yan, Zheng | 2019-03-14 | 1 | -2/+15 |
* | | mds: list to std::list | Patrick Donnelly | 2019-03-15 | 1 | -3/+3 |
|/ |
|
* | mds: optimize revoking stale caps | Yan, Zheng | 2019-01-15 | 1 | -1/+26 |
* | mds: put notable caps at the front of session's caps list | Yan, Zheng | 2019-01-15 | 1 | -3/+29 |
* | mds: add session pointer to Capability | Yan, Zheng | 2019-01-03 | 1 | -0/+23 |
* | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -4/+4 |
* | mds: track how many clients/mds want caps for each inode | Yan, Zheng | 2018-02-09 | 1 | -2/+16 |
* | mds: track Capability in mempool | Patrick Donnelly | 2018-02-08 | 1 | -10/+16 |
* | mds: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -38/+38 |
* | mds: send info of imported caps back to the exporter (export dir) | Yan, Zheng | 2013-12-16 | 1 | -0/+30 |
* | mds: Capability (and sub-structs) now uses modern encoding | Greg Farnum | 2013-02-08 | 1 | -12/+84 |
* | mds: uninline Capability encoders | Sage Weil | 2013-02-05 | 1 | -0/+100 |