aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] 3ware 9000 add big endian supportadam radford2006-03-192-83/+73
* [SCSI] scsi: move target_destroy callMike Anderson2006-03-141-3/+2
* [SCSI] megaraid_sas: fix extended timeout handlingChristoph Hellwig2006-03-141-20/+6
* Merge ../linux-2.6James Bottomley2006-03-1417-100/+145
|\
| * [PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo2006-03-111-10/+4
| * Allocate 96 bytes for SCSI sense data replyLinus Torvalds2006-03-061-1/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-03-0111-80/+90
| |\
| | * [SCSI] aha152x: fix variable use before initialisation and other bugsJürgen E. Fischer2006-02-283-37/+54
| | * [SCSI] Fix uninitialised width and speed in sym2Matthew Wilcox2006-02-281-0/+2
| | * [SCSI] Delete duplicate driver template.Ralf Baechle2006-02-281-21/+0
| | * [SCSI] scsi: scsi command retries off by one fixBrian King2006-02-272-3/+3
| | * [SCSI] megaraid_sas: fix physical disk handlingChristoph Hellwig2006-02-271-14/+15
| | * [SCSI] scsi: handle ->slave_configure return valueChristoph Hellwig2006-02-271-2/+14
| | * [SCSI] fc_transport: stop creating duplicate rport entries.Andrew Vasquez2006-02-271-2/+1
| | * [SCSI] sg: Remove aha1542 hackBrian King2006-02-271-1/+1
| * | [libata] Disable FUAJeff Garzik2006-02-273-0/+7
| * | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-271-9/+43
| |\ \ | | |/ | |/|
| | * [PATCH] sata_sil: implement R_ERR on DMA activate FIS errata fixTejun Heo2006-02-251-6/+27
| | * [PATCH] sata_sil: add board ID for 3512Tejun Heo2006-02-251-4/+17
* | | [SCSI] add preliminary expander support to the sas transport classJames Bottomley2006-03-141-6/+135
* | | [SCSI] FC transport : Avoid device offline cases by stalling aborts until dev...James Smart2006-03-132-6/+40
* | | [SCSI] fix minor problem in spi transport message functionsJames Bottomley2006-03-121-1/+1
* | | [SCSI] sim710: fix a NULL pointer dereferenceAdrian Bunk2006-03-121-1/+1
* | | [SCSI] ibmmca: fix a NULL pointer dereferenceAdrian Bunk2006-03-121-2/+1
* | | [SCSI] dmx3191d: fix a NULL pointer dereferenceAdrian Bunk2006-03-121-1/+1
* | | [SCSI] NCR_D700: fix a NULL dereferenceAdrian Bunk2006-03-121-1/+1
* | | [SCSI] Missing names from SPI3, SPI4 and SPI5Matthew Wilcox2006-03-121-13/+13
* | | [SCSI] qla2xxx: Firmware updates.Andrew Vasquez2006-03-123-24719/+24866
* | | [SCSI] qla2xxx: Remove legacy ISP6312 firmware loader.Andrew Vasquez2006-03-122-7179/+0
* | | [SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.andrew.vasquez@qlogic.com2006-03-124-8/+14
* | | [SCSI] qla2xxx: Further restrict ZIO mode support.andrew.vasquez@qlogic.com2006-03-124-13/+16
* | | [SCSI] qla2xxx: Add VPD sysfs attribute.andrew.vasquez@qlogic.com2006-03-124-2/+65
* | | [SCSI] qla2xxx: Correct swing/emphasis settings on ISP24xx.andrew.vasquez@qlogic.com2006-03-121-3/+3
* | | [SCSI] qla2xxx: NVRAM id-list updates.andrew.vasquez@qlogic.com2006-03-122-145/+80
* | | [SCSI] qla2xxx: Consolidate ISP63xx handling.andrew.vasquez@qlogic.com2006-03-126-29/+44
* | | [SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com2006-03-1210-63/+92
* | | [SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.andrew.vasquez@qlogic.com2006-03-124-81/+89
* | | [SCSI] fix two leaks in scsi_alloc_sdev failure pathsDave Jones2006-03-121-0/+1
* | | [SCSI] Make sgiwd93_detect and sgiwd93_detect static.Ralf Baechle2006-03-121-2/+2
* | | [SCSI] drivers/scsi/FlashPoint.c: don't use parenthesis with "return"Alexey Dobriyan2006-03-121-65/+65
* | | [SCSI] drivers/scsi/FlashPoint.c: LindentAlexey Dobriyan2006-03-121-4700/+4490
* | | [SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBcardAlexey Dobriyan2006-03-121-72/+71
* | | [SCSI] drivers/scsi/FlashPoint.c: untypedef struct NVRAMInfoAlexey Dobriyan2006-03-121-14/+13
* | | [SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_tar_infoAlexey Dobriyan2006-03-121-27/+26
* | | [SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_infoAlexey Dobriyan2006-03-121-8/+7
* | | [SCSI] drivers/scsi/FlashPoint.c: untypedef struct _SCCBAlexey Dobriyan2006-03-121-72/+71
* | | [SCSI] drivers/scsi/FlashPoint.c: use standard fixed size typesAlexey Dobriyan2006-03-121-12/+6
* | | [SCSI] drivers/scsi/FlashPoint.c: remove ushort_ptrAlexey Dobriyan2006-03-121-3/+2
* | | [SCSI] drivers/scsi/FlashPoint.c: remove ULONGAlexey Dobriyan2006-03-121-191/+190
* | | [SCSI] drivers/scsi/FlashPoint.c: remove UINTAlexey Dobriyan2006-03-121-8/+7