summaryrefslogtreecommitdiffstats
path: root/src/mds/MDSMap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51942 from trociny/wip-61599Rishabh Dave2023-09-061-1/+2
|\
| * mds: optionally forbid to use standby for another fs as last resortMykola Golub2023-06-281-1/+2
* | Merge PR #52409 into mainVenky Shankar2023-08-311-2/+1
|\ \
| * | mds: rework FSMap to avoid shared_ptrsPatrick Donnelly2023-07-121-2/+1
| |/
* / mds: add incompat feature for minor log segmentsPatrick Donnelly2023-08-011-0/+1
|/
* mon: add new configuration to limit filesystem xattrs sizeLuís Henriques2023-03-011-0/+11
* mds: add new feature to block clients from establishing sessionsdparmar182022-12-221-1/+2
* mds: add bal_rank_mask option for ceph fs setYongseok Oh2022-10-131-0/+19
* mds: remove reference to mds-state-diagram.svg胡玮文2022-08-121-3/+2
* mds: update comment about standby-replay daemons holding a rankPatrick Donnelly2022-07-251-1/+1
* mds: throw some feature definitions in static memoryPatrick Donnelly2022-02-031-10/+10
* mds: defer messages to bootstrapping ranksPatrick Donnelly2021-11-231-0/+3
* mds/FSMap: assign v16.2.4 compat to pre-v16.2.5 standby daemonsPatrick Donnelly2021-11-091-0/+1
* MDSMonitor: handle damaged from standby-replayPatrick Donnelly2021-09-101-0/+3
* mds: refactor iterator lookupPatrick Donnelly2021-09-101-3/+3
* mon,mds: use per-MDS compat to inform replacementPatrick Donnelly2021-07-311-3/+5
* mds: add MDSMap method for creating null MDSMapPatrick Donnelly2021-07-311-0/+7
* mon/FSCommands: add command to rename a file systemRamana Raja2021-06-171-0/+1
* mds: print each flag valueJos Collin2021-04-081-1/+10
* mds/client: create cephfs errno aliasesMilind Changire2021-03-021-1/+1
* mon: simplify fs 'services' view of 'ceph status'Sage Weil2021-02-171-0/+9
* mds: add volumes + status to data: section of 'ceph status'Sage Weil2021-02-171-1/+7
* blacklist -> blocklistSage Weil2020-08-241-1/+1
* mon: add 'ceph fs required_client_feature <fs_name> add/rm' commandYan, Zheng2020-07-071-3/+13
* mds: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-15/+15
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-1/+1
* mon/MDSMonitor: enforce mds_join_fs cluster affinityPatrick Donnelly2020-02-131-0/+1
* mds: Reorganize class members in MDSMap headerVarsha Rao2019-11-121-172/+96
* mds: cleanup type decl and map iterationPatrick Donnelly2019-11-081-19/+17
* mds: define stream operator for mds_info_tPatrick Donnelly2019-11-081-1/+6
* src/: define ceph_release_t and use itKefu Chai2019-05-041-7/+8
* mds: list to std::listPatrick Donnelly2019-03-151-2/+2
* mon: add freeze MDS commandPatrick Donnelly2019-02-281-21/+36
* mon: add setting for fs to enable standby-replayPatrick Donnelly2019-02-281-0/+9
* fs: obsolete standby_for config optionsPatrick Donnelly2019-02-281-11/+16
* mds: avoid unnecessary copy of entity_addrvec_tPatrick Donnelly2019-02-281-1/+1
* mds: use inline init for mds_info_tPatrick Donnelly2019-02-281-14/+9
* Merge PR #24172 into masterPatrick Donnelly2019-01-081-0/+10
|\
| * client: fix fuse client hang because its pipe to mds is not okIvanGuan2019-01-041-0/+10
* | mds: fix typosKefu Chai2018-09-211-1/+1
|/
* mds: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-4/+4
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-5/+3
* mds: remove ascii art version of mds state diagramPatrick Donnelly2018-07-241-24/+5
* mds: introduce "ceph fs set <fs_name> min_compat_client <release_name>"Yan, Zheng2018-07-121-0/+5
* mds: addr -> addrvecSage Weil2018-07-031-2/+2
* mds/MDSMap: remove inst and addr accessorsSage Weil2018-05-311-24/+0
* mds/MDSMap: add addrvec accessorsSage Weil2018-05-311-0/+7
* Merge pull request #22015 from tchaikov/wip-dencKefu Chai2018-05-171-3/+3
|\
| * mds: use const_iterator for decodeKefu Chai2018-05-171-3/+3
* | mds: refactor MDSMap initPatrick Donnelly2018-05-061-40/+22