- 16 7月, 2020 1 次提交
-
-
由 Bomin Zhang 提交于
-
- 10 7月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 01 7月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 28 6月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 09 6月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 06 6月, 2020 1 次提交
-
-
由 Bomin Zhang 提交于
-
- 04 6月, 2020 2 次提交
-
-
由 Shengliang Guan 提交于
-
由 dengyihao 提交于
-
- 27 5月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 26 5月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 23 5月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 16 5月, 2020 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 13 5月, 2020 1 次提交
-
-
由 Shuduo Sang 提交于
[TD-307]
-
- 10 5月, 2020 1 次提交
-
-
由 guanshengliang 提交于
-
- 08 5月, 2020 1 次提交
-
-
由 jtao1735 提交于
-
- 06 5月, 2020 1 次提交
-
-
由 yifan hao 提交于
Per reviews from Jeff, rename dnode initialization path as he suggested.
-
- 05 5月, 2020 1 次提交
-
-
由 yifan hao 提交于
This patch refactors the initialization and cleanup path of dnode with a table driven method. This fixes the following issues: 1. Before the patch, if dnodeInitRead() fails, the cleanup path also runs dnodeCleanupWrite(), which will free wWorkerPool.writeWorker that's never allocated. (The code before this patch will not crash though, because wWorkerPool is zero-initialized global variable and therefore the accidental free will be a nop). 2. In general the order of calling cleanup function should be reverse to the order of calling init function, but this is not the case prior to this patch (see dnodeCleanupMnode() and dnodeCleanupMgmt()). * Bonus fix This patch also fixes a missing free for readPool.readWorker. * Testing I plan to run the test script ./test-all.sh, but was not able to do so. Is there a reference somewhere I can look up?
-
- 04 5月, 2020 1 次提交
-
-
由 jtao1735 提交于
-
- 01 5月, 2020 1 次提交
-
-
由 sangshuduo 提交于
[TD-217]
-
- 29 4月, 2020 2 次提交
- 28 4月, 2020 2 次提交
- 19 4月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 17 4月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 16 4月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 15 4月, 2020 2 次提交
- 08 4月, 2020 2 次提交
- 06 4月, 2020 3 次提交
-
-
由 sangshuduo 提交于
-
由 slguan 提交于
-
由 hjxilinx 提交于
-
- 01 4月, 2020 2 次提交
- 27 3月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 19 3月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 13 3月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 11 3月, 2020 1 次提交
-
-
由 slguan 提交于
-