1. 19 Sep, 2008 1 commit
    • NeilBrown's avatar
      md: Don't wait UNINTERRUPTIBLE for other resync to finish · 9744197c
      NeilBrown authored
      When two md arrays share some block device (e.g each uses different
      partitions on the one device), a resync of one array will wait for
      the resync on the other to finish.
      
      This can be a long time and as it currently waits TASK_UNINTERRUPTIBLE,
      the softlockup code notices and complains.
      
      So use TASK_INTERRUPTIBLE instead and make sure to flush signals
      before calling schedule.
      Signed-off-by: default avatarNeilBrown <neilb@suse.de>
      9744197c
  2. 17 Sep, 2008 6 commits
  3. 16 Sep, 2008 1 commit
  4. 15 Sep, 2008 2 commits
  5. 14 Sep, 2008 1 commit
  6. 13 Sep, 2008 29 commits