summaryrefslogtreecommitdiffstats
path: root/src/mds (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: remove boost::pool usage and use tcmalloc directlyZhi Zhang2017-04-248-83/+7
* Merge pull request #14447 from ukernel/wip-19450John Spray2017-04-202-4/+55
|\
| * mds: drop partial entry and adjust write_pos when opening PurgeQueueYan, Zheng2017-04-182-4/+55
* | Merge pull request #14197 from jcsp/wip-19395-counterJohn Spray2017-04-201-2/+2
|\ \
| * | mds: use same inode count in health check as in trimJohn Spray2017-04-131-2/+2
* | | Merge pull request #14554 from ukernel/wip-19630John Spray2017-04-197-27/+49
|\ \ \
| * | | mds: fix stray creation/removal notificationYan, Zheng2017-04-177-27/+49
* | | | Merge pull request #14105 from jcsp/wip-pretty-tellJohn Spray2017-04-181-2/+2
|\ \ \ \
| * | | | mds: pretty json from `tell` commandsJohn Spray2017-04-131-2/+2
| | |/ / | |/| |
* | | | Merge pull request #14104 from jcsp/wip-18509John Spray2017-04-185-13/+37
|\ \ \ \
| * | | | mds: include advisory `path` field in damageJohn Spray2017-04-135-13/+37
| |/ / /
* | | | Merge pull request #14164 from jcsp/wip-16842-mitigationJohn Spray2017-04-186-0/+62
|\ \ \ \ | |_|_|/ |/| | |
| * | | mds: validate prealloc_inos on sessions after loadJohn Spray2017-04-134-0/+50
| * | | mds: operator<< for SessionJohn Spray2017-04-132-0/+12
| |/ /
* | | Merge pull request #14267 from yunfeiguan/masterJohn Spray2017-04-151-0/+1
|\ \ \
| * | | cephfs: fix mount point break off problem after mds switch occuredYunfeiGuan2017-04-101-0/+1
* | | | Merge pull request #13587 from yanghonggang/masterJohn Spray2017-04-151-3/+23
|\ \ \ \
| * | | | cephfs: fix write_buf's _len overflow problemYang Honggang2017-04-131-3/+23
* | | | | Merge pull request #14207 from jcsp/wip-19401John Spray2017-04-151-0/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mds: ignore ENOENT on writing backtraceJohn Spray2017-04-131-0/+17
| | |_|/ | |/| |
* | | | Merge pull request #13859 from jcsp/wip-19204John Spray2017-04-141-2/+4
|\ \ \ \
| * | | | mds: shut down finisher before objecterJohn Spray2017-04-131-2/+4
| |/ / /
* | | | Merge pull request #14505 from jcsp/wip-19566John Spray2017-04-141-2/+4
|\ \ \ \
| * | | | mds: fix mgrc shutdownJohn Spray2017-04-131-2/+4
| |/ / /
* | | | Merge pull request #14469 from badone/wip-return-error-on-missing-client-idBrad Hubbard2017-04-141-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | mds: Return error message instead of assertingBrad Hubbard2017-04-131-5/+10
* | | | Merge pull request #14347 from ukernel/wip-19501John Spray2017-04-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | mds: make C_MDSInternalNoop::complete() delete 'this'Yan, Zheng2017-04-051-2/+2
* | | | Merge pull request #14290 from wjwithagen/wip-wjw-freebsd-procprefixYuri Weinstein2017-04-122-4/+6
|\ \ \ \
| * | | | core: Prefix /proc/ with FreeBSD emulationWillem Jan Withagen2017-04-052-4/+6
| |/ / /
* | | | Merge pull request #13698 from ukernel/wip-multimds-miscJohn Spray2017-04-1113-213/+272
|\ \ \ \
| * | | | mds: move inode to proper snaprealm during renameYan, Zheng2017-03-301-0/+2
| * | | | mds: speed-up subtree exporting during mds shutdownYan, Zheng2017-03-301-8/+4
| * | | | mds: close client sessions after stopping mds exports all subtreesYan, Zheng2017-03-302-64/+19
| * | | | mds: handle target mds failure when stopping mds exports straysYan, Zheng2017-03-302-6/+19
| * | | | mds: trim stopping mds' log after exporting strays and subtreesYan, Zheng2017-03-301-8/+7
| * | | | mds: proper trim stopping mds's mdsdir inodeYan, Zheng2017-03-302-55/+36
| * | | | mds: properly put PIN_IMPORTBOUND when import abortsYan, Zheng2017-03-301-5/+10
| * | | | mds: handle race between stray reintegration and rmdirYan, Zheng2017-03-301-4/+4
| * | | | mds: don't break order of inter-dependent requests during mds recoversYan, Zheng2017-03-307-9/+71
| * | | | mds: optimize state check of peer mdsYan, Zheng2017-03-307-35/+70
| * | | | mds: fix mds gets stuck in clientreplay stateYan, Zheng2017-03-301-19/+22
| * | | | mds: don't ask peer to traverse old backtrace after encountering errorYan, Zheng2017-03-301-1/+5
| * | | | mds: properly record dirty sessionmap in log segmentYan, Zheng2017-03-301-0/+4
| | |_|/ | |/| |
* | | | cephfs: Permit recovering metadata into a new RADOS poolDouglas Fuller2017-04-042-0/+10
| |/ / |/| |
* | | Merge pull request #14036 from batrick/mds-debug-replyJohn Spray2017-04-031-1/+1
|\ \ \
| * | | mds: bump client_reply debug to match client_reqPatrick Donnelly2017-03-191-1/+1
* | | | mds: enable dirfrags by default in new filesystemsJohn Spray2017-03-291-1/+1
| |/ / |/| |
* | | Merge pull request #14017 from jcsp/wip-19282John Spray2017-03-281-1/+9
|\ \ \
| * | | mds: don't assert on read errors in RecoveryQueueJohn Spray2017-03-171-1/+9
| |/ /