linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/18] qla2xxx: Patches for scsi-misc.
@ 2011-11-18 17:03 Chad Dupuis
  2011-11-18 17:03 ` [PATCH 01/18] qla2xxx: Use less stack to emit logging messages Chad Dupuis
                   ` (17 more replies)
  0 siblings, 18 replies; 24+ messages in thread
From: Chad Dupuis @ 2011-11-18 17:03 UTC (permalink / raw)
  To: jbottomley; +Cc: giridhar.malavali, chad.dupuis, andrew.vasquez, linux-scsi

Hi James,

Please apply the following patches to scsi-misc for inclusion in a future mainline release at the earliest convenient opportunity.

Thanks,
Chad

Andrew Vasquez (3):
  qla2xxx: Only read requested mailbox registers.
  qla2xxx: Limit excessive DPC cycles.
  qla2xxx: Ensure there's enough request-queue space for passthru
    IOCBs.

Chad Dupuis (3):
  qla2xxx: Update to dynamic logging.
  qla2xxx: Move initialization of some variables before iospace_config.
  qla2xxx: Do not check for minidump when device state is
    QLA82XX_DEV_READY.

Giridhar Malavali (8):
  qla2xxx: Proper cleanup of pass through commands when firmware
    returns error.
  qla2xxx: Fix to include FCE data as part of dump.
  qla2xxx: Correct report-id acquisition check
  qla2xxx: Corrected the default setting of the help text of Minidump
    capture mask.
  qla2xxx: Corrected the display of firmware dump availability for
    ISP82xx.
  qla2xxx: Added a new entry to ISP specific function pointers
    structure.
  qla2xxx: Process marker IOCB request on request queue 0.
  qla2xxx: Consolidated IOCB processing routines.

Joe Carnuccio (1):
  qla2xxx: Corrections to returned sysfs error codes.

Joe Perches (2):
  qla2xxx: Use less stack to emit logging messages.
  qla2xxx: Make the logging functions verify their arguments and fixed
    the current broken uses as appropriate.

Saurav Kashyap (1):
  qla2xxx: Implement FCP priority tagging for 82xx adapters.

 drivers/scsi/qla2xxx/qla_attr.c |   10 +-
 drivers/scsi/qla2xxx/qla_bsg.c  |   20 ++-
 drivers/scsi/qla2xxx/qla_dbg.c  |  310 ++++++++++---------
 drivers/scsi/qla2xxx/qla_dbg.h  |   19 +-
 drivers/scsi/qla2xxx/qla_def.h  |    6 +-
 drivers/scsi/qla2xxx/qla_gbl.h  |    2 +-
 drivers/scsi/qla2xxx/qla_gs.c   |    2 +-
 drivers/scsi/qla2xxx/qla_init.c |   95 ++++---
 drivers/scsi/qla2xxx/qla_iocb.c |  641 ++++++++++++++++++++++++++++++++-------
 drivers/scsi/qla2xxx/qla_isr.c  |  253 +++++++++-------
 drivers/scsi/qla2xxx/qla_mbx.c  |    2 +-
 drivers/scsi/qla2xxx/qla_nx.c   |  510 +------------------------------
 drivers/scsi/qla2xxx/qla_os.c   |  363 +++++++++++------------
 drivers/scsi/qla2xxx/qla_sup.c  |    5 +-
 14 files changed, 1121 insertions(+), 1117 deletions(-)



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

end of thread, other threads:[~2011-12-16 15:35 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18 17:03 [PATCH 00/18] qla2xxx: Patches for scsi-misc Chad Dupuis
2011-11-18 17:03 ` [PATCH 01/18] qla2xxx: Use less stack to emit logging messages Chad Dupuis
2011-11-18 17:03 ` [PATCH 02/18] qla2xxx: Make the logging functions verify their arguments and fixed the current broken uses as appropriate Chad Dupuis
2011-11-18 17:03 ` [PATCH 03/18] qla2xxx: Update to dynamic logging Chad Dupuis
2011-11-18 17:03 ` [PATCH 04/18] qla2xxx: Proper cleanup of pass through commands when firmware returns error Chad Dupuis
2011-12-14 11:55   ` James Bottomley
2011-12-16 15:32     ` Chad Dupuis
2011-11-18 17:03 ` [PATCH 05/18] qla2xxx: Only read requested mailbox registers Chad Dupuis
2011-11-18 17:03 ` [PATCH 06/18] qla2xxx: Limit excessive DPC cycles Chad Dupuis
2011-11-18 17:03 ` [PATCH 07/18] qla2xxx: Fix to include FCE data as part of dump Chad Dupuis
2011-12-14 12:03   ` James Bottomley
2011-12-14 12:26     ` Rolf Eike Beer
2011-12-16 15:34     ` Chad Dupuis
2011-11-18 17:03 ` [PATCH 08/18] qla2xxx: Correct report-id acquisition check Chad Dupuis
2011-11-18 17:03 ` [PATCH 09/18] qla2xxx: Corrections to returned sysfs error codes Chad Dupuis
2011-11-18 17:03 ` [PATCH 10/18] qla2xxx: Corrected the default setting of the help text of Minidump capture mask Chad Dupuis
2011-11-18 17:03 ` [PATCH 11/18] qla2xxx: Corrected the display of firmware dump availability for ISP82xx Chad Dupuis
2011-11-18 17:03 ` [PATCH 12/18] qla2xxx: Added a new entry to ISP specific function pointers structure Chad Dupuis
2011-11-18 17:03 ` [PATCH 13/18] qla2xxx: Process marker IOCB request on request queue 0 Chad Dupuis
2011-11-18 17:03 ` [PATCH 14/18] qla2xxx: Consolidated IOCB processing routines Chad Dupuis
2011-11-18 17:03 ` [PATCH 15/18] qla2xxx: Implement FCP priority tagging for 82xx adapters Chad Dupuis
2011-11-18 17:03 ` [PATCH 16/18] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs Chad Dupuis
2011-11-18 17:03 ` [PATCH 17/18] qla2xxx: Move initialization of some variables before iospace_config Chad Dupuis
2011-11-18 17:03 ` [PATCH 18/18] qla2xxx: Do not check for minidump when device state is QLA82XX_DEV_READY Chad Dupuis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).