1. 10 2月, 2007 2 次提交
  2. 28 9月, 2006 1 次提交
  3. 07 9月, 2006 1 次提交
    • D
      [XFS] Prevent free space oversubscription and xfssyncd looping. · 4be536de
      David Chinner 提交于
      The fix for recent ENOSPC deadlocks introduced certain limitations on
      allocations. The fix could cause xfssyncd to loop endlessly if we did not
      leave some space free for the allocator to work correctly. Basically, we
      needed to ensure that we had at least 4 blocks free for an AG free list
      and a block for the inode bmap btree at all times.
      
      However, this did not take into account the fact that each AG has a free
      list that needs 4 blocks. Hence any filesystem with more than one AG could
      cause oversubscription of free space and make xfssyncd spin forever trying
      to allocate space needed for AG freelists that was not available in the
      AG.
      
      The following patch reserves space for the free lists in all AGs plus the
      inode bmap btree which prevents oversubscription. It also prevents those
      blocks from being reported as free space (as they can never be used) and
      makes the SMP in-core superblock accounting code and the reserved block
      ioctl respect this requirement.
      
      SGI-PV: 955674
      SGI-Modid: xfs-linux-melb:xfs-kern:26894a
      Signed-off-by: NDavid Chinner <dgc@sgi.com>
      Signed-off-by: NDavid Chatterton <chatz@sgi.com>
      4be536de
  4. 28 7月, 2006 1 次提交
  5. 20 6月, 2006 1 次提交
  6. 09 6月, 2006 5 次提交
  7. 08 5月, 2006 1 次提交
  8. 31 3月, 2006 2 次提交
  9. 29 3月, 2006 1 次提交
  10. 22 3月, 2006 2 次提交
  11. 17 3月, 2006 1 次提交
  12. 14 3月, 2006 3 次提交
  13. 11 1月, 2006 7 次提交
  14. 04 11月, 2005 1 次提交
  15. 02 11月, 2005 11 次提交