| Commit message (Expand) | Author | Age | Files | Lines |
* | mds: fix infinite loop of MDCache::populate_mydir().dumpling | Yan, Zheng | 2013-10-16 | 1 | -7/+24 |
* | enable mds rejoin with active inodes' old parent xattrs | Alexandre Oliva | 2013-08-23 | 1 | -1/+1 |
* | mds: fix remote wrlock rejoin | Yan, Zheng | 2013-06-20 | 1 | -18/+22 |
* | mds: fix race between scatter gather and dirfrag export | Yan, Zheng | 2013-06-20 | 1 | -2/+7 |
* | mds: fix cross-authorty rename race | Yan, Zheng | 2013-06-17 | 1 | -6/+25 |
* | mds: handle undefined dirfrags when opening inode | Yan, Zheng | 2013-06-17 | 1 | -4/+33 |
* | Merge pull request #343 from dalgaaf/wip-da-SCA-cppcheck | Sage Weil | 2013-06-07 | 1 | -4/+3 |
|\ |
|
| * | mds/MDCache.cc: reduce scope of 'CDir *dir' in _create_system_file_finish() | Danny Al-Gaaf | 2013-06-03 | 1 | -2/+1 |
| * | mds/MDCache.cc: prefer prefix ++operator for iterator | Danny Al-Gaaf | 2013-06-03 | 1 | -2/+2 |
* | | Revert "mds: initialize rejoins_pending" | Sage Weil | 2013-06-04 | 1 | -1/+0 |
* | | mds: allow purging "dirty parent" stray inode | Yan, Zheng | 2013-06-04 | 1 | -1/+4 |
* | | mds: initialize some member variables of MDCache | Yan, Zheng | 2013-06-04 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-06-04 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Revert "mds: allow purging "dirty parent" stray inode" | Sage Weil | 2013-06-04 | 1 | -4/+1 |
| * | mds: initialize rejoins_pending | Sage Weil | 2013-06-04 | 1 | -0/+1 |
| * | Revert "mds: initialize some member variables of MDCache" | Sage Weil | 2013-06-04 | 1 | -5/+0 |
| * | mds: allow purging "dirty parent" stray inode | Yan, Zheng | 2013-06-03 | 1 | -1/+4 |
| * | mds: initialize some member variables of MDCache | Yan, Zheng | 2013-06-03 | 1 | -0/+5 |
* | | mds/MDCache.cc: fix dereference null return value | Danny Al-Gaaf | 2013-05-31 | 1 | -0/+1 |
* | | mds/MDCache.cc: fix dereference null return value | Danny Al-Gaaf | 2013-05-31 | 1 | -0/+1 |
* | | mds/MDCache.cc: fix dereference after null check | Danny Al-Gaaf | 2013-05-31 | 1 | -0/+1 |
* | | mds/MDCache.cc: fix dereference after null check | Danny Al-Gaaf | 2013-05-31 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'yan/wip-mds' | Sage Weil | 2013-05-29 | 1 | -178/+755 |
|\ \
| |/
|/| |
|
| * | mds: use "open-by-ino" function to open remote link | Yan, Zheng | 2013-05-28 | 1 | -18/+33 |
| * | mds: open missing cap inodes | Yan, Zheng | 2013-05-28 | 1 | -55/+160 |
| * | mds: open inode by ino | Yan, Zheng | 2013-05-28 | 1 | -1/+439 |
| * | mds: move fetch_backtrace() to class MDCache | Yan, Zheng | 2013-05-28 | 1 | -20/+32 |
| * | mds: bring back old style backtrace handling | Yan, Zheng | 2013-05-28 | 1 | -1/+11 |
| * | mds: reorder EMetaBlob::add_primary_dentry's parameters | Yan, Zheng | 2013-05-28 | 1 | -7/+7 |
| * | mds: warn on unconnected snap realms | Yan, Zheng | 2013-05-28 | 1 | -1/+14 |
| * | mds: slient MDCache::trim_non_auth() | Yan, Zheng | 2013-05-28 | 1 | -20/+6 |
| * | mds: fix check for base inode discovery | Yan, Zheng | 2013-05-28 | 1 | -1/+2 |
| * | mds: remove buggy cache rejoin code | Yan, Zheng | 2013-05-28 | 1 | -20/+11 |
| * | mds: fix slave commit tracking | Yan, Zheng | 2013-05-28 | 1 | -22/+33 |
| * | mds: fix uncommitted master wait | Yan, Zheng | 2013-05-28 | 1 | -14/+9 |
* | | mds: weaken reconnect assertion | Sage Weil | 2013-05-22 | 1 | -1/+1 |
* | | mds/MDCache.cc: fix possible NULL pointer dereference | Danny Al-Gaaf | 2013-05-22 | 1 | -0/+1 |
|/ |
|
* | mds: avoid assert after suicide() | Sage Weil | 2013-05-16 | 1 | -2/+4 |
* | mds/MDCache.cc: fix dereference NULL pointer | Danny Al-Gaaf | 2013-05-11 | 1 | -1/+2 |
* | mds/MDCache.cc: add NULL pointer check | Danny Al-Gaaf | 2013-05-11 | 1 | -1/+1 |
* | mds: be more explicit about path_traverse completion | Sage Weil | 2013-05-10 | 1 | -3/+5 |
* | mds: fix fd leak | Sage Weil | 2013-05-09 | 1 | -2/+3 |
* | mds: Locker needs to remember requested max_size changes from clients | Greg Farnum | 2013-04-11 | 1 | -1/+1 |
* | mds: Delay export on missing inodes for reconnect | Sam Lang | 2013-04-11 | 1 | -8/+37 |
* | mds: verify mds tell 'dumpcache <filename>' target does not exist | Sage Weil | 2013-04-03 | 1 | -6/+27 |
* | mds: clear scatter dirty if replica inode has no auth subtree | Yan, Zheng | 2013-04-01 | 1 | -7/+6 |
* | mds: don't replicate purging dentry | Yan, Zheng | 2013-04-01 | 1 | -1/+8 |
* | mds: eval inodes with caps imported by cache rejoin message | Yan, Zheng | 2013-04-01 | 1 | -0/+1 |
* | mds: don't open dirfrag while subtree is frozen | Yan, Zheng | 2013-04-01 | 1 | -3/+3 |
* | mds: avoid double auth pin for file recovery | Yan, Zheng | 2013-04-01 | 1 | -2/+4 |