summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-06-21119-45024/+6349Star
|\
| * [SCSI] 53c700: remove reliance on deprecated cmnd fieldsJames Bottomley2006-06-202-39/+49
| * [SCSI] hptiop: don't use cmnd->bufflenJames Bottomley2006-06-201-1/+1
| * [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team2006-06-201-11/+3Star
| * [SCSI] aacraid: small misc. cleanupsMark Haverkamp2006-06-203-8/+4Star
| * [SCSI] aacraid: Update supported product informationMark Haverkamp2006-06-201-4/+4
| * [SCSI] aacraid: Fix return code interpretationMark Haverkamp2006-06-121-1/+1
| * [SCSI] scsi_transport_sas: fix panic in sas_free_rphyJames Bottomley2006-06-121-0/+14
| * [SCSI] remove RQ_SCSI_* flagsChristoph Hellwig2006-06-102-3/+3
| * [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-1013-277/+12Star
| * Merge ../linux-2.6James Bottomley2006-06-1029-307/+410
| |\
| * | [SCSI] spi transport: don't allow dt to be set on SE or HVD busesJames Bottomley2006-06-101-0/+9
| * | [SCSI] aic7xxx: expose the bus setting to sysfsJames Bottomley2006-06-103-7/+92
| * | [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-1047-200/+167Star
| * | [SCSI] Remove last page_address from dc395x.cGuennadi Liakhovetski2006-06-101-24/+35
| * | [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team2006-06-104-0/+1977
| * | [SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim2006-06-105-497/+297Star
| * | [SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig2006-06-0615-22/+22
| * | [SCSI] megaraid_sas: switch fw_outstanding to an atomic_tSumant Patro2006-06-062-18/+11Star
| * | [SCSI] iscsi: update version to 1.0-595Mike Christie2006-06-061-1/+1
| * | [SCSI] iscsi: fix writepsace raceMike Christie2006-06-062-93/+120
| * | [SCSI] iscsi: return task found during searchMike Christie2006-06-061-1/+1
| * | [SCSI] iscsi: fix run list corruptionMike Christie2006-06-061-0/+6
| * | [SCSI] iscsi: don't switch states when just cleaning upMike Christie2006-06-062-62/+33Star
| * | [SCSI] audit drivers for incorrect max_id useHannes Reinecke2006-05-285-8/+8
| * | [SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected()Amit Arora2006-05-281-1/+1
| * | [SCSI] imm: no need for unchecked_isa_dmaRandy Dunlap2006-05-201-4/+4
| * | [SCSI] qla2xxx: Update version number to 8.01.05-k2.Andrew Vasquez2006-05-201-2/+2
| * | [SCSI] qla2xxx: Correct issue where driver improperly issued SNS commands in ...Andrew Vasquez2006-05-201-0/+3
| * | [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez2006-05-205-62/+43Star
| * | [SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.Andrew Vasquez2006-05-202-7/+10
| * | [SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.Andrew Vasquez2006-05-201-22/+11Star
| * | [SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez2006-05-2017-39456/+22Star
| * | [SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez2006-05-207-1581/+1Star
| * | [SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez2006-05-209-170/+5Star
| * | [SCSI] qla2xxx: Add support for alternate WWN NVRAM setting.Andrew Vasquez2006-05-201-0/+12
| * | [SCSI] qla2xxx: Correct endianess comparisons during ISP24xx NVRAM configurat...Andrew Vasquez2006-05-201-3/+3
| * | [SCSI] qla2xxx: ABBA lock ordering fix.Andrew Vasquez2006-05-201-14/+1Star
| * | [SCSI] qla2xxx: Update ISP24xx firwmare loading heuristics.Andrew Vasquez2006-05-201-83/+93
| * | [SCSI] qla2xxx: Use FW calculated residual count for underrun handling.Ravi Anand2006-05-202-5/+13
| * | [SCSI] qla2xxx: Add support for new flash part.Ravi Anand2006-05-202-12/+83
| * | [SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state...Ravi Anand2006-05-201-0/+4
| * | [SCSI] iscsi: update versionMike Christie2006-05-201-3/+5
| * | [SCSI] iscsi: fix command requeues during iscsi recoveryMike Christie2006-05-201-39/+48
| * | [SCSI] iscsi: support mutiple daemonsMike Christie2006-05-201-11/+27
| * | [SCSI] iscsi: kill dtask mempoolsMike Christie2006-05-202-88/+10Star
| * | [SCSI] iscsi: only preallocate login bufferMike Christie2006-05-201-16/+10Star
| * | [SCSI] iscsi: dont use sendpage for iscsi headersMike Christie2006-05-201-16/+8Star
| * | [SCSI] aacraid: remove unneeded listMark Haverkamp2006-05-204-9/+0Star
| * | [SCSI] aacraid: sa race condition fixMark Haverkamp2006-05-201-2/+2