1. 18 9月, 2012 1 次提交
    • S
      [SCSI] hpsa: fix handling of protocol error · 256d0eaa
      Stephen M. Cameron 提交于
      If a command status of CMD_PROTOCOL_ERR is received, this
      information should be conveyed to the SCSI mid layer, not
      dropped on the floor.  CMD_PROTOCOL_ERR may be received
      from the Smart Array for any commands destined for an external
      RAID controller such as a P2000, or commands destined for tape
      drives or CD/DVD-ROM drives, if for instance a cable is
      disconnected.  This mostly affects multipath configurations, as
      disconnecting a cable on a non-multipath configuration is not
      going to do anything good regardless of whether CMD_PROTOCOL_ERR
      is handled correctly or not.  Not handling CMD_PROTOCOL_ERR
      correctly in a multipath configaration involving external RAID
      controllers may cause data corruption, so this is quite a serious
      bug.  This bug should not normally cause a problem for direct
      attached disk storage.
      Signed-off-by: NStephen M. Cameron <scameron@beardog.cce.hp.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      256d0eaa
  2. 10 5月, 2012 15 次提交
  3. 24 4月, 2012 1 次提交
  4. 19 2月, 2012 12 次提交
  5. 16 1月, 2012 1 次提交
  6. 15 12月, 2011 2 次提交
  7. 15 11月, 2011 1 次提交
  8. 30 10月, 2011 6 次提交
  9. 21 10月, 2011 1 次提交