summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-06-10[SCSI] Remove last page_address from dc395x.cGuennadi Liakhovetski1-24/+35
2006-06-10[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team4-0/+1977
2006-06-10[SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim5-497/+297
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig15-22/+22
2006-06-06[SCSI] megaraid_sas: switch fw_outstanding to an atomic_tSumant Patro2-18/+11
2006-06-06[SCSI] iscsi: update version to 1.0-595Mike Christie1-1/+1
2006-06-06[SCSI] iscsi: fix writepsace raceMike Christie2-93/+120
2006-06-06[SCSI] iscsi: return task found during searchMike Christie1-1/+1
2006-06-06[SCSI] iscsi: fix run list corruptionMike Christie1-0/+6
2006-06-06[SCSI] iscsi: don't switch states when just cleaning upMike Christie2-62/+33
2006-05-28[SCSI] audit drivers for incorrect max_id useHannes Reinecke5-8/+8
2006-05-28[SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected()Amit Arora1-1/+1
2006-05-20[SCSI] imm: no need for unchecked_isa_dmaRandy Dunlap1-4/+4
2006-05-20[SCSI] qla2xxx: Update version number to 8.01.05-k2.Andrew Vasquez1-2/+2
2006-05-20[SCSI] qla2xxx: Correct issue where driver improperly issued SNS commands in ...Andrew Vasquez1-0/+3
2006-05-20[SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez5-62/+43
2006-05-20[SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.Andrew Vasquez2-7/+10
2006-05-20[SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.Andrew Vasquez1-22/+11
2006-05-20[SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez17-39456/+22
2006-05-20[SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez7-1581/+1
2006-05-20[SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez9-170/+5
2006-05-20[SCSI] qla2xxx: Add support for alternate WWN NVRAM setting.Andrew Vasquez1-0/+12
2006-05-20[SCSI] qla2xxx: Correct endianess comparisons during ISP24xx NVRAM configurat...Andrew Vasquez1-3/+3
2006-05-20[SCSI] qla2xxx: ABBA lock ordering fix.Andrew Vasquez1-14/+1
2006-05-20[SCSI] qla2xxx: Update ISP24xx firwmare loading heuristics.Andrew Vasquez1-83/+93
2006-05-20[SCSI] qla2xxx: Use FW calculated residual count for underrun handling.Ravi Anand2-5/+13
2006-05-20[SCSI] qla2xxx: Add support for new flash part.Ravi Anand2-12/+83
2006-05-20[SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state...Ravi Anand1-0/+4
2006-05-20[SCSI] iscsi: update versionMike Christie1-3/+5
2006-05-20[SCSI] iscsi: fix command requeues during iscsi recoveryMike Christie1-39/+48
2006-05-20[SCSI] iscsi: support mutiple daemonsMike Christie1-11/+27
2006-05-20[SCSI] iscsi: kill dtask mempoolsMike Christie2-88/+10
2006-05-20[SCSI] iscsi: only preallocate login bufferMike Christie1-16/+10
2006-05-20[SCSI] iscsi: dont use sendpage for iscsi headersMike Christie1-16/+8
2006-05-20[SCSI] aacraid: remove unneeded listMark Haverkamp4-9/+0
2006-05-20[SCSI] aacraid: sa race condition fixMark Haverkamp1-2/+2
2006-05-20[SCSI] aacraid: adjustable timeoutsMark Haverkamp6-7/+15
2006-05-20[SCSI] aacraid: optimize sg allocMark Haverkamp1-3/+3
2006-05-20[SCSI] aacraid: remove unneeded lockingMark Haverkamp1-8/+0
2006-05-10[SCSI] fix proc_scsi_write to return "length" on success with remove-single-d...James Bottomley1-2/+7
2006-05-10[SCSI] iscsi: dequeue all buffers from queueMike Christie1-6/+8
2006-05-10[SCSI] iscsi: increment expstatsn during loginMike Christie3-21/+30
2006-05-10[SCSI] iscsi: align printksOr Gerlitz3-17/+19
2006-05-10[SCSI] iscsi: fix manamgement task oopsMike Christie1-6/+21
2006-05-10[SCSI] iscsi: add transport end point callbacksOr Gerlitz2-3/+42
2006-04-20[SCSI] scsi_lib.c: fix warning in scsi_kmap_atomic_sgAndrew Morton1-1/+2
2006-04-15[SCSI] scsi_scan.c: fix compile warningsakpm@osdl.org2-9/+18
2006-04-15[SCSI] dc395x: dynamically map scatter-gather for PIOGuennadi Liakhovetski2-102/+172
2006-04-15[SCSI] ibmvscsi: convert kmalloc + memset to kcallocFUJITA Tomonori1-2/+1
2006-04-15Merge ../scsi-rc-fixes-2.6James Bottomley37-13225/+981