1. 01 May, 2006 1 commit
  2. 31 Mar, 2006 2 commits
  3. 27 Mar, 2006 3 commits
  4. 09 Mar, 2006 1 commit
  5. 14 Jan, 2006 1 commit
  6. 06 Jan, 2006 16 commits
  7. 12 Dec, 2005 1 commit
  8. 28 Nov, 2005 1 commit
    • NeilBrown's avatar
      [PATCH] md: fix --re-add for raid1 and raid6 · 6aea114a
      NeilBrown authored
      
      If you have an array with a write-intent-bitmap, and you remove a device, then
      re-add it, a full recovery isn't needed.  We detect a re-add by looking at
      saved_raid_disk.  For raid1, it doesn't matter which disk it was, only whether
      or not it was an active device.  The old code being removed set a value of
      'mirror' which was then ignored, so it can go.  The changed code performs the
      correct check.
      
      For raid6, if there are two missing devices, make sure we chose the right slot
      on --re-add rather than always the first slot.
      Signed-off-by: default avatarNeil Brown <neilb@suse.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      6aea114a
  9. 09 Nov, 2005 4 commits
  10. 01 Nov, 2005 1 commit
    • Jens Axboe's avatar
      [BLOCK] Unify the seperate read/write io stat fields into arrays · a362357b
      Jens Axboe authored
      
      Instead of having ->read_sectors and ->write_sectors, combine the two
      into ->sectors[2] and similar for the other fields. This saves a branch
      several places in the io path, since we don't have to care for what the
      actual io direction is. On my x86-64 box, that's 200 bytes less text in
      just the core (not counting the various drivers).
      Signed-off-by: default avatarJens Axboe <axboe@suse.de>
      a362357b
  11. 08 Oct, 2005 1 commit
  12. 09 Sep, 2005 6 commits
  13. 04 Aug, 2005 1 commit
  14. 27 Jul, 2005 1 commit