public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] hpsa update
@ 2014-11-14 23:26 Don Brace
  2014-11-14 23:26 ` [PATCH 01/13] hpsa: Clean up warnings from sparse Don Brace
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Don Brace @ 2014-11-14 23:26 UTC (permalink / raw)
  To: hch, webb.scales, james.bottomley, brace; +Cc: linux-scsi

This patch set is based on Linus's tree.
The changes are:
 - correct warnings from sparse
 - updates for some error handling issues
 - general code cleanup
 - performance enhancements based on removing spin_locks

---

Don Brace (1):
      hpsa: Clean up warnings from sparse.

Nicholas Bellinger (1):
      hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation

Robert Elliott (2):
      hpsa: remove dev_warn prints from RAID-1ADM
      hpsa: always call pci_set_master after pci_enable_device

Stephen M. Cameron (8):
      hpsa: fix a couple pci id table mistakes
      hpsa: remove 'action required' phrasing
      hpsa: fix allocation sizes for CISS_REPORT_LUNs commands
      hpsa: fix endianness issue with scatter gather elements
      hpsa: get rid of type/attribute/direction bit field where possible
      hpsa: use atomics for commands_outstanding
      hpsa: do not be so noisy about check conditions
      hpsa: remove spin lock around command allocation

Webb Scales (1):
      hpsa: correct off-by-one sizing of chained SG block


 drivers/scsi/hpsa.c     |  488 ++++++++++++++++++++---------------------------
 drivers/scsi/hpsa.h     |   33 +--
 drivers/scsi/hpsa_cmd.h |   34 ++-
 3 files changed, 234 insertions(+), 321 deletions(-)

--
Don Brace
don.brace@pmcs.com

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

end of thread, other threads:[~2014-11-24 19:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-14 23:26 [PATCH 00/13] hpsa update Don Brace
2014-11-14 23:26 ` [PATCH 01/13] hpsa: Clean up warnings from sparse Don Brace
2014-11-14 23:26 ` [PATCH 02/13] hpsa: remove dev_warn prints from RAID-1ADM Don Brace
2014-11-14 23:26 ` [PATCH 03/13] hpsa: fix a couple pci id table mistakes Don Brace
2014-11-14 23:26 ` [PATCH 04/13] hpsa: correct off-by-one sizing of chained SG block Don Brace
2014-11-14 23:26 ` [PATCH 05/13] hpsa: remove 'action required' phrasing Don Brace
2014-11-14 23:26 ` [PATCH 06/13] hpsa: fix allocation sizes for CISS_REPORT_LUNs commands Don Brace
2014-11-14 23:26 ` [PATCH 07/13] hpsa: fix endianness issue with scatter gather elements Don Brace
2014-11-14 23:27 ` [PATCH 08/13] hpsa: get rid of type/attribute/direction bit field where possible Don Brace
2014-11-14 23:27 ` [PATCH 09/13] hpsa: use atomics for commands_outstanding Don Brace
2014-11-14 23:27 ` [PATCH 10/13] hpsa: do not be so noisy about check conditions Don Brace
2014-11-14 23:27 ` [PATCH 11/13] hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation Don Brace
2014-11-14 23:27 ` [PATCH 12/13] hpsa: always call pci_set_master after pci_enable_device Don Brace
2014-11-14 23:27 ` [PATCH 13/13] hpsa: remove spin lock around command allocation Don Brace
2014-11-20 15:55 ` [PATCH 00/13] hpsa update Christoph Hellwig
2014-11-24 19:22   ` brace

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