summaryrefslogtreecommitdiffstats
path: root/src/mds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9884 from david-z/wip-fix-async-msg-shutdownJohn Spray2016-06-291-0/+4
|\
| * mds: fix shutting down mds timed-out due to deadlockZhi Zhang2016-06-271-0/+4
| * Revert "msg/msg_types.h: make members private in ..."Haomai Wang2016-06-201-1/+1
| * msg/msg_types.h: make members private in ...Michal Jarzabek2016-06-191-1/+1
* | Merge pull request #9773 from xiexingguo/xxg-wip-cinode_finleakGregory Farnum2016-06-281-0/+3
|\ \
| * | mds/CInode: fix potential fin hangingxie xingguo2016-06-181-0/+3
| |/
* | Merge pull request #9769 from ukernel/wip-16358Gregory Farnum2016-06-283-5/+10
|\ \
| * | mds: fix Session::check_access()Yan, Zheng2016-06-203-5/+10
| |/
* | Merge pull request #9839 from renhwztetecs/renhw-wip-cdir-cleanupJohn Spray2016-06-272-4/+0
|\ \
| * | mds/MDCache: cleanuphuanwen ren2016-06-211-3/+0
| * | mds/cdir: unused class MDCluster and cleanuphuanwen ren2016-06-211-1/+0
* | | Merge pull request #9677 from stiopaa1/mds_removeUnneededLineAndAddConstJohn Spray2016-06-271-6/+5
|\ \ \
| * | | mds/SessionMap.h: add const to member functionsMichal Jarzabek2016-06-191-5/+5
| * | | mds/SessionMap.h: remove duplicated lineMichal Jarzabek2016-06-191-1/+0
| | |/ | |/|
* | | Merge pull request #9877 from batrick/mds-comm-locksJohn Spray2016-06-271-8/+8
|\ \ \
| * | | mds: add missing mds_lock locksPatrick Donnelly2016-06-221-0/+3
| * | | mds: move mds_lock to command subfuncsPatrick Donnelly2016-06-221-3/+3
| * | | mds: use Locker to manage mds_lockPatrick Donnelly2016-06-221-5/+2
* | | | Merge pull request #9742 from xiexingguo/xxg-wip-server_cmodeYan, Zheng2016-06-272-57/+81
|\ \ \ \
| * | | | mds/server: fix rare race when waitting for osdmapxie xingguo2016-06-272-55/+80
| * | | | server: check cmode in the default bitwise wayxie xingguo2016-06-181-2/+1
| | |/ / | |/| |
* | | | Merge pull request #9746 from xiexingguo/xxg-wip-mdcache_hoirJohn Spray2016-06-241-4/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | mds/MDCache: use MDS_RANK_NONE to invalidate info.checkingxie xingguo2016-06-171-4/+4
| * | | mds/MDCache: fix leak of MMDSOpenInoReplyxie xingguo2016-06-161-0/+1
| |/ /
* / / mds: improve comments for ENOTEMPTY checksPatrick Donnelly2016-06-171-1/+2
|/ /
* | Merge pull request #9713 from xiexingguo/xxg-wip-server_droppinJohn Spray2016-06-161-0/+2
|\ \
| * | server: drop locks and auth pins before waiting for truncxie xingguo2016-06-151-0/+2
* | | Merge pull request #9710 from xiexingguo/xxg-wip-server_duplockJohn Spray2016-06-161-2/+0
|\ \ \
| * | | Server: avoid duplicated call to acquire_locks()xie xingguo2016-06-151-2/+0
| |/ /
* | | Merge pull request #9706 from xiexingguo/xxg-wip-server_dcrJohn Spray2016-06-162-10/+9
|\ \ \
| * | | Server: use req directlyxie xingguo2016-06-151-6/+5
| * | | mds/Mutation: avoid side-effect of slave_did_prepare() methodxie xingguo2016-06-151-1/+1
| * | | mds/Mutation: use c++11-style null pointer checkxie xingguo2016-06-151-2/+2
| * | | server: avoid side-effect of assertxie xingguo2016-06-151-1/+1
| |/ /
* | | Merge pull request #9647 from xiexingguo/xxg-wip-server_hcrJohn Spray2016-06-161-9/+10
|\ \ \
| * | | server: fix potential access violationxie xingguo2016-06-121-9/+10
* | | | Merge pull request #8737 from david-z/wip-mds-slow-req-outputJohn Spray2016-06-163-1/+23
|\ \ \ \
| * | | | Ceph status outputs mds slow request for better monitoringZhi Zhang2016-06-153-1/+23
* | | | | Merge pull request #9681 from xiexingguo/xxg-wip-server_tsJohn Spray2016-06-152-3/+11
|\ \ \ \ \
| * | | | | server: avoid duplicated call to utime_txie xingguo2016-06-141-1/+1
| * | | | | mds/SessionMap: avoid potential memory leakxie xingguo2016-06-141-0/+6
| * | | | | mds/SessionMap: explicitly require importing_count to be postivexie xingguo2016-06-141-1/+1
| * | | | | server: remove redundant semicolonxie xingguo2016-06-141-1/+1
| * | | | | server: set terminating_sessions flag correctlyxie xingguo2016-06-141-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #9693 from xiexingguo/xxg-wip-server_hco2John Spray2016-06-151-1/+1
|\ \ \ \ \
| * | | | | server: negative error code when responding to clientxie xingguo2016-06-141-1/+1
| |/ / / /
* | | | | Merge pull request #9472 from xiexingguo/xxg-wip-fix-divisionbyzeroJohn Spray2016-06-151-4/+3
|\ \ \ \ \
| * | | | | mds: kill unused local variablesxie xingguo2016-06-031-2/+0
| * | | | | mds: fix potential division-by-zero errorxie xingguo2016-06-031-2/+3
* | | | | | Merge pull request #9445 from xiexingguo/xxg-wip-fix-mdsmemoryleakJohn Spray2016-06-153-7/+20
|\ \ \ \ \ \