| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: remove boost::pool usage and use tcmalloc directly | Zhi Zhang | 2017-04-24 | 1 | -11/+0 |
* | Merge pull request #13591 from batrick/mds-static-counters | John Spray | 2017-02-28 | 1 | -7/+2 |
|\ |
|
| * | mds: automate MDS object count tracking | Patrick Donnelly | 2017-02-22 | 1 | -7/+2 |
* | | mds: issue new caps to client even when session is stale | Yan, Zheng | 2017-02-20 | 1 | -0/+4 |
|/ |
|
* | mds: organize Capability class members | Patrick Donnelly | 2016-11-21 | 1 | -83/+76 |
* | mds/Capability.h: init scalar field in ctor | Danny Al-Gaaf | 2016-11-09 | 1 | -1/+1 |
* | mds/Capability.h: init scalar fields in ctor | Danny Al-Gaaf | 2016-11-09 | 1 | -1/+1 |
* | mds/Capability.h: init non-static Export members in ctor | Danny Al-Gaaf | 2016-11-09 | 1 | -1/+1 |
* | common/buffer: forward declare buffer | Michal Jarzabek | 2015-11-30 | 1 | -1/+1 |
* | mds: remove caps from revoking list when caps are voluntarily released | Yan, Zheng | 2015-04-28 | 1 | -1/+6 |
* | mds/Capability.h: init num_revoke_warnings in constructor | Danny Al-Gaaf | 2015-01-07 | 1 | -1/+1 |
* | mds: Fix a problem with rstat refresh. | Yunchuan Wen | 2014-11-24 | 1 | -2/+1 |
* | mds: Add broadcast_quota_to_client routine | Yunchuan Wen | 2014-11-02 | 1 | -1/+5 |
* | mds: keep per-client revoking caps list | John Spray | 2014-09-15 | 1 | -2/+6 |
* | mds: health metric for late releasing caps | John Spray | 2014-09-15 | 1 | -1/+1 |
* | mds: warn clients which aren't revoking caps | Yan, Zheng | 2014-09-05 | 1 | -2/+12 |
* | Removed extra semicolons | Daniel J. Hofmann | 2014-05-09 | 1 | -1/+1 |
* | mds: fix cap revoke confirmation | Yan, Zheng | 2014-04-16 | 1 | -12/+9 |
* | mds: avoid issuing zero caps to client | Yan, Zheng | 2014-03-19 | 1 | -2/+2 |
* | mds: Add inline fields to Capability | Li Wang | 2014-01-27 | 1 | -0/+2 |
* | Merge pull request #904 from ceph/wip-mds-cluster2 | Sage Weil | 2013-12-17 | 1 | -24/+54 |
|\ |
|
| * | mds: fix stale session handling for multiple mds | Yan, Zheng | 2013-12-16 | 1 | -16/+24 |
| * | mds: send cap import messages to clients after importing subtree succeeds | Yan, Zheng | 2013-12-16 | 1 | -4/+11 |
| * | mds: include counterpart's information in cap import/export messages | Yan, Zheng | 2013-12-16 | 1 | -1/+1 |
| * | mds: send info of imported caps back to the exporter (export dir) | Yan, Zheng | 2013-12-16 | 1 | -3/+17 |
| * | mds: increase cap sequence when sharing max size | Yan, Zheng | 2013-12-16 | 1 | -0/+1 |
* | | mds/Capability: no copying | Sage Weil | 2013-12-06 | 1 | -0/+3 |
|/ |
|
* | mds: fix cap revoke confirmation | Yan, Zheng | 2013-08-05 | 1 | -3/+5 |
* | mds: don't update migrate_seq when importing non-auth cap | Yan, Zheng | 2013-06-17 | 1 | -2/+3 |
* | mds: Delay export on missing inodes for reconnect | Sam Lang | 2013-04-11 | 1 | -0/+1 |
* | mds: Capability (and sub-structs) now uses modern encoding | Greg Farnum | 2013-02-08 | 1 | -1/+7 |
* | mds: uninline Capability encoders | Sage Weil | 2013-02-05 | 1 | -56/+12 |
* | mds: consider revoking caps in imported caps as issued | Yan, Zheng | 2012-12-01 | 1 | -2/+4 |
* | mds: fix uninit Capability::last_issue | Sage Weil | 2012-09-29 | 1 | -0/+1 |
* | Rename config.h -> common/config.h | Colin Patrick McCabe | 2011-02-23 | 1 | -1/+1 |
* | mds: throw std::bad_alloc on boost:pool<> depletion | Sage Weil | 2010-07-15 | 1 | -1/+4 |
* | Bug #98: Unique names for include guards | Markus Elfring | 2010-06-17 | 1 | -2/+2 |
* | types: standardize on uint64_t | Sage Weil | 2010-05-07 | 1 | -4/+4 |
* | mds: style fixes (from cppcheck) | Martin Ettl | 2010-03-22 | 1 | -1/+1 |
* | mds: be consistent about list<>::item naming (item_foo) | Sage Weil | 2010-03-13 | 1 | -4/+3 |
* | mds: add v to encoded mds structs | Sage Weil | 2010-01-27 | 1 | -0/+12 |
* | mds: use client_t throughout | Sage Weil | 2009-09-02 | 1 | -3/+3 |
* | mds: clean out old revocation history on racing release | Sage Weil | 2009-08-21 | 1 | -3/+16 |
* | mds: shut up cap sanity check | Sage Weil | 2009-08-18 | 1 | -2/+2 |
* | mds: keep precalculated _issued instead of recalcing each time | Sage Weil | 2009-08-14 | 1 | -75/+23 |
* | mds: rewrite Capability issue/revoke tracking | Sage Weil | 2009-08-14 | 1 | -9/+78 |
* | mds: reset seq on mds after reconnect, too | Sage Weil | 2009-07-14 | 1 | -0/+4 |
* | mds: use boost::pool for CInode, CDentry, CDir, Capability | Sage Weil | 2009-06-11 | 1 | -0/+9 |
* | mds: log memory stats to mds%d.mem | Sage Weil | 2009-06-07 | 1 | -1/+8 |
* | mds: maintain capid across mds restart and client reconnect | Sage Weil | 2009-05-11 | 1 | -0/+1 |