summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libsas: fix panic when single phy is disabled on a wide portMark Salyzyn2011-10-021-4/+6
* [SCSI] qla2xxx: Fix crash in qla2x00_abort_all_cmds() on unloadRoland Dreier2011-10-021-4/+5
* Merge git://bedivere.hansenpartnership.com/git/scsi-rc-fixes-2.6Linus Torvalds2011-09-285-3/+7
|\
| * [SCSI] 3w-9xxx: fix iommu_iova leakJames Bottomley2011-09-261-0/+2
| * [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman2011-09-261-1/+1
| * [SCSI] scsi: qla4xxx needs libiscsi.oRandy Dunlap2011-09-221-1/+1
| * [SCSI] libsas: fix failure to revalidate domain for anything but the first ex...Mark Salyzyn2011-09-221-1/+1
| * [SCSI] aacraid: reset should disable MSI interruptVasily Averin2011-09-221-0/+2
* | scsi: fix qla2xxx printk format warningRandy Dunlap2011-09-241-2/+2
* | scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build errorRandy Dunlap2011-09-241-0/+1
|/
* Merge git://bedivere.hansenpartnership.com/git/scsi-rc-fixes-2.6Linus Torvalds2011-09-1526-200/+607
|\
| * [SCSI] bnx2i: Fixed the endian on TTT for NOP out transmissionEddie Wai2011-08-291-1/+1
| * [SCSI] libfc: fix referencing to fc_fcp_pkt from the frame pointer via fr_fsp()Yi Zou2011-08-291-2/+6
| * [SCSI] libfc: block SCSI eh thread for blocked rportsVasu Dev2011-08-291-2/+9
| * [SCSI] libfc: fix fc_eh_host_resetVasu Dev2011-08-292-17/+45
| * [SCSI] fcoe: Fix deadlock between fip's recv_work and rtnlRobert Love2011-08-291-5/+8
| * [SCSI] qla2xxx: Update version number to 8.03.07.07-k.Chad Dupuis2011-08-271-1/+1
| * [SCSI] qla2xxx: Set the task attributes after memsetting fcp cmnd.Saurav Kashyap2011-08-271-10/+10
| * [SCSI] qla2xxx: Correct inadvertent loop state transitions during port-update...Andrew Vasquez2011-08-272-4/+0Star
| * [SCSI] qla2xxx: Save and restore irq in the response queue interrupt handler.Saurav Kashyap2011-08-271-2/+3
| * [SCSI] qla2xxx: Double check for command completion if abort mailbox command ...Chad Dupuis2011-08-271-0/+4
| * [SCSI] qla2xxx: Acquire hardware lock while manipulating dsd list.Saurav Kashyap2011-08-271-0/+3
| * [SCSI] qla2xxx: Fix qla24xx revision check while enabling interrupts.Chad Dupuis2011-08-271-3/+2Star
| * [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi2011-08-278-64/+62Star
| * [SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi2011-08-276-38/+335
| * [SCSI] hpsa: fix physical device lun and target numbering problemStephen M. Cameron2011-08-261-0/+10
| * [SCSI] hpsa: fix problem that OBDR devices are not detectedStephen M. Cameron2011-08-261-20/+27
| * [SCSI] isci: add version numberDan Williams2011-08-241-1/+10
| * [SCSI] isci: fix event-get pointer incrementDan Williams2011-08-241-0/+3
| * [SCSI] isci: dynamic interrupt coalescingDan Williams2011-08-242-1/+12
| * [SCSI] isci: Leave requests alone if already terminating.Jeff Skirvin2011-08-241-2/+10
| * [SCSI] isci: Adding documentation to API change and fixup sysfs registrationDave Jiang2011-08-241-18/+18
| * [SCSI] isci: change sas phy timeouts from 54us to 59usMarcin Tomczak2011-08-242-0/+25
| * [SCSI] isci: fix 32-bit operation when CONFIG_HIGHMEM64G=nDan Williams2011-08-242-2/+2
| * [SCSI] isci: fix sata response handlingDan Williams2011-08-241-12/+6Star
* | scsi: qla4xxx driver depends on NETRandy Dunlap2011-09-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-07-3090-4487/+11870
|\
| * [SCSI] fcoe: cleanup cpu selection for incoming requestsVasu Dev2011-07-281-30/+13Star
| * [SCSI] fcoe: add fip retry to avoid missing critical keep aliveVasu Dev2011-07-281-6/+15
| * [SCSI] libfc: fix warn on in lport retryVasu Dev2011-07-281-1/+0Star
| * [SCSI] libfc: Remove the reference to FCP packet from scsi_cmnd in case of errorNeerav Parikh2011-07-281-0/+1
| * [SCSI] libfc: cleanup sending SRR requestHillf Danton2011-07-281-2/+0Star
| * [SCSI] libfc: two minor changes in commentsHillf Danton2011-07-281-2/+2
| * [SCSI] libfc, fcoe: ignore rx frame with wrong xid infoVasu Dev2011-07-282-3/+5
| * [SCSI] libfc: release exchg cacheHillf Danton2011-07-281-1/+4
| * [SCSI] libfc: use FC_MAX_ERROR_CNTHillf Danton2011-07-281-1/+1
| * [SCSI] fcoe: remove unused ptype field in fcoe_rcv_infoYi Zou2011-07-282-2/+0Star
| * [SCSI] bnx2fc: Update copyright and bump version to 1.0.4Bhanu Prakash Gollapudi2011-07-286-8/+8
| * [SCSI] bnx2fc: Tx BDs cache in write tasksBhanu Prakash Gollapudi2011-07-281-7/+22
| * [SCSI] bnx2fc: Do not arm CQ when there are no CQEsBhanu Prakash Gollapudi2011-07-281-2/+4