public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] qla2xxx/target: Target bug fixes and enchancements.
@ 2014-09-25  8:09 Saurav Kashyap
  2014-09-25  8:09 ` [PATCH 01/19] qla2xxx: Fix sparse warnings in tcm_qla2xxx.c Saurav Kashyap
                   ` (18 more replies)
  0 siblings, 19 replies; 22+ messages in thread
From: Saurav Kashyap @ 2014-09-25  8:09 UTC (permalink / raw)
  To: target-devel, linux-scsi
  Cc: hch, giridhar.malavali, saurav.kashyap, andrew.vasquez

Hi Nicholas/Christoph,

Please apply the following patches at your earliest convenience.

Thanks,
~Saurav

Arun Easi (6):
  qla2xxx: Use correct offset to req-q-out for reserve calculation
  qla2xxx: Remove verbose messages in target mode.
  qla2xxx: Enable SLER conditionally in target mode.
  qla2xxx: Add Host reset handling in target mode.
  qla2xxx: Handle chip reset in target mode.
  qla2xxx: Host reset handling in ABTS path.

Himanshu Madhani (6):
  qla2xxx: Fix sparse warnings in tcm_qla2xxx.c
  qla2xxx: fix kernel NULL pointer access
  qla2xxx: Increase room in request queue for sending priority packets
  qla2xxx: fix crash due to task mgmt cmd type
  qla2xxx: Do not send SS_RESIDUAL_UNDER with SAM_STAT_BUSY
  qla2xxx: Add memory barrier before ringing doorbell.

Quinn Tran (3):
  qla2xxx: Add support for QFull throttling and Term Exchange retry
  qla2xxx: Fix hang due to cmd_kref not decrementing
  Target/transport: SCSI Status Respond being sent to Initiator twice.

Saurav Kashyap (4):
  qla2xxx: Add counter for message
  qla2xxx: Increase the request queue size to 8K for ISP2031
  qla2xxx: Add flags for tracing the target commands.
  target: Implement report lun data change unit attention.

 drivers/scsi/qla2xxx/qla_dbg.c               |    6 +-
 drivers/scsi/qla2xxx/qla_def.h               |   19 +
 drivers/scsi/qla2xxx/qla_gbl.h               |    2 +
 drivers/scsi/qla2xxx/qla_init.c              |    4 +
 drivers/scsi/qla2xxx/qla_iocb.c              |   15 +-
 drivers/scsi/qla2xxx/qla_os.c                |    6 +-
 drivers/scsi/qla2xxx/qla_target.c            |  686 +++++++++++++++++++-------
 drivers/scsi/qla2xxx/qla_target.h            |   31 ++
 drivers/scsi/qla2xxx/tcm_qla2xxx.c           |   45 ++-
 drivers/target/target_core_fabric_configfs.c |   28 +
 drivers/target/target_core_transport.c       |    3 +-
 11 files changed, 648 insertions(+), 197 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2014-09-25 10:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25  8:09 [PATCH 00/19] qla2xxx/target: Target bug fixes and enchancements Saurav Kashyap
2014-09-25  8:09 ` [PATCH 01/19] qla2xxx: Fix sparse warnings in tcm_qla2xxx.c Saurav Kashyap
2014-09-25  8:09 ` [PATCH 02/19] qla2xxx: fix kernel NULL pointer access Saurav Kashyap
2014-09-25  8:09 ` [PATCH 03/19] qla2xxx: Use correct offset to req-q-out for reserve calculation Saurav Kashyap
2014-09-25  8:09 ` [PATCH 04/19] qla2xxx: Increase room in request queue for sending priority packets Saurav Kashyap
2014-09-25  8:09 ` [PATCH 05/19] qla2xxx: Remove verbose messages in target mode Saurav Kashyap
2014-09-25  8:09 ` [PATCH 06/19] qla2xxx: Enable SLER conditionally " Saurav Kashyap
2014-09-25 10:14   ` Christoph Hellwig
2014-09-25 10:25     ` Saurav Kashyap
2014-09-25  8:10 ` [PATCH 07/19] qla2xxx: Add counter for message Saurav Kashyap
2014-09-25  8:10 ` [PATCH 08/19] qla2xxx: fix crash due to task mgmt cmd type Saurav Kashyap
2014-09-25  8:10 ` [PATCH 09/19] qla2xxx: Add Host reset handling in target mode Saurav Kashyap
2014-09-25  8:10 ` [PATCH 10/19] qla2xxx: Handle chip reset " Saurav Kashyap
2014-09-25  8:10 ` [PATCH 11/19] qla2xxx: Host reset handling in ABTS path Saurav Kashyap
2014-09-25  8:10 ` [PATCH 12/19] qla2xxx: Increase the request queue size to 8K for ISP2031 Saurav Kashyap
2014-09-25  8:10 ` [PATCH 13/19] qla2xxx: Add support for QFull throttling and Term Exchange retry Saurav Kashyap
2014-09-25  8:10 ` [PATCH 14/19] qla2xxx: Do not send SS_RESIDUAL_UNDER with SAM_STAT_BUSY Saurav Kashyap
2014-09-25  8:10 ` [PATCH 15/19] qla2xxx: Fix hang due to cmd_kref not decrementing Saurav Kashyap
2014-09-25  8:10 ` [PATCH 16/19] qla2xxx: Add flags for tracing the target commands Saurav Kashyap
2014-09-25  8:10 ` [PATCH 17/19] qla2xxx: Add memory barrier before ringing doorbell Saurav Kashyap
2014-09-25  8:10 ` [PATCH 18/19] Target/transport: SCSI Status Respond being sent to Initiator twice Saurav Kashyap
2014-09-25  8:10 ` [PATCH 19/19] target: Implement report lun data change unit attention Saurav Kashyap

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