mbox series

[0/4] hpsa updates

Message ID 155241423734.23182.4742066781667397820.stgit@brunhilda (mailing list archive)
Headers show
Series hpsa updates | expand

Message

Don Brace March 12, 2019, 6:11 p.m. UTC
These patches are based on Linus's tree

The changes are:
hpsa-check-for-lv-removal
 - Detect LUN failures faster by checking command status
   in complete_scsi_command.
 - closes up a rare issue in multipath fail-overs
hpsa-correct-device-id-issues
 - Close up a rare race condition where a volume list is
   obtained from the controller and a disk is pulled before
   the driver sends down an INQUIRY for the lunid.
hpsa-remove-timeout-from-TURs
 - There are times when a TUR takes longer that the DEFAULT_TIMEOUT
hpsa-bump-driver-version
 - update to track changes

---

Don Brace (4):
      hpsa: check for lv removal
      hpsa: correct device id issues
      hpsa: remove timeout from TURs
      hpsa: bump driver version


 drivers/scsi/hpsa.c |   27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

--
Signature

Comments

Martin K. Petersen March 18, 2019, 8:51 p.m. UTC | #1
Don,

> hpsa-check-for-lv-removal
>  - Detect LUN failures faster by checking command status
>    in complete_scsi_command.
>  - closes up a rare issue in multipath fail-overs
> hpsa-correct-device-id-issues
>  - Close up a rare race condition where a volume list is
>    obtained from the controller and a disk is pulled before
>    the driver sends down an INQUIRY for the lunid.
> hpsa-remove-timeout-from-TURs
>  - There are times when a TUR takes longer that the DEFAULT_TIMEOUT
> hpsa-bump-driver-version
>  - update to track changes

Applied to 5.2/scsi-queue. Thanks!