1. 30 12月, 2008 2 次提交
  2. 13 10月, 2008 1 次提交
    • M
      [SCSI] block: separate failfast into multiple bits. · 6000a368
      Mike Christie 提交于
      Multipath is best at handling transport errors. If it gets a device
      error then there is not much the multipath layer can do. It will just
      access the same device but from a different path.
      
      This patch breaks up failfast into device, transport and driver errors.
      The multipath layers (md and dm mutlipath) only ask the lower levels to
      fast fail transport errors. The user of failfast, read ahead, will ask
      to fast fail on all errors.
      
      Note that blk_noretry_request will return true if any failfast bit
      is set. This allows drivers that do not support the multipath failfast
      bits to continue to fail on any failfast error like before. Drivers
      like scsi that are able to fail fast specific errors can check
      for the specific fail fast type. In the next patch I will convert
      scsi.
      Signed-off-by: NMike Christie <michaelc@cs.wisc.edu>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      6000a368
  3. 30 7月, 2008 1 次提交
  4. 28 4月, 2008 1 次提交
  5. 23 4月, 2008 1 次提交
  6. 20 4月, 2008 1 次提交
  7. 24 1月, 2008 1 次提交
  8. 22 9月, 2007 1 次提交
    • J
      [SCSI] scsi_transport_spi: fix domain validation failure from incorrect width setting · 2302827c
      James Bottomley 提交于
      Domain Validation in the SPI transport class is failing on boxes with
      damaged cables (and failing to the extent that the box hangs).  The
      problem is that the first test it does is a cable integrity test for
      wide transfers and if this fails, it turns the wide bit off.  The
      problem is that the next set of tests it does turns wide back on
      again, with the result that it runs through the entirety of DV with a
      known bad setting and then hangs the system.
      
      The attached patch fixes the problem by physically nailing the wide
      setting to what it deduces it should be for the whole of Domain
      Validation.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      2302827c
  9. 03 2月, 2007 1 次提交
  10. 04 1月, 2007 1 次提交
  11. 22 11月, 2006 1 次提交
  12. 24 9月, 2006 1 次提交
  13. 01 7月, 2006 1 次提交
  14. 10 6月, 2006 2 次提交
  15. 12 3月, 2006 2 次提交
  16. 28 2月, 2006 6 次提交
  17. 15 1月, 2006 1 次提交
  18. 13 1月, 2006 1 次提交
  19. 16 12月, 2005 5 次提交
  20. 14 12月, 2005 1 次提交
  21. 02 12月, 2005 1 次提交
  22. 29 10月, 2005 1 次提交
  23. 29 8月, 2005 2 次提交
  24. 15 8月, 2005 2 次提交
  25. 04 8月, 2005 1 次提交
    • J
      [SCSI] add missing hold_mcs parameter to the spi transport class · d872ebe4
      James Bottomley 提交于
      This parameter is important only to people who take the time to tune the
      margin control settings, otherwise it's completely irrelevant.  However,
      just in case anyone should want to do this, it's appropriate to include
      the parameter.
      
      I don't do anything with it in DV by design, so the parameter will come
      up as off by default, so if anyone actually wants to play with the
      margin control settings they'll have to enable it under the
      spi_transport class first.
      
      I also updated the transfer settings display to report all of the PPR
      settings instead of only DT, IU and QAS
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      d872ebe4
  26. 12 7月, 2005 1 次提交