public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hpsa updates
@ 2015-12-21 17:21 Don Brace
  2015-12-21 17:21 ` [PATCH v2 1/3] hpsa: fix path_info_show Don Brace
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Don Brace @ 2015-12-21 17:21 UTC (permalink / raw)
  To: Viswas.G, scott.teel, Kevin.Barnett, scott.benesh,
	Mahesh.Rajashekhara, hch, Justin.Lindley, elliott,
	james.bottomley
  Cc: linux-scsi

These patches are based on Linus's tree

The changes are:
 - correct missing changes from snprintf to scnprintf
   in path_info_show by Rasmus Villemoes
 - fix reported bus for SAS transport devices
 - add in enclosure information

Changes from initial upload
 - added short patch description for patch
   hpsa-add-enclosure-connection-box-bay-information
 - kept hpsa-change-hba-controller-to-bus-0 the same to
   minimize changes.

Changes from V1
 - modified add box and bay information for enclosure
   devices based on Matthew R. Ochs review.
   - moved memory allocation lower in function
     hpsa_get_enclosure_info
   - removed memset on a kzalloc'ed buffer
   - do not fill out enclosure info on tape and medium
     changer devices.
   - changed hpsa_get_enclosure_info to type void.

---

Don Brace (3):
      hpsa: fix path_info_show
      hpsa: change SAS transport devices to bus 0.
      hpsa: add box and bay information for enclosure devices


 drivers/scsi/hpsa.c     |  117 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/scsi/hpsa.h     |    2 -
 drivers/scsi/hpsa_cmd.h |   13 +++++
 3 files changed, 119 insertions(+), 13 deletions(-)

--
Signature

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH V2 0/3] hpsa updates
@ 2017-03-10 19:58 Don Brace
  0 siblings, 0 replies; 9+ messages in thread
From: Don Brace @ 2017-03-10 19:58 UTC (permalink / raw)
  To: joseph.szczypek, gerry.morong, john.hall, jejb, Kevin.Barnett,
	Mahesh.Rajashekhara, bader.alisaleh, hch, scott.teel, Viswas.G,
	Justin.Lindley, scott.benesh, POSWALD
  Cc: linux-scsi

These patches are based on Linus's tree

The changes are:
 - add in a new offline volume status
 - limit the number of outstanding rescan operation
 - do not timeout reset operations

Changes since V1:
 - hpsa-update-check-for-volume-status
   - changed return type of hpsa_volume_offline from
     int to unsigned char
   - return more specific values.
   - removed unnecessary code
   Based on review from: Tomas Henzl <thenzl@redhat.com>

---

Don Brace (3):
      hpsa: update check for logical volume status
      hpsa: limit outstanding rescans
      hpsa: do not timeout reset operations


 drivers/scsi/hpsa.c     |   53 ++++++++++++++++++++++++++++-------------------
 drivers/scsi/hpsa.h     |    1 +
 drivers/scsi/hpsa_cmd.h |    2 ++
 3 files changed, 35 insertions(+), 21 deletions(-)

--
Signature

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-03-10 19:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-21 17:21 [PATCH v2 0/3] hpsa updates Don Brace
2015-12-21 17:21 ` [PATCH v2 1/3] hpsa: fix path_info_show Don Brace
2015-12-22  4:55   ` Matthew R. Ochs
2015-12-21 17:21 ` [PATCH v2 2/3] hpsa: change SAS transport devices to bus 0 Don Brace
2015-12-21 17:21 ` [PATCH v2 3/3] hpsa: add box and bay information for enclosure devices Don Brace
2015-12-21 17:47   ` kbuild test robot
2015-12-21 17:59   ` kbuild test robot
2015-12-22  4:58   ` Matthew R. Ochs
  -- strict thread matches above, loose matches on Subject: below --
2017-03-10 19:58 [PATCH V2 0/3] hpsa updates Don Brace

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox