1. 27 7月, 2005 1 次提交
    • D
      JFS: Improve sync barrier processing · cbc3d65e
      Dave Kleikamp 提交于
      Under heavy load, hot metadata pages are often locked by non-committed
      transactions, making them difficult to flush to disk.  This prevents
      the sync point from advancing past a transaction that had modified the
      page.
      
      There is a point during the sync barrier processing where all
      outstanding transactions have been committed to disk, but no new
      transaction have been allowed to proceed.  This is the best time
      to write the metadata.
      Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
      cbc3d65e
  2. 26 7月, 2005 2 次提交
  3. 25 7月, 2005 16 次提交
  4. 24 7月, 2005 4 次提交
  5. 23 7月, 2005 15 次提交
  6. 22 7月, 2005 2 次提交