1. 03 Nov, 2003 4 commits
  2. 02 Nov, 2003 2 commits
  3. 01 Nov, 2003 8 commits
  4. 31 Oct, 2003 2 commits
  5. 30 Oct, 2003 2 commits
  6. 31 Oct, 2003 3 commits
  7. 30 Oct, 2003 17 commits
  8. 29 Oct, 2003 2 commits
    • 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
    • Rusty Russell's avatar
      [PATCH] Fix for module initialization failure · a8f97595
      Rusty Russell authored
      Bug reported by Paul Mackerras: if a module parameter fails, we didn't
      call module_arch_cleanup().
      
      On x86 this was harmless (module_arch_cleanup() is a no-op), but on
      other architectures like PPC this causes inconsistent data structures
      and subsequent oopses.
      a8f97595