1. 04 Nov, 2003 1 commit
  2. 03 Nov, 2003 4 commits
  3. 02 Nov, 2003 2 commits
  4. 01 Nov, 2003 8 commits
  5. 31 Oct, 2003 2 commits
  6. 30 Oct, 2003 2 commits
  7. 31 Oct, 2003 3 commits
  8. 30 Oct, 2003 17 commits
  9. 29 Oct, 2003 1 commit
    • Dave Kleikamp's avatar
      JFS: remove racy, redundant call to block_invalidatepage · bdf29b0a
      Dave Kleikamp authored
      __invalidate_metapages references mp->page after after releasing the
      meta_lock spinlock, without increasing the use count.  This is racy and
      unnecessary since setting the META_discard flag is sufficient.
      block_invalidatepage() will be called when the metapage is released.
      bdf29b0a