1. 09 May, 2002 5 commits
    • Dave Jones's avatar
      [PATCH] ptrace bug · c88adf2f
      Dave Jones authored
      We weren't incrementing the address when walking a processes
      address space.  From 2.4
      c88adf2f
    • Dave Jones's avatar
      [PATCH] swap file missing error check · 0ebd1760
      Dave Jones authored
      Found by Andries Brouwer a while back iirc.
      0ebd1760
    • Dave Jones's avatar
      [PATCH] list macro conversion. · 3f0501fe
      Dave Jones authored
      Use listwalking macro..
      3f0501fe
    • Anton Blanchard's avatar
      [PATCH] acenic driver and 867 MHz G4 sound problems · b9e7a18d
      Anton Blanchard authored
      Fix acenic driver
      b9e7a18d
    • Dave Kleikamp's avatar
      [PATCH] Fix JFS file system corruption · 3686a398
      Dave Kleikamp authored
      JFS: Flush dirty metadata to disk when remounting from read-write
      to read-only.  Also fix umount ordering to make sure metadata is
      written before journal closed.
      
      With Andrew Morton's recent changes, JFS is no longer writing much
      of its dirty metadata when remounting from read-write to read-only.
      This causes severe file system corruption.  A JFS root file system
      will be corrupted on shutdown.
      
      This patch fixes the problem by explicitly writing the dirty metadata
      before the journal is closed.  It also fixes the ordering so that
      the dirty metadata is completely written before the journal is closed
      for the normal unmount case as well.
      3686a398
  2. 08 May, 2002 13 commits
  3. 07 May, 2002 22 commits