summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-202-4/+2
|\
| * PCI: use pci_find_ext_capability everywhereJesse Barnes2008-10-201-3/+2
| * PCI: change MSI-x vector to 32bitYinghai Lu2008-10-201-1/+1
| * PCI: remove dynids.use_driver_dataMilton Miller2008-10-201-1/+0
* | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-202-2/+2
|\ \
| * | pci: change msi-x vector to 32bitYinghai Lu2008-10-161-1/+1
| * | drivers/scsi: use nr_irqsYinghai Lu2008-10-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-10-201-9/+17
|\ \ \ | |_|/ |/| |
| * | ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-171-9/+17
* | | x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-3/+0
* | | drivers/scsi/sr_vendor.c: use bcd2binAdrian Bunk2008-10-201-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-1745-1085/+7916
|\ \ \ | |/ / |/| |
| * | [SCSI] sd: fix compile failure with CONFIG_BLK_DEV_INTEGRITY=nJames Bottomley2008-10-151-5/+14
| * | libiscsi: fix locking in iscsi_eh_device_resetMike Christie2008-10-131-7/+2
| * | libiscsi: check reason why we are stopping iscsi session to determine error v...Mike Christie2008-10-131-1/+1
| * | [SCSI] iscsi_tcp: return a descriptive error value during connection errorsMike Christie2008-10-131-5/+7
| * | [SCSI] libiscsi: rename host reset to target resetMike Christie2008-10-132-6/+6
| * | [SCSI] iscsi class: fix endpoint id handlingMike Christie2008-10-131-4/+5
| * | [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-134-12/+104
| * | [SCSI] libiscsi: fix data corruption when target has to resend data-in packetsMike Christie2008-10-132-30/+40
| * | [SCSI] sd: Switch kernel printing level for DIF messagesMartin K. Petersen2008-10-131-4/+4
| * | [SCSI] sd: Correctly handle all combinations of DIF and DIXMartin K. Petersen2008-10-133-19/+23
| * | [SCSI] sd: Always print actual protection_typeMartin K. Petersen2008-10-132-6/+2
| * | [SCSI] sd: Issue correct protection operationMartin K. Petersen2008-10-131-3/+4
| * | [SCSI] scsi_error: fix target reset handlingJames Bottomley2008-10-131-4/+15
| * | [SCSI] lpfc 8.2.8 v2 : Add statistical reporting control and additional fc ve...James Smart2008-10-1318-15/+1207
| * | [SCSI] lpfc 8.2.8 v2 : Add sysfs control of target queue depth handlingJames Smart2008-10-136-0/+85
| * | [SCSI] lpfc 8.2.8 v2 : Revert target busy in favor of transport disruptedJames Smart2008-10-131-4/+4
| * | [SCSI] scsi_dh_alua: remove REQ_NOMERGEMike Christie2008-10-131-1/+1
| * | [SCSI] lpfc 8.2.8 : update driver version to 8.2.8James Smart2008-10-131-1/+1
| * | [SCSI] lpfc 8.2.8 : Add MSI-X supportJames Smart2008-10-139-167/+699
| * | [SCSI] lpfc 8.2.8 : Update driver to use new Host byte error code DID_TRANSPO...James Smart2008-10-131-2/+3
| * | [SCSI] lpfc 8.2.8 : Add support for PCI-EEH permanent disablingJames Smart2008-10-135-3/+103
| * | [SCSI] lpfc 8.2.8 : Add new FCOE hardware supportJames Smart2008-10-137-19/+153
| * | [SCSI] lpfc 8.2.8 : Miscellaneous Bug FixesJames Smart2008-10-1313-152/+219
| * | [SCSI] lpfc 8.2.8 : Update driver for new SLI-3 featuresJames Smart2008-10-139-219/+314
| * | [SCSI] lpfc 8.2.8 : Miscellaneous Discovery FixesJames Smart2008-10-134-110/+172
| * | [SCSI] lpfc 8.2.8 : Add kernel-doc function headersJames Smart2008-10-137-256/+4556
| * | [SCSI] modify scsi to handle new fail fast flags.Mike Christie2008-10-133-3/+38
| * | [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-135-6/+13
| * | [SCSI] qla2xxx: use new host byte transport errors.Mike Christie2008-10-131-2/+12
| * | [SCSI] iscsi class, libiscsi and qla4xxx: convert to new transport host byte ...Mike Christie2008-10-133-7/+9
| * | [SCSI] scsi: add transport host byte errors (v3)Mike Christie2008-10-132-2/+16
| * | [SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate c...Mike Christie2008-10-133-11/+0
| * | [SCSI] fc class: unblock target after calling terminate callback (take 2)Mike Christie2008-10-131-19/+28
| * | [SCSI] lpfc: use SCSI_MLQUEUE_TARGET_BUSY when catching the rport transition ...Mike Christie2008-10-131-4/+5
| * | [SCSI] libiscsi: Use SCSI_MLQUEUE_TARGET_BUSYMike Christie2008-10-131-5/+3
| * | [SCSI] qla2xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected rpor...Mike Christie2008-10-131-14/+12
| * | [SCSI] qla4xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected sess...Mike Christie2008-10-131-1/+1
| * | [SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie2008-10-133-18/+97