summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-10-261-4/+0Star
|\
| * osd: Kconfig remove wrong FIXMEBoaz Harrosh2011-09-221-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-2513-27/+38
|\ \
| * | cxgbi: convert to SKB paged frag API.Ian Campbell2011-10-212-14/+16
| * | net: add skb frag size accessorsEric Dumazet2011-10-192-6/+6
| * | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-078-13/+21
| |\ \
| * \ \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-2227-201/+608
| |\ \ \
| * | | | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-152-2/+6
| * | | | cnic, bnx2fc: Increase maximum FCoE sessions.Michael Chan2011-08-281-1/+1
| * | | | fcoe: convert to SKB paged frag API.Ian Campbell2011-08-262-3/+4
| * | | | bnx2fc: convert to SKB paged frag API.Ian Campbell2011-08-261-1/+1
| * | | | cnic: Fix select dependencies in bnx2fc/bnx2i Kconfig.David S. Miller2011-08-122-2/+4
| * | | | cxgbi: Fix scsi Kconfig dependencies.David S. Miller2011-08-122-2/+4
| * | | | chelsio: Move the Chelsio driversJeff Kirsher2011-08-112-2/+2
| * | | | broadcom: Move the Broadcom driversJeff Kirsher2011-08-112-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-2518-27/+15Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | aic7xxx: fix Kconfig references to READMEsPaul Bolle2011-10-102-4/+2Star
| * | | | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
| * | | | Merge branch 'master' into for-nextJiri Kosina2011-09-15108-4697/+12471
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Remove unneeded version.h includes from drivers/scsi/Jesper Juhl2011-09-1512-12/+0Star
| * | | | treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-1/+1
| * | | | scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-09-151-8/+10
| * | | | aix94xx: Use angle brackets for system includesJoe Perches2011-09-151-1/+1
* | | | | [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