| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: fix typos | Kefu Chai | 2018-09-21 | 1 | -1/+1 |
* | mds: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -4/+4 |
* | mds: manage Message lifetime with intrusive_ptr | Patrick Donnelly | 2018-08-15 | 1 | -5/+3 |
* | mds: remove ascii art version of mds state diagram | Patrick Donnelly | 2018-07-24 | 1 | -24/+5 |
* | mds: introduce "ceph fs set <fs_name> min_compat_client <release_name>" | Yan, Zheng | 2018-07-12 | 1 | -0/+5 |
* | mds: addr -> addrvec | Sage Weil | 2018-07-03 | 1 | -2/+2 |
* | mds/MDSMap: remove inst and addr accessors | Sage Weil | 2018-05-31 | 1 | -24/+0 |
* | mds/MDSMap: add addrvec accessors | Sage Weil | 2018-05-31 | 1 | -0/+7 |
* | Merge pull request #22015 from tchaikov/wip-denc | Kefu Chai | 2018-05-17 | 1 | -3/+3 |
|\ |
|
| * | mds: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -3/+3 |
* | | mds: refactor MDSMap init | Patrick Donnelly | 2018-05-06 | 1 | -40/+22 |
* | | mds: move compat set methods to MDSMap | Patrick Donnelly | 2018-05-06 | 1 | -4/+3 |
|/ |
|
* | Merge PR #21374 into master | Patrick Donnelly | 2018-05-03 | 1 | -0/+9 |
|\ |
|
| * | mds: automaticly allow multi-active MDS after removing all old snapshots | Yan, Zheng | 2018-04-19 | 1 | -0/+6 |
| * | mds: disallow multi-active MDS if snapshot was ever created by pre-mimic mds | Yan, Zheng | 2018-04-19 | 1 | -0/+3 |
* | | MDSMonitor: do not resize cluster when MDS is starting | Patrick Donnelly | 2018-04-24 | 1 | -0/+11 |
|/ |
|
* | cephfs: kill allow_dirfrags | Douglas Fuller | 2018-04-17 | 1 | -8/+0 |
* | cephfs: Kill allow_multimds | Douglas Fuller | 2018-04-17 | 1 | -8/+0 |
* | cephfs: Change behavior of cluster_down flag | Douglas Fuller | 2018-04-17 | 1 | -0/+4 |
* | mds: add incompat feature and bump protocol for snapshot changes | Yan, Zheng | 2018-02-09 | 1 | -0/+1 |
* | mds: convert to allocator agnostic string_view | Patrick Donnelly | 2018-02-07 | 1 | -7/+8 |
* | mds: obsolete MDSMap option configs | Patrick Donnelly | 2017-12-14 | 1 | -4/+10 |
* | Merge PR #18791 into master | Patrick Donnelly | 2017-12-06 | 1 | -3/+2 |
|\ |
|
| * | mds: introduce MDSMap::get_mds_set_lower_bound() | Yan, Zheng | 2017-11-09 | 1 | -3/+2 |
* | | Merge PR #18274 into master | Patrick Donnelly | 2017-11-21 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | client: add delegation support for cephfs | Jeff Layton | 2017-11-14 | 1 | -0/+5 |
* | | Merge PR #18646 into master | Patrick Donnelly | 2017-11-03 | 1 | -1/+1 |
|\ \ |
|
| * | | mds: fix MDS_FEATURE_INCOMPAT_FILE_LAYOUT_V2 definition | Yan, Zheng | 2017-10-31 | 1 | -1/+1 |
* | | | mds: pass a reference of function to sanitize() not a copy | Kefu Chai | 2017-10-30 | 1 | -1/+1 |
|/ / |
|
* / | mds: clean up non-existent data pools in MDSMap | Patrick Donnelly | 2017-10-05 | 1 | -1/+1 |
|/ |
|
* | mon: uniform way of referring to MDS daemons | John Spray | 2017-08-01 | 1 | -0/+4 |
* | mds/MDSMap: init mds_features | Sage Weil | 2017-07-25 | 1 | -1/+1 |
* | Merge PR 15982 into master | Patrick Donnelly | 2017-07-18 | 1 | -1/+4 |
|\ |
|
| * | mds/MDSMap: use find in is_data_pool | Jan Fajerski | 2017-06-29 | 1 | -1/+4 |
* | | mon/MDSMonitor: implement new-style cephfs health checks | Sage Weil | 2017-07-12 | 1 | -0/+3 |
* | | mon: move health_status_t to health.h | Sage Weil | 2017-07-12 | 1 | -0/+1 |
|/ |
|
* | mds: change the type of data_pools | Vicente Cheng | 2017-05-25 | 1 | -5/+6 |
* | mon/MDSMonitor: only allow deactivating the mds with max rank | Yan, Zheng | 2017-05-11 | 1 | -0/+4 |
* | mds: enable dirfrags by default in new filesystems | John Spray | 2017-03-29 | 1 | -1/+1 |
* | mds: warn if insufficient standbys exist | Patrick Donnelly | 2017-02-28 | 1 | -0/+16 |
* | mds: fix MDSMap::get_recovery_mds_set() | Yan, Zheng | 2017-01-18 | 1 | -5/+5 |
* | mds: fix MDSMap::is_resolving() | Yan, Zheng | 2017-01-18 | 1 | -1/+1 |
* | mds: fix MDSMap::is_rejoining() | Yan, Zheng | 2017-01-10 | 1 | -1/+1 |
* | mantle: re-design and fixes | Michael Sevilla | 2016-10-25 | 1 | -2/+2 |
* | mantle: store balancer in RADOS, balancer version in MDSMap | Michael Sevilla | 2016-10-25 | 1 | -0/+4 |
* | mds/MDSMap.h: add const to member functions | Michal Jarzabek | 2016-10-16 | 1 | -16/+19 |
* | mon: validate states transmitted in beacons | John Spray | 2016-07-28 | 1 | -0/+2 |
* | mds/MDSMap output -1 instead of 0 when no fs present. | Xiaoxi Chen | 2016-07-19 | 1 | -1/+1 |
* | mds/MDSMap: change test_flag() return type from int to bool | xie xingguo | 2016-06-14 | 1 | -1/+1 |
* | all: add const to operator<< param | Michal Jarzabek | 2016-06-05 | 1 | -1/+1 |