1. 19 7月, 2007 2 次提交
  2. 18 7月, 2007 5 次提交
  3. 17 7月, 2007 3 次提交
  4. 15 7月, 2007 1 次提交
  5. 18 6月, 2007 9 次提交
  6. 06 6月, 2007 1 次提交
  7. 30 5月, 2007 1 次提交
  8. 24 5月, 2007 3 次提交
  9. 23 5月, 2007 1 次提交
  10. 10 5月, 2007 1 次提交
  11. 09 5月, 2007 3 次提交
  12. 30 4月, 2007 1 次提交
    • E
      [SCSI] fusion: fix domain validation loops · 72978245
      Eric Moore 提交于
      After host reset, the device are programmed to default asyn narrow nego.
      We need to reprogram the parameter back to previous values.  If the host
      reset is called as a result of spi_dv_device() commands timing out, its
      possible to get into an infinite loop of dv to host reset.  This will
      prevent that case, as we merely program old values.  If host reset is
      called outside context of domain validation, then we can  call
      spi_dv_device.
      Signed-off-by: NEric Moore <Eric.Moore@lsi.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      72978245
  13. 26 4月, 2007 3 次提交
  14. 01 4月, 2007 1 次提交
  15. 28 3月, 2007 1 次提交
    • V
      [PATCH] i2o: block IO errors on i2o disk · d1985ad1
      Vasily Averin 提交于
      I2O subsystem has been broken in mainstream several months ago (after
      2.6.18).  Commit 4aff5e23 from Jens
      Axboe split struct request ->flags into two parts: cmd_type and
      cmd_flags.
      
      In i2o layer this patch has replaced flag REQ_SPECIAL by the according
      cmd_type.  However i2o has used REQ_SPECIAL not as command type but as
      driver-specific flag for the debug purposes.  As result all i2o requests
      have type "special" now, are not processed to the hardware and fail with
      I/O error:
      
         i2o/hda:<3>Buffer I/O error on device i2o/hda, logical block 0
        Buffer I/O error on device i2o/hda, logical block 0
        Buffer I/O error on device i2o/hda, logical block 0
         unable to read partition table
        block-osm: device added (TID: 207): i2o/hda
      
      The following patch removes the extra debug checks without any drawbacks and
      restores the normal driver's work.
      Signed-off-by: NVasily Averin <vvs@sw.ru>
      Acked-by: NMarkus Lidel <Markus.Lidel@shadowconnect.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d1985ad1
  16. 21 3月, 2007 3 次提交
  17. 20 3月, 2007 1 次提交