summaryrefslogtreecommitdiffstats
path: root/src/mds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "cephfs-journal-tool: enable purge_queue journal's event commands"Yan, Zheng2018-08-072-58/+1
* Merge PR #22850 into masterPatrick Donnelly2018-08-062-1/+58
|\
| * cephfs-journal-tool: enable purge_queue journal's event commandsXuehan Xu2018-08-042-1/+58
* | Merge PR #22999 into masterPatrick Donnelly2018-08-066-15/+48
|\ \
| * | mds: consider max age of dispatch queue when finding stale clientYan, Zheng2018-08-063-0/+10
| * | mds: reset heartbeat map at potential time-consuming placesYan, Zheng2018-08-064-2/+24
| * | mds: change MDSRank::finished_queue to dequeYan, Zheng2018-08-023-13/+14
* | | Merge PR #23341 into masterPatrick Donnelly2018-08-062-19/+42
|\ \ \
| * | | mds: calculate load by checking self CPU usageYan, Zheng2018-08-032-19/+42
* | | | Merge PR #23381 into masterPatrick Donnelly2018-08-021-1/+2
|\ \ \ \
| * | | | mds: update MDSRank::cluster_degraded before handling mds failureYan, Zheng2018-08-021-1/+2
| | |/ / | |/| |
* | | | Merge PR #22450 into masterPatrick Donnelly2018-08-021-4/+4
|\ \ \ \
| * | | | client: LAZY_IO supportYan, Zheng2018-07-301-4/+4
* | | | | Merge PR #23365 into masterPatrick Donnelly2018-08-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | mds/MDCache: fix mds_cache_memory_limit get_val<>Sage Weil2018-08-011-1/+1
| | |/ / | |/| |
* | | | Merge PR #23195 into masterPatrick Donnelly2018-08-0135-166/+194
|\ \ \ \
| * | | | mds: use vector for context listsPatrick Donnelly2018-07-2634-152/+172
| * | | | mds: add vector def for MDS contextsPatrick Donnelly2018-07-261-0/+11
| * | | | mds: use compact map to manage waiting listPatrick Donnelly2018-07-261-14/+11
| | |/ / | |/| |
* | | | Merge pull request #22990 from tchaikov/wip-cmake-link-static-libstdc++Kefu Chai2018-08-011-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | cmake: do not link libs against ${ALLOC_LIBS}Kefu Chai2018-07-291-1/+1
* | | | Merge PR #22607 into masterSage Weil2018-07-302-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | common/options: convert many TYPE_[U]INT -> TYPE_SIZESage Weil2018-07-282-2/+2
* | | | cmake: make cpu_profiler a library targetKefu Chai2018-07-261-1/+2
* | | | cmake: make heap_profiler a library targetKefu Chai2018-07-261-3/+2
| |/ / |/| |
* | | mds: remove ascii art version of mds state diagramPatrick Donnelly2018-07-241-24/+5
|/ /
* | Merge PR #23139 into masterPatrick Donnelly2018-07-218-40/+95
|\ \
| * | mds: avoid using g_conf().get_val<...>(...) in hot pathYan, Zheng2018-07-208-40/+95
* | | Merge PR #22977 into masterPatrick Donnelly2018-07-212-55/+86
|\ \ \
| * | | mds: handle discontinuous mdsmapYan, Zheng2018-07-192-55/+86
| |/ /
* | | Merge PR #23022 into masterPatrick Donnelly2018-07-2114-11/+188
|\ \ \
| * | | mds: health warning for slow metadata IOYan, Zheng2018-07-1414-11/+188
* | | | Merge PR #23063 into masterPatrick Donnelly2018-07-211-1/+10
|\ \ \ \
| * | | | mds: increase debug level for dropped client cap msgPatrick Donnelly2018-07-161-1/+10
| | |/ / | |/| |
* | | | Merge PR #23062 into masterPatrick Donnelly2018-07-211-0/+4
|\ \ \ \
| * | | | mds: dump recent events on respawnPatrick Donnelly2018-07-161-0/+4
| |/ / /
* | | | Merge PR #23061 into masterPatrick Donnelly2018-07-211-8/+9
|\ \ \ \
| * | | | mds: print mdsmap processed at low debug levelPatrick Donnelly2018-07-161-8/+9
| |/ / /
* | | | Merge PR #23135 into masterPatrick Donnelly2018-07-212-11/+9
|\ \ \ \
| * | | | mds: refactor ostream passingPatrick Donnelly2018-07-192-11/+9
| |/ / /
* / / / mds: dump minimal cli output during recursive scrub triggerVenky Shankar2018-07-171-0/+7
|/ / /
* | | Merge PR #22705 into masterPatrick Donnelly2018-07-161-6/+15
|\ \ \
| * | | Changed Lua library support from all to partialTsung-Ju Lii2018-07-021-1/+15
| * | | mds/Mantle: Fixed Mantle's obsolete Lua C++ APITsung-Ju Lii2018-06-261-6/+1
* | | | Merge PR #22804 into masterPatrick Donnelly2018-07-162-2/+0
|\ \ \ \
| * | | | mds: remove useless dout_subsys macroZhi Zhang2018-07-032-2/+0
| | |_|/ | |/| |
* | | | mds: evict clients that lack required featuresYan, Zheng2018-07-121-0/+24
* | | | mds: cleanup MDSRank::evict_clientYan, Zheng2018-07-121-15/+11
* | | | mds: infer client version by client metadata and connection's featuresYan, Zheng2018-07-125-4/+61
* | | | mds: introduce "ceph fs set <fs_name> min_compat_client <release_name>"Yan, Zheng2018-07-127-15/+68