All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] cciss: driver updates
@ 2009-11-12 18:49 Stephen M. Cameron
  2009-11-12 18:49 ` [PATCH 01/11] cciss: Make device attributes static Stephen M. Cameron
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Stephen M. Cameron @ 2009-11-12 18:49 UTC (permalink / raw)
  To: axboe, akpm; +Cc: linux-kernel, mikem, achiang, brace

Updates for cciss, main items are: retry driver initiated commands
on unit attention condition, do not automatically rescan for devices
on unit attention, support for more scatter gather elements and larger
transfers.
---

Alex Chiang (1):
      cciss: Make device attributes static

Don Brace (1):
      cciss: Add enhanced scatter-gather support.

Stephen M. Cameron (9):
      cciss: Fix problem with remove_from_scan_list on driver unload
      cciss:  Retry driver initiated cmds with unit attention condition
      cciss:  Remove the "withirq" parameter from various functions where possible
      cciss: clean up code in cciss_shutdown
      cciss: remove sendcmd() as it is no longer used.
      cciss: fix typo that causes scsi status to be lost.
      cciss: Remove unnecessary check in scan_thread
      cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED
      cciss: Fix weird usage of ENXIO in cciss_scsi.c


 drivers/block/cciss.c      |  549 +++++++++++++++++++++-----------------------
 drivers/block/cciss.h      |   18 +
 drivers/block/cciss_cmd.h  |    7 -
 drivers/block/cciss_scsi.c |    4 
 4 files changed, 283 insertions(+), 295 deletions(-)

-- 
-- steve

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

end of thread, other threads:[~2009-11-13  7:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-12 18:49 [PATCH 00/11] cciss: driver updates Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 01/11] cciss: Make device attributes static Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 02/11] cciss: Fix problem with remove_from_scan_list on driver unload Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 03/11] cciss: Retry driver initiated cmds with unit attention condition Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 04/11] cciss: Remove the "withirq" parameter from various functions where possible Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 05/11] cciss: clean up code in cciss_shutdown Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 06/11] cciss: remove sendcmd() as it is no longer used Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 07/11] cciss: fix typo that causes scsi status to be lost Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 08/11] cciss: Remove unnecessary check in scan_thread Stephen M. Cameron
2009-11-12 18:49 ` [PATCH 09/11] cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED Stephen M. Cameron
2009-11-12 18:50 ` [PATCH 10/11] cciss: Add enhanced scatter-gather support Stephen M. Cameron
2009-11-12 18:50 ` [PATCH 11/11] cciss: Fix weird usage of ENXIO in cciss_scsi.c Stephen M. Cameron
2009-11-13  7:46 ` [PATCH 00/11] cciss: driver updates Jens Axboe

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.