1. 02 9月, 2017 1 次提交
  2. 21 7月, 2017 1 次提交
  3. 28 6月, 2017 1 次提交
  4. 20 6月, 2017 3 次提交
  5. 26 5月, 2017 1 次提交
  6. 04 5月, 2017 1 次提交
  7. 04 4月, 2017 1 次提交
  8. 03 2月, 2017 1 次提交
  9. 31 1月, 2017 3 次提交
  10. 05 12月, 2016 1 次提交
  11. 20 10月, 2016 1 次提交
  12. 04 10月, 2016 2 次提交
  13. 19 9月, 2016 3 次提交
  14. 26 8月, 2016 3 次提交
  15. 03 8月, 2016 12 次提交
  16. 20 7月, 2016 1 次提交
  17. 21 6月, 2016 1 次提交
    • D
      xfs: refactor btree maxlevels computation · 19b54ee6
      Darrick J. Wong 提交于
      Create a common function to calculate the maximum height of a per-AG
      btree.  This will eventually be used by the rmapbt and refcountbt
      code to calculate appropriate maxlevels values for each.  This is
      important because the verifiers and the transaction block
      reservations depend on accurate estimates of how many blocks are
      needed to satisfy a btree split.
      
      We were mistakenly using the max bnobt height for all the btrees,
      which creates a dangerous situation since the larger records and
      keys in an rmapbt make it very possible that the rmapbt will be
      taller than the bnobt and so we can run out of transaction block
      reservation.
      Signed-off-by: NDarrick J. Wong <darrick.wong@oracle.com>
      Reviewed-by: NBrian Foster <bfoster@redhat.com>
      Signed-off-by: NDave Chinner <david@fromorbit.com>
      
      19b54ee6
  18. 08 2月, 2016 3 次提交