All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] hpsa updates
@ 2017-10-20 21:51 Don Brace
  2017-10-20 21:51 ` [PATCH 01/12] hpsa: destroy sas transport properties before scsi_host Don Brace
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Don Brace @ 2017-10-20 21:51 UTC (permalink / raw)
  To: joseph.szczypek, gerry.morong, john.hall, jejb, Kevin.Barnett,
	bader.alisaleh, hch, scott.teel, Justin.Lindley, scott.benesh,
	POSWALD
  Cc: linux-scsi

These patches are based on Linus's tree

The changes are:

hpsa: update discovery polling
 - Correct corner case for RBODs with no initial volumes.

hpsa: add controller checkpoint
 - Provide method to generate a controller checkpoint.

hpsa: change timeout for internal cmds
 - There are times when the default time-out value has
   proven to be too small.

hpsa: correct smart path enabled
 - Correct some corner cases where the ioaccel path is not
   re-enabled after a multipath failover or a transformation.

hpsa: update queue depth for externals
 - A re-scan can change the queue-depth of external
   logical volumes.

hpsa: reduce warning messages on device removal
 - Repeated warnings are not necessary.

hpsa: correct logical volume removal
 - Also check for outstanding commands during logical volume removal.

hpsa: add enclosure logical identifier
 - Populate sysfs enclosure_identifier.

hpsa: destroy sas transport properties before scsi_host
 - This patch was proposed by Martin Wilck on 10/21/2016:
   https://www.spinics.net/lists/linux-scsi/msg102085.html
 - but had no effect until Hannes's patch:
   commit 9441284fbc39 ("scsi-fixup-kernel-warning-during-rmmod")
   was applied to the kernel.
 - Re-submitting with Martin Wilck's permission.

hpsa: cleanup sas_phy structures in sysfs when unloading
 - This patch was proposed by Martin Wilck on 10/21/2016:
   https://www.spinics.net/lists/linux-scsi/msg102083.html
 - cleans up dangling symlinks in sysfs.
 - Re-submitting with Martin Wilck's permission.

hpsa: clear tmpdevice in scan thread
 - Clean up some meta data issues for devices during a re-scan.

hpsa: bump driver version

---

Bader Ali Saleh (1):
      hpsa: update discovery polling

Don Brace (8):
      hpsa: add controller checkpoint
      hpsa: change timeout for internal cmds
      hpsa: correct smart path enabled
      hpsa: update queue depth for externals
      hpsa: reduce warning messages on device removal
      hpsa: correct logical volume removal
      hpsa: add enclosure logical identifier
      hpsa: bump driver version

Martin Wilck (2):
      hpsa: destroy sas transport properties before scsi_host
      hpsa: cleanup sas_phy structures in sysfs when unloading

Scott Teel (1):
      hpsa: clear tmpdevice in scan thread


 drivers/scsi/hpsa.c     |  356 +++++++++++++++++++++++++++++++++++++----------
 drivers/scsi/hpsa_cmd.h |    3 
 2 files changed, 284 insertions(+), 75 deletions(-)

--
Signature

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

end of thread, other threads:[~2017-10-24 15:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-20 21:51 [PATCH 00/12] hpsa updates Don Brace
2017-10-20 21:51 ` [PATCH 01/12] hpsa: destroy sas transport properties before scsi_host Don Brace
2017-10-20 21:51 ` [PATCH 02/12] hpsa: cleanup sas_phy structures in sysfs when unloading Don Brace
2017-10-23 23:44   ` James Bottomley
2017-10-24 15:08     ` Don Brace
2017-10-24 15:14       ` Martin K. Petersen
2017-10-20 21:51 ` [PATCH 03/12] hpsa: clear tmpdevice in scan thread Don Brace
2017-10-20 21:51 ` [PATCH 04/12] hpsa: add controller checkpoint Don Brace
2017-10-20 21:51 ` [PATCH 05/12] hpsa: update discovery polling Don Brace
2017-10-20 21:51 ` [PATCH 06/12] hpsa: change timeout for internal cmds Don Brace
2017-10-20 21:51 ` [PATCH 07/12] hpsa: correct smart path enabled Don Brace
2017-10-20 21:51 ` [PATCH 08/12] hpsa: update queue depth for externals Don Brace
2017-10-20 21:51 ` [PATCH 09/12] hpsa: reduce warning messages on device removal Don Brace
2017-10-20 21:52 ` [PATCH 10/12] hpsa: correct logical volume removal Don Brace
2017-10-20 21:52 ` [PATCH 11/12] hpsa: add enclosure logical identifier Don Brace
2017-10-20 21:52 ` [PATCH 12/12] hpsa: bump driver version Don Brace
2017-10-23  8:18 ` [PATCH 00/12] hpsa updates Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.