1. 07 1月, 2006 12 次提交
  2. 13 12月, 2005 1 次提交
  3. 29 11月, 2005 1 次提交
    • N
      [PATCH] md: fix --re-add for raid1 and raid6 · 6aea114a
      NeilBrown 提交于
      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: NNeil Brown <neilb@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6aea114a
  4. 09 11月, 2005 4 次提交
  5. 01 11月, 2005 1 次提交
    • J
      [BLOCK] Unify the seperate read/write io stat fields into arrays · a362357b
      Jens Axboe 提交于
      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: NJens Axboe <axboe@suse.de>
      a362357b
  6. 09 10月, 2005 1 次提交
  7. 10 9月, 2005 6 次提交
  8. 05 8月, 2005 1 次提交
  9. 28 7月, 2005 1 次提交
  10. 16 7月, 2005 1 次提交
  11. 22 6月, 2005 10 次提交
  12. 17 5月, 2005 1 次提交