1. 17 Feb, 2003 3 commits
    • Linus Torvalds's avatar
      Merge http://jfs.bkbits.net/linux-2.5 · a6f5ccdf
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      a6f5ccdf
    • Dave Kleikamp's avatar
      JFS: Fix jfs_sync_fs · 5d888402
      Dave Kleikamp authored
      jfs_sync_fs was implemented using the same code as the unmount code to flush
      the journal and wait for the journal to quiesce.  Since jfs_sync_fs may  be
      called while the volume is under heavy use, we can end up waiting
      indefinately.  Code in jfs_flush_journal meant to detect a hang at unmount
      time may be triggered in this case causing a trap.  This patch changes
      jfs_sync_fs to only wait until the most recent transaction has been
      commited to disk, rather than waiting until the commit queue is empty.
      5d888402
    • Linus Torvalds's avatar
      Fix locking for "send_sig_info()", to avoid possible races with signal · 2c707d9b
      Linus Torvalds authored
      state changes due to execve() and exit(). We need to hold the tasklist
      lock to guarantee stability of "task->sighand".
      2c707d9b
  2. 16 Feb, 2003 13 commits
  3. 17 Feb, 2003 1 commit
  4. 16 Feb, 2003 7 commits
  5. 15 Feb, 2003 16 commits