1. 06 5月, 2020 1 次提交
    • Y
      [vnode] Make vnode versioning more robust. · 7002d963
      yifan hao 提交于
      This patch changes version read/write path such that it does not
      allocate heap memory while dealing with versioning. Instead, because
      version data is short, it uses stack allcocated array to hold the versioning
      data. This eliminate one potential failure in read/write version, which is
      used to guarantee data consistency.
      
      * Bonus fix
      The patch also fixes a bunch of failure handling in the path of vnode
      write.
      7002d963
  2. 05 5月, 2020 29 次提交
  3. 04 5月, 2020 10 次提交