1. 26 Jul, 2011 1 commit
    • NeilBrown's avatar
      md/raid5: Remove use of sh->lock in sync_request · 83206d66
      NeilBrown authored
      This is the start of a series of patches to remove sh->lock.
      
      sync_request takes sh->lock before setting STRIPE_SYNCING to ensure
      there is no race with testing it in handle_stripe[56].
      
      Instead, use a new flag STRIPE_SYNC_REQUESTED and test it early
      in handle_stripe[56] (after getting the same lock) and perform the
      same set/clear operations if it was set.
      Signed-off-by: default avatarNeilBrown <neilb@suse.de>
      Reviewed-by: default avatarNamhyung Kim <namhyung@gmail.com>
      83206d66
  2. 18 Jul, 2011 5 commits
  3. 16 Jul, 2011 2 commits
  4. 15 Jul, 2011 10 commits
  5. 14 Jul, 2011 2 commits
  6. 13 Jul, 2011 11 commits
  7. 12 Jul, 2011 9 commits