All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] smartpqi updates
@ 2016-08-26 16:44 Don Brace
  2016-08-26 16:44 ` [PATCH 01/17] smartpqi: change aio sg processing Don Brace
                   ` (16 more replies)
  0 siblings, 17 replies; 60+ messages in thread
From: Don Brace @ 2016-08-26 16:44 UTC (permalink / raw)
  To: jejb, Viswas.G, Mahesh.Rajashekhara, hch, scott.teel,
	Kevin.Barnett, Justin.Lindley, scott.benesh, elliott
  Cc: linux-scsi

These changes are based on Linus's tree

The changes are:
 - simplify aio processing
 - simplify tmf macro names
 - remove workaround for spanning
 - add message for offlined drives
 - enhance reset logic
 - make some functions in-line
 - add support for kdump
 - correct issue with offlined controller
 - change timeout for events
 - reformat function to match svn version
 - correct update time scheduling
 - minor queuecommand cleanup
 - remove timeout on cache flush operation
 - update smartpqi/Kconfig
   - Martin K. Peterson's review
 - updated MAINTAINERS for smartpqi.txt addition
 - add Documentation/scsi/smartpqi.txt
   - Martin K. Peterson's review
 - bump driver version

---

Kevin Barnett (17):
      smartpqi: change aio sg processing
      smartpqi: change tmf macro names
      smartpqi: simplify spanning
      smartpqi: enhance drive offline informational message
      smartpqi: enhance reset logic
      smartpqi: change commonly used function to inline
      smartpqi: add kdump support
      smartpqi: correct controller offline issue
      smartpqi: correct event acknowledgment timeout issue
      smartpqi: minor function reformating
      smartpqi: minor tweaks to update time support
      smartpqi: scsi queuecommand cleanup
      smartpqi: remove timeout for cache flush operations
      smartpqi: update Kconfig
      smartpqi: update maintainers
      smartpqi: add smartpqi.txt
      smartqi: bump driver version


 Documentation/scsi/smartpqi.txt       |   80 ++++++++
 MAINTAINERS                           |    1 
 drivers/scsi/smartpqi/Kconfig         |    8 +
 drivers/scsi/smartpqi/smartpqi.h      |   35 ++--
 drivers/scsi/smartpqi/smartpqi_init.c |  316 ++++++++++++++++-----------------
 drivers/scsi/smartpqi/smartpqi_sis.c  |   10 +
 drivers/scsi/smartpqi/smartpqi_sis.h  |    2 
 7 files changed, 274 insertions(+), 178 deletions(-)
 create mode 100644 Documentation/scsi/smartpqi.txt

--
Signature

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

end of thread, other threads:[~2016-08-31 14:49 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-26 16:44 [PATCH 00/17] smartpqi updates Don Brace
2016-08-26 16:44 ` [PATCH 01/17] smartpqi: change aio sg processing Don Brace
2016-08-29  8:54   ` Johannes Thumshirn
2016-08-29 21:44     ` Don Brace
2016-08-30  7:23       ` Johannes Thumshirn
2016-08-31 12:51   ` Tomas Henzl
2016-08-26 16:44 ` [PATCH 02/17] smartpqi: change tmf macro names Don Brace
2016-08-29  8:55   ` Johannes Thumshirn
2016-08-31 12:52   ` Tomas Henzl
2016-08-26 16:44 ` [PATCH 03/17] smartpqi: simplify spanning Don Brace
2016-08-29  8:57   ` Johannes Thumshirn
2016-08-31 12:59   ` Tomas Henzl
2016-08-31 13:10     ` Johannes Thumshirn
2016-08-31 13:30       ` Tomas Henzl
2016-08-26 16:44 ` [PATCH 04/17] smartpqi: enhance drive offline informational message Don Brace
2016-08-29  8:59   ` Johannes Thumshirn
2016-08-31 13:00   ` Tomas Henzl
2016-08-26 16:44 ` [PATCH 05/17] smartpqi: enhance reset logic Don Brace
2016-08-29  9:05   ` Johannes Thumshirn
2016-08-31 13:19   ` Tomas Henzl
2016-08-26 16:44 ` [PATCH 06/17] smartpqi: change commonly used function to inline Don Brace
2016-08-29  9:06   ` Johannes Thumshirn
2016-08-29 20:32     ` Don Brace
2016-08-26 16:44 ` [PATCH 07/17] smartpqi: add kdump support Don Brace
2016-08-29  9:11   ` Johannes Thumshirn
2016-08-31 13:41   ` Tomas Henzl
2016-08-26 16:44 ` [PATCH 08/17] smartpqi: correct controller offline issue Don Brace
2016-08-29  9:19   ` Johannes Thumshirn
2016-08-31 14:15   ` Tomas Henzl
2016-08-26 16:45 ` [PATCH 09/17] smartpqi: correct event acknowledgment timeout issue Don Brace
2016-08-29  9:28   ` Johannes Thumshirn
2016-08-31 14:43   ` Tomas Henzl
2016-08-26 16:45 ` [PATCH 10/17] smartpqi: minor function reformating Don Brace
2016-08-31 14:44   ` Tomas Henzl
2016-08-26 16:45 ` [PATCH 11/17] smartpqi: minor tweaks to update time support Don Brace
2016-08-29  9:33   ` Johannes Thumshirn
2016-08-29 20:29     ` Don Brace
2016-08-30  7:17       ` Johannes Thumshirn
2016-08-30 15:26         ` Don Brace
2016-08-31  7:33           ` Johannes Thumshirn
2016-08-26 16:45 ` [PATCH 12/17] smartpqi: scsi queuecommand cleanup Don Brace
2016-08-29  9:35   ` Johannes Thumshirn
2016-08-31 14:46   ` Tomas Henzl
2016-08-26 16:45 ` [PATCH 13/17] smartpqi: remove timeout for cache flush operations Don Brace
2016-08-29  9:39   ` Johannes Thumshirn
2016-08-29 21:36     ` Don Brace
2016-08-30  7:13       ` Johannes Thumshirn
2016-08-31 14:47   ` Tomas Henzl
2016-08-26 16:45 ` [PATCH 14/17] smartpqi: update Kconfig Don Brace
2016-08-29  9:40   ` Johannes Thumshirn
2016-08-31 14:48   ` Tomas Henzl
2016-08-26 16:45 ` [PATCH 15/17] smartpqi: update maintainers Don Brace
2016-08-29  9:42   ` Johannes Thumshirn
2016-08-29 20:57     ` Don Brace
2016-08-30  7:14       ` Johannes Thumshirn
2016-08-26 16:45 ` [PATCH 16/17] smartpqi: add smartpqi.txt Don Brace
2016-08-29  9:45   ` Johannes Thumshirn
2016-08-26 16:45 ` [PATCH 17/17] smartqi: bump driver version Don Brace
2016-08-29  9:46   ` Johannes Thumshirn
2016-08-31 14:49   ` Tomas Henzl

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.