| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: handle conf changes in mdlog | Patrick Donnelly | 2023-08-01 | 1 | -3/+5 |
* | mds,messages: enable beacon to report clients lagginess | Dhairya Parmar | 2023-05-17 | 1 | -0/+18 |
* | mds: remove obsolete comments | Patrick Donnelly | 2022-10-10 | 1 | -2/+0 |
* | Merge pull request #44710 from joscollin/wip-F40633-dump-recent-extraordinary... | Venky Shankar | 2022-08-12 | 1 | -3/+19 |
|\ |
|
| * | mds, common: dump recent in-memory logs for extra-ordinary events | Jos Collin | 2022-06-22 | 1 | -3/+19 |
* | | mds: add inject config for synthetic health message | Patrick Donnelly | 2022-07-25 | 1 | -0/+6 |
|/ |
|
* | mds: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -1/+4 |
* | mon,mds: use per-MDS compat to inform replacement | Patrick Donnelly | 2021-07-31 | 1 | -3/+2 |
* | mds: only update beacon epoch if newer | Patrick Donnelly | 2021-07-31 | 1 | -1/+1 |
* | mds: convert stringstream to CachedStackStringStream | Patrick Donnelly | 2020-09-18 | 1 | -30/+30 |
* | mds: add working set minimum for caps | Patrick Donnelly | 2020-08-07 | 1 | -1/+3 |
* | mds: make threshold for MDS_TRIM configurable | Paul Emmerich | 2020-06-30 | 1 | -2/+2 |
* | mds: add mds_join_fs option; pass via MMDSBeacon | Sage Weil | 2019-12-18 | 1 | -1/+1 |
* | mds: remove unnecessary const qualifier | Patrick Donnelly | 2019-11-08 | 1 | -1/+1 |
* | mds: s/Mutex/ceph::mutex/ | Kefu Chai | 2019-08-03 | 1 | -1/+1 |
* | Merge PR #27537 into master | Patrick Donnelly | 2019-04-23 | 1 | -1/+1 |
|\ |
|
| * | mds: better output of 'ceph health detail' | shenhang | 2019-04-12 | 1 | -1/+1 |
* | | src/: use make_message<Foo> instead of Foo::create() | Kefu Chai | 2019-04-18 | 1 | -1/+1 |
* | | client,mds: use ref_cast<Foo> instead of Foo::msgref_cast | Kefu Chai | 2019-04-18 | 1 | -1/+1 |
* | | src/: use ref_t<Message> instead of Message::ref | Kefu Chai | 2019-04-18 | 1 | -2/+2 |
* | | src/: use cref_t<Message> instead of Message::const_ref | Kefu Chai | 2019-04-18 | 1 | -2/+2 |
|/ |
|
* | mds: there is an assertion when calling Beacon::shutdown() | huanwen ren | 2019-03-20 | 1 | -1/+2 |
* | mds: convert unnecessary list usage to vector | Patrick Donnelly | 2019-03-15 | 1 | -19/+18 |
* | fs: obsolete standby_for config options | Patrick Donnelly | 2019-02-28 | 1 | -8/+0 |
* | mds: simplify recall warnings | Patrick Donnelly | 2019-01-31 | 1 | -32/+15 |
* | mds: recall caps incrementally | Patrick Donnelly | 2019-01-30 | 1 | -17/+21 |
* | mds: remove MonClient reconnect | Patrick Donnelly | 2018-10-17 | 1 | -8/+0 |
* | mds: wait shorter intervals if beacon not sent | Patrick Donnelly | 2018-10-16 | 1 | -3/+6 |
* | mds: print is_laggy message once | Patrick Donnelly | 2018-09-06 | 1 | -2/+4 |
* | mds: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -4/+4 |
* | Merge PR #23439 into master | Patrick Donnelly | 2018-08-25 | 1 | -1/+2 |
|\ |
|
| * | mds: pass timeout argument for fetching late clients | Venky Shankar | 2018-08-21 | 1 | -1/+2 |
* | | mds: use monotonic waits in Beacon | Patrick Donnelly | 2018-08-21 | 1 | -49/+58 |
* | | mds: use monotonic clock in beacon | Patrick Donnelly | 2018-08-20 | 1 | -57/+45 |
* | | mds: simplify beacon init | Patrick Donnelly | 2018-08-17 | 1 | -13/+1 |
|/ |
|
* | msg: define MFoo::create helper | Yan, Zheng | 2018-08-16 | 1 | -1/+1 |
* | msg: add msgref cast method | Patrick Donnelly | 2018-08-15 | 1 | -1/+1 |
* | mds: use message factory to avoid leaks | Patrick Donnelly | 2018-08-15 | 1 | -2/+2 |
* | mds: manage Message lifetime with intrusive_ptr | Patrick Donnelly | 2018-08-15 | 1 | -25/+17 |
* | Merge PR #23536 into master | Patrick Donnelly | 2018-08-13 | 1 | -12/+10 |
|\ |
|
| * | mds: report lagginess at lower debug | Patrick Donnelly | 2018-08-12 | 1 | -12/+10 |
* | | mds: use fast dispatch to handle MDSBeacon | Yan, Zheng | 2018-08-11 | 1 | -0/+12 |
|/ |
|
* | mds: health warning for slow metadata IO | Yan, Zheng | 2018-07-14 | 1 | -2/+22 |
* | common,rbd,rgw,osd: extract config values into ConfigValues | Kefu Chai | 2018-07-10 | 1 | -21/+21 |
* | mds: addr -> addrvec | Sage Weil | 2018-07-03 | 1 | -1/+1 |
* | mds: fix some memory leak | Yan, Zheng | 2018-05-29 | 1 | -0/+1 |
* | mds: move compat set methods to MDSMap | Patrick Donnelly | 2018-05-06 | 1 | -1/+1 |
* | mds: convert to allocator agnostic string_view | Patrick Donnelly | 2018-02-07 | 1 | -1/+1 |
* | mds: use session.get_client() | dongdong tao | 2018-01-04 | 1 | -2/+2 |
* | mds: support limiting cache by memory | Patrick Donnelly | 2017-09-13 | 1 | -4/+4 |