This should be the second half of the SCSI tree, mainly assorted driver
updates and fixes. The patch is available from:
master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
The short changelog is:
Adrian Bunk (1):
qla4xxx: possible cleanups
Amol Lad (1):
megaraid: replace yield() with cond_resched()
Andrew Vasquez (6):
qla2xxx: Update version number to 8.01.07-k7.
qla2xxx: Add MSI support.
qla2xxx: Correct pci_set_msi() usage semantics.
qla2xxx: Attempt to stop firmware only if it had been previously executed.
qla2xxx: Honor NVRAM port-down-retry-count settings.
qla2xxx: Error-out during probe() if we're unable to complete HBA initiali
Brian King (11):
ipr: Use PCI-E reset API for new ipr adapter
ipr: Better handle adapter boot time errors
ipr: Enable multi-initator RAID support
ipr: Improved dual adapter errors
ipr: Increase adapter operational timeout
ipr: Handle IOA reset request
ipr: Handle check condition status from disk array device
ipr: Handle UA on disk array following an adapter reset
ipr: Allow driver_data to be passed for dynamic ids
ipr: Prevent overlapped adapter resets
use sysfs configured timeout for EH Start Unit timeout
Christof Schmitt (4):
zfcp: Fix deadlock between zfcp ERP and SCSI
zfcp: Locking for req_no and req_seq_no
zfcp: print S_ID and D_ID with 3 bytes
zfcp: Stop system after memory corruption
Christoph Hellwig (2):
deprecate the old NCR53C9x driver
sas_scsi_host: Convert to use the kthread API
David Milburn (1):
megaraid: update version reported by MEGAIOC_QDRVRVER
Guennadi Liakhovetski (3):
tmscsim: Remove the last bus_to_virt()
tmscsim: remove bogus endianness conversions
tmscsim: remove long dead DMA_INT
Heiko Carstens (3):
zfcp: clear boxed flag on unit reopen.
zfcp: clear adapter failed flag if an fsf request ...