1. 07 1月, 2012 1 次提交
    • C
      Btrfs: run chunk allocations while we do delayed refs · 203bf287
      Chris Mason 提交于
      Btrfs tries to batch extent allocation tree changes to improve performance
      and reduce metadata trashing.  But it doesn't allocate new metadata chunks
      while it is doing allocations for the extent allocation tree.
      
      This commit changes the delayed refence code to do chunk allocations if we're
      getting low on room.  It prevents crashes and improves performance.
      Signed-off-by: NChris Mason <chris.mason@oracle.com>
      203bf287
  2. 24 12月, 2011 1 次提交
  3. 23 12月, 2011 6 次提交
  4. 22 12月, 2011 9 次提交
  5. 21 12月, 2011 23 次提交