summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sem2mutex: drivers/scsi/ide-scsi.cJes Sorensen2006-03-231-5/+6
* [PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig2006-03-233-31/+26
* scsi: link in the debug driver lastLinus Torvalds2006-03-221-1/+3
* [PATCH] ahci: add softresetTejun Heo2006-03-221-1/+134
* [PATCH] libata: do not ignore PIO-only devicesTejun Heo2006-03-221-7/+0
* [PATCH] libata: Symbol exportsAlan Cox2006-03-221-0/+2
* [PATCH] Update libata DMA blacklist to cover versions, and resync with IDE layerAlan Cox2006-03-221-35/+59
* [PATCH] libata: Fix a drive detection problemAlan Cox2006-03-221-0/+10
* [PATCH] libata: note missing posting in mmio cmd writeAlan Cox2006-03-221-0/+2
* Merge branch 'master'Jeff Garzik2006-03-22105-39894/+33695
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-221-1/+1
| |\
| | * Fix "frist", "fisrt", typosUwe Zeisberger2006-03-221-1/+1
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-03-22104-39858/+33690
| |\ \
| | * | [SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo2006-03-2118-16/+14
| | * | Merge ../linux-2.6James Bottomley2006-03-2125-1975/+3066
| | |\ \ | | | |/
| | * | [SCSI] eliminate rphy allocation in favour of expander/end device allocationJames Bottomley2006-03-191-45/+27
| | * | [SCSI] allow displaying and setting of cache type via sysfsJames Bottomley2006-03-191-23/+113
| | * | [SCSI] add scsi_mode_select to scsi_lib.cJames Bottomley2006-03-191-1/+80
| | * | [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
| | |\ \
| | * | | [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
OpenPOWER on IntegriCloud