summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-146-19/+19
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-01-1465-2863/+3135
|\
| * [SCSI] qla2xxx: Update version number to 8.01.04-k.andrew.vasquez@qlogic.com2006-01-141-2/+2
| * [SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.andrew.vasquez@qlogic.com2006-01-144-2/+11
| * [SCSI] qla2xxx: Kconfig update: Add URL to download firmware images.andrew.vasquez@qlogic.com2006-01-141-0/+4
| * [SCSI] qla2xxx: Correct setting of FDMI supported/current port speed.andrew.vasquez@qlogic.com2006-01-141-5/+2
| * [SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.andrew.vasquez@qlogic.com2006-01-141-0/+2
| * [SCSI] qla2xxx: Collapse load RISC RAM implementations.andrew.vasquez@qlogic.com2006-01-143-101/+15
| * [SCSI] qla2xxx: Correct swing/emphasis settings for ISP24XX.andrew.vasquez@qlogic.com2006-01-141-3/+5
| * [SCSI] qla2xxx: Correct issue where portstate does not transition during loop...andrew.vasquez@qlogic.com2006-01-141-0/+3
| * [SCSI] qla2xxx: Update firmware-dump procedure for ISP24xx.andrew.vasquez@qlogic.com2006-01-142-54/+55
| * [SCSI] qla2xxx: Re-enable flash-part write protection on ISP24xx boards.andrew.vasquez@qlogic.com2006-01-141-0/+3
| * [SCSI] qla2xxx: Correct excessive delay during LOAD-RISC-RAM mailbox command.andrew.vasquez@qlogic.com2006-01-141-1/+3
| * [SCSI] qla2xxx: Use msleep() as delay during ISP polling.andrew.vasquez@qlogic.com2006-01-141-1/+1
| * [SCSI] qla2xxx: Drop noisy 'UNDERRUN' status message.andrew.vasquez@qlogic.com2006-01-141-5/+6
| * [SCSI] qla2xxx: Correct FC4 feature assignment during RFF_ID.andrew.vasquez@qlogic.com2006-01-141-0/+1
| * [SCSI] qla2xxx: Reference proper node/port names in fc_host class.andrew.vasquez@qlogic.com2006-01-141-2/+2
| * [SCSI] iscsi: use pageslabMike Christie2006-01-141-1/+1
| * [SCSI] iscsi: fix 4k stack iscsi setupsMike Christie2006-01-142-14/+6
| * [SCSI] iscsi: seperate iscsi interface from setup functionsMike Christie2006-01-142-453/+510
| * [SCSI] iscsi: add high mem supportMike Christie2006-01-142-55/+31
| * [SCSI] iscsi: data digest page cache usage fixFUJITA Tomonori2006-01-142-7/+11
| * [SCSI] iscsi: host locking fixzhenyu.z.wang@intel.com2006-01-141-3/+4
| * [SCSI] iscsi: data under/over flow fixzhenyu.z.wang@intel.com2006-01-141-4/+2
| * [SCSI] iscsi: whitespace cleanupFUJITA Tomonori2006-01-141-11/+11
| * [SCSI] sem2mutex 3w-[x9]xxxJes Sorensen2006-01-144-8/+10
| * [SCSI] scsi_transport_sas: mapping the rphy channel equal to the port identifierMoore, Eric2006-01-141-3/+3
| * [SCSI] remove target parent limitiationChristoph Hellwig2006-01-146-48/+49
| * [SCSI] sem2mutex: scsi_transport_spi.cJes Sorensen2006-01-141-5/+5
| * [SCSI] I2O: move pci_request_regions() just behind pci_enable_device()Salyzyn, Mark2006-01-141-4/+6
| * [SCSI] ips: Mode Sense (Caching Page ) fixJack Hammer2006-01-141-0/+3
| * [SCSI] fc transport: add permanent_port_name fc_host attributeAndreas Herrmann2006-01-141-0/+4
| * [SCSI] sr: split sr_audio_ioctl into specific helpersChristoph Hellwig2006-01-141-91/+111
| * [SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig2006-01-144-91/+13
| * [SCSI] sas: fix removal of devices behind expandersChristoph Hellwig2006-01-141-1/+11
| * [SCSI] Pass proper device from BusLogic to SCSI layerPetr Vandrovec2006-01-121-1/+2
| * [SCSI] aic79xx: bump version to 3.0James Bottomley2006-01-121-1/+1
| * [SCSI] aic79xx: Sequencer updateHannes Reinecke2006-01-129-1538/+1911
| * [SCSI] aic79xx: Sanitize inb/outb handlingHannes Reinecke2006-01-121-59/+21
| * [SCSI] aic79xx: Use struct map_nodeHannes Reinecke2006-01-123-33/+58
| * [SCSI] aic7xxx/aic79xx: New device idsHannes Reinecke2006-01-124-14/+40
| * [SCSI] Mask capabilities for SCSI-1 CD driveChuck Ebbert2006-01-121-2/+3
| * [SCSI] aacraid: README updateMark Haverkamp2006-01-121-74/+0
| * [SCSI] aacraid: 17 element sg performance updateMark Haverkamp2006-01-122-4/+18
| * [SCSI] aacraid: better sysfs adapter informationMark Haverkamp2006-01-121-2/+18
| * [SCSI] aacraid: Fix default FIB sizeMark Haverkamp2006-01-121-0/+4
| * [SCSI] sas: clear parent->rphy in sas_rphy_deleteChristoph Hellwig2006-01-121-0/+2
| * [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-1216-119/+129
| * [SCSI] aic7xxx: fix timer handling bugJames Bottomley2006-01-123-41/+16
| * [SCSI] qla2xxx: Kconfig: two fixesAndrew Vasquez2006-01-123-10/+14
OpenPOWER on IntegriCloud