From: Andrew Vasquez <andrew.vasquez@qlogic.com>
To: Linux SCSI Mailing List <linux-scsi@vger.kernel.org>,
James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>,
Seokmann Ju <seokmann.ju@qlogic.com>
Subject: [PATCH 0/18] qla2xxx: updates for 2.6.27 [8.02.01-k5].
Date: Thu, 10 Jul 2008 16:54:58 -0700 [thread overview]
Message-ID: <20080710235458.GQ29099@plap4-2.local> (raw)
Here's the first round of updates/fixes for 2.6.27.
drivers/scsi/qla2xxx/qla_attr.c | 69 +++++++++++++------
drivers/scsi/qla2xxx/qla_dbg.c | 2 +-
drivers/scsi/qla2xxx/qla_def.h | 12 ++-
drivers/scsi/qla2xxx/qla_gbl.h | 5 +-
drivers/scsi/qla2xxx/qla_gs.c | 6 ++
drivers/scsi/qla2xxx/qla_init.c | 126 ++++++++++++++++++++----------------
drivers/scsi/qla2xxx/qla_iocb.c | 23 ++++---
drivers/scsi/qla2xxx/qla_isr.c | 4 -
drivers/scsi/qla2xxx/qla_mbx.c | 12 ++-
drivers/scsi/qla2xxx/qla_mid.c | 15 ++---
drivers/scsi/qla2xxx/qla_os.c | 86 +++++++++++++++---------
drivers/scsi/qla2xxx/qla_sup.c | 48 +++++++++++++-
drivers/scsi/qla2xxx/qla_version.h | 2 +-
13 files changed, 261 insertions(+), 149 deletions(-)
here's the commits:
- Correct locking during NVRAM manipulation.
- Add dev_loss_tmo_callbk/terminate_rport_io callback support.
- Set an rport's dev_loss_tmo value in a consistent manner.
- Track total number of ISP aborts.
- Add LIP count to FC-transport statistics.
- Cleanup NPIV related functions
- Allow the user the option of disabling iIDMA.
- Retrieve board serial-number and description from VPD.
- Swap enablement order of EFT and FCE.
- Always aquire the parent's hardware_lock.
- Correct fcport state-management during loss.
- Correct vport management of MBA_PORT_UPDATE.
- Correct rport/fcport visibility-state handling during loop-resync.
- Skip FDMI registration on ISP21xx/22xx parts.
- Correct overflow during dump-processing on large-memory ISP23xx parts.
- Verify the RISC is not in ROM code if firmware-load is disabled.
- Don't hardcode fw_transfer_size for ISP2[45]xx parts.
- Update version number to 8.02.01-k5.
Regards,
Andrew Vasquez
QLogic Corporation
next reply other threads:[~2008-07-10 23:55 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-10 23:54 Andrew Vasquez [this message]
2008-07-10 23:55 ` [PATCH 01/18] qla2xxx: Correct locking during NVRAM manipulation Andrew Vasquez
2008-07-10 23:55 ` [PATCH 02/18] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support Andrew Vasquez
2008-07-11 17:32 ` Mike Christie
2008-07-11 18:04 ` [RESEND PATCH " Andrew Vasquez
2008-07-11 18:21 ` Mike Christie
2008-07-11 19:16 ` Andrew Vasquez
2008-07-11 18:17 ` [PATCH] fc_transport: remove explicit calls to scsi_target_unblock() from terminate_rport_io() callbacks Andrew Vasquez
2008-07-11 17:37 ` [PATCH 02/18] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support Mike Christie
2008-07-11 17:49 ` Andrew Vasquez
2008-07-10 23:55 ` [PATCH 03/18] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner Andrew Vasquez
2008-07-10 23:55 ` [PATCH 04/18] qla2xxx: Track total number of ISP aborts Andrew Vasquez
2008-07-10 23:55 ` [PATCH 05/18] qla2xxx: Add LIP count to FC-transport statistics Andrew Vasquez
2008-07-10 23:55 ` [PATCH 06/18] qla2xxx: Cleanup NPIV related functions Andrew Vasquez
2008-07-10 23:55 ` [PATCH 07/18] qla2xxx: Allow the user the option of disabling iIDMA Andrew Vasquez
2008-07-10 23:55 ` [PATCH 08/18] qla2xxx: Retrieve board serial-number and description from VPD Andrew Vasquez
2008-07-10 23:55 ` [PATCH 09/18] qla2xxx: Swap enablement order of EFT and FCE Andrew Vasquez
2008-07-10 23:55 ` [PATCH 10/18] qla2xxx: Always aquire the parent's hardware_lock Andrew Vasquez
2008-07-10 23:55 ` [PATCH 11/18] qla2xxx: Correct fcport state-management during loss Andrew Vasquez
2008-07-10 23:55 ` [PATCH 12/18] qla2xxx: Correct vport management of MBA_PORT_UPDATE Andrew Vasquez
2008-07-10 23:55 ` [PATCH 13/18] qla2xxx: Correct rport/fcport visibility-state handling during loop-resync Andrew Vasquez
2008-07-10 23:55 ` [PATCH 14/18] qla2xxx: Skip FDMI registration on ISP21xx/22xx parts Andrew Vasquez
2008-07-10 23:56 ` [PATCH 15/18] qla2xxx: Correct overflow during dump-processing on large-memory ISP23xx parts Andrew Vasquez
2008-07-10 23:56 ` [PATCH 16/18] qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled Andrew Vasquez
2008-07-10 23:56 ` [PATCH 17/18] qla2xxx: Don't hardcode fw_transfer_size for ISP2[45]xx parts Andrew Vasquez
2008-07-10 23:56 ` [PATCH 18/18] qla2xxx: Update version number to 8.02.01-k5 Andrew Vasquez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080710235458.GQ29099@plap4-2.local \
--to=andrew.vasquez@qlogic.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=linux-scsi@vger.kernel.org \
--cc=seokmann.ju@qlogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox