| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: remove boost::pool usage and use tcmalloc directly | Zhi Zhang | 2017-04-24 | 8 | -83/+7 |
* | Merge pull request #14447 from ukernel/wip-19450 | John Spray | 2017-04-20 | 2 | -4/+55 |
|\ |
|
| * | mds: drop partial entry and adjust write_pos when opening PurgeQueue | Yan, Zheng | 2017-04-18 | 2 | -4/+55 |
* | | Merge pull request #14197 from jcsp/wip-19395-counter | John Spray | 2017-04-20 | 1 | -2/+2 |
|\ \ |
|
| * | | mds: use same inode count in health check as in trim | John Spray | 2017-04-13 | 1 | -2/+2 |
* | | | Merge pull request #14554 from ukernel/wip-19630 | John Spray | 2017-04-19 | 7 | -27/+49 |
|\ \ \ |
|
| * | | | mds: fix stray creation/removal notification | Yan, Zheng | 2017-04-17 | 7 | -27/+49 |
* | | | | Merge pull request #14105 from jcsp/wip-pretty-tell | John Spray | 2017-04-18 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | mds: pretty json from `tell` commands | John Spray | 2017-04-13 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #14104 from jcsp/wip-18509 | John Spray | 2017-04-18 | 5 | -13/+37 |
|\ \ \ \ |
|
| * | | | | mds: include advisory `path` field in damage | John Spray | 2017-04-13 | 5 | -13/+37 |
| |/ / / |
|
* | | | | Merge pull request #14164 from jcsp/wip-16842-mitigation | John Spray | 2017-04-18 | 6 | -0/+62 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | mds: validate prealloc_inos on sessions after load | John Spray | 2017-04-13 | 4 | -0/+50 |
| * | | | mds: operator<< for Session | John Spray | 2017-04-13 | 2 | -0/+12 |
| |/ / |
|
* | | | Merge pull request #14267 from yunfeiguan/master | John Spray | 2017-04-15 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | cephfs: fix mount point break off problem after mds switch occured | YunfeiGuan | 2017-04-10 | 1 | -0/+1 |
* | | | | Merge pull request #13587 from yanghonggang/master | John Spray | 2017-04-15 | 1 | -3/+23 |
|\ \ \ \ |
|
| * | | | | cephfs: fix write_buf's _len overflow problem | Yang Honggang | 2017-04-13 | 1 | -3/+23 |
* | | | | | Merge pull request #14207 from jcsp/wip-19401 | John Spray | 2017-04-15 | 1 | -0/+17 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | mds: ignore ENOENT on writing backtrace | John Spray | 2017-04-13 | 1 | -0/+17 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #13859 from jcsp/wip-19204 | John Spray | 2017-04-14 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | mds: shut down finisher before objecter | John Spray | 2017-04-13 | 1 | -2/+4 |
| |/ / / |
|
* | | | | Merge pull request #14505 from jcsp/wip-19566 | John Spray | 2017-04-14 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | mds: fix mgrc shutdown | John Spray | 2017-04-13 | 1 | -2/+4 |
| |/ / / |
|
* | | | | Merge pull request #14469 from badone/wip-return-error-on-missing-client-id | Brad Hubbard | 2017-04-14 | 1 | -5/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | mds: Return error message instead of asserting | Brad Hubbard | 2017-04-13 | 1 | -5/+10 |
* | | | | Merge pull request #14347 from ukernel/wip-19501 | John Spray | 2017-04-12 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | mds: make C_MDSInternalNoop::complete() delete 'this' | Yan, Zheng | 2017-04-05 | 1 | -2/+2 |
* | | | | Merge pull request #14290 from wjwithagen/wip-wjw-freebsd-procprefix | Yuri Weinstein | 2017-04-12 | 2 | -4/+6 |
|\ \ \ \ |
|
| * | | | | core: Prefix /proc/ with FreeBSD emulation | Willem Jan Withagen | 2017-04-05 | 2 | -4/+6 |
| |/ / / |
|
* | | | | Merge pull request #13698 from ukernel/wip-multimds-misc | John Spray | 2017-04-11 | 13 | -213/+272 |
|\ \ \ \ |
|
| * | | | | mds: move inode to proper snaprealm during rename | Yan, Zheng | 2017-03-30 | 1 | -0/+2 |
| * | | | | mds: speed-up subtree exporting during mds shutdown | Yan, Zheng | 2017-03-30 | 1 | -8/+4 |
| * | | | | mds: close client sessions after stopping mds exports all subtrees | Yan, Zheng | 2017-03-30 | 2 | -64/+19 |
| * | | | | mds: handle target mds failure when stopping mds exports strays | Yan, Zheng | 2017-03-30 | 2 | -6/+19 |
| * | | | | mds: trim stopping mds' log after exporting strays and subtrees | Yan, Zheng | 2017-03-30 | 1 | -8/+7 |
| * | | | | mds: proper trim stopping mds's mdsdir inode | Yan, Zheng | 2017-03-30 | 2 | -55/+36 |
| * | | | | mds: properly put PIN_IMPORTBOUND when import aborts | Yan, Zheng | 2017-03-30 | 1 | -5/+10 |
| * | | | | mds: handle race between stray reintegration and rmdir | Yan, Zheng | 2017-03-30 | 1 | -4/+4 |
| * | | | | mds: don't break order of inter-dependent requests during mds recovers | Yan, Zheng | 2017-03-30 | 7 | -9/+71 |
| * | | | | mds: optimize state check of peer mds | Yan, Zheng | 2017-03-30 | 7 | -35/+70 |
| * | | | | mds: fix mds gets stuck in clientreplay state | Yan, Zheng | 2017-03-30 | 1 | -19/+22 |
| * | | | | mds: don't ask peer to traverse old backtrace after encountering error | Yan, Zheng | 2017-03-30 | 1 | -1/+5 |
| * | | | | mds: properly record dirty sessionmap in log segment | Yan, Zheng | 2017-03-30 | 1 | -0/+4 |
| | |_|/
| |/| | |
|
* | | | | cephfs: Permit recovering metadata into a new RADOS pool | Douglas Fuller | 2017-04-04 | 2 | -0/+10 |
| |/ /
|/| | |
|
* | | | Merge pull request #14036 from batrick/mds-debug-reply | John Spray | 2017-04-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | mds: bump client_reply debug to match client_req | Patrick Donnelly | 2017-03-19 | 1 | -1/+1 |
* | | | | mds: enable dirfrags by default in new filesystems | John Spray | 2017-03-29 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #14017 from jcsp/wip-19282 | John Spray | 2017-03-28 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | mds: don't assert on read errors in RecoveryQueue | John Spray | 2017-03-17 | 1 | -1/+9 |
| |/ / |
|