summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2005-08-12[SCSI] lpfc driver 8.0.30 : fix lip/cablepull panicJames.Smart@Emulex.Com1-0/+2
2005-08-12[SCSI] lpfc driver 8.0.30 : fix iocb reuse initializationJames.Smart@Emulex.Com1-1/+6
2005-08-12[SCSI] Make the HSG80 a REPORTLUN2 deviceJames Bottomley1-1/+1
2005-08-09[SCSI] aic79xx: fix boot panic with no hardwareJames Bottomley2-5/+1
2005-08-08[SCSI] blacklist addition.Dave Jones1-0/+1
2005-08-08[SCSI] aacraid: adapter support updateMark Haverkamp1-33/+39
2005-08-08[SCSI] add global timeout to the scsi mid-layerJames Bottomley2-2/+17
2005-08-08[SCSI] drivers/scsi/st.c: add reference count and related fixesKai Makisara2-30/+123
2005-08-08[SCSI] aacraid: correct use of cmd->timeout fieldJames Bottomley1-1/+1
2005-08-07[SCSI] aic79xx: needs to select SPI_TRANSPORT_ATTRSakpm@osdl.org1-0/+1
2005-08-05[SCSI] aacraid: sgraw command supportMark Haverkamp2-30/+194
2005-08-05[SCSI] aacraid: aif registration timeout fixMark Haverkamp1-1/+1
2005-08-05[SCSI] aacraid: remove duplicate io callback codeMark Haverkamp1-56/+7
2005-08-05[SCSI] aacraid: driver shutdown methodMark Haverkamp5-3/+76
2005-08-05[SCSI] aacraid: driver version updateMark Haverkamp3-12/+35
2005-08-05[SCSI] aacraid: interupt mitigationMark Haverkamp2-4/+20
2005-08-05[SCSI] aic7xxx/79xx: fix another potential panic due to a non existent targetJames Bottomley2-4/+4
2005-08-04[SCSI] aic7xxx: upport all sequencer and core fixes from adaptec version 6.3.9James Bottomley10-512/+544
2005-08-04[SCSI] aic79xx: fixup DT settingHannes Reinecke1-2/+3
2005-08-03[SCSI] aic79xx: add hold_mcs to the transport parametersJames Bottomley1-1/+37
2005-08-03[SCSI] add missing hold_mcs parameter to the spi transport classJames Bottomley1-5/+15
2005-08-03[SCSI] aic79xx: fix up transport settingsJames Bottomley2-32/+11
2005-08-03[SCSI] aic79xx: DV parameter settingsHannes Reinecke1-13/+218
2005-08-03[SCSI] aic79xx: update to use scsi_transport_spiHannes Reinecke3-2837/+799
2005-08-03[SCSI] aic79xx: Remove busyqHannes Reinecke4-724/+139
2005-08-02[SCSI] qla1280: endianess annotationsChristoph Hellwig2-139/+139
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access, parametersChristoph Hellwig2-83/+81
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access in isp_configChristoph Hellwig2-33/+41
2005-08-02[SCSI] qla1280: always load microcodeChristoph Hellwig1-71/+1
2005-08-02[SCSI] qla1280: remove SG_SEGMENTSChristoph Hellwig1-3/+0
2005-08-02[SCSI] qla1280: use SAM_ constantsChristoph Hellwig2-9/+1
2005-08-02[SCSI] qla1280: misc cleanupsChristoph Hellwig1-12/+14
2005-08-02[SCSI] qla1280: interupt posting for irq disabling/enablingChristoph Hellwig1-37/+20
2005-08-02[SCSI] qla1280: remove dead per-host flag variablesChristoph Hellwig2-11/+0
2005-07-30[SCSI] host state model update: mediate host add/remove raceMike Anderson2-7/+16
2005-07-30[SCSI] host state model update: reimplement scsi_host_cancelMike Anderson2-18/+2
2005-07-30[SCSI] host state model update: replace old host bitmap stateMike Anderson7-16/+153
2005-07-30[SCSI] git-scsi-misc: drivers/scsi/ch.c: remove devfs stuffAdrian Bunk1-4/+0
2005-07-30[SCSI] aic byteorder fixes after recent cleanupOlaf Hering2-5/+7
2005-07-29Merge head 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/...Linus Torvalds1-6/+13
2005-07-28libata: Check PCI sub-class code before disabling AHCIGreg Felix1-6/+13
2005-07-27[PATCH] More qla2xxx configuration fixesAndrew Vasquez2-1/+14
2005-07-27Fix up qla2xxx configuration bogosityLinus Torvalds2-2/+0
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl2-2/+2
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering13-20/+29
2005-07-27[PATCH] scsi_scan: check return code from scsi_sysfs_add_sdevAlan Stern1-1/+2
2005-07-26Fix compiler warning in qla_iocb.cLinus Torvalds1-1/+1
2005-07-26[PATCH] qla2xxx: Kconfig dependency fixAndrew Morton1-0/+1
2005-07-26[PATCH] qla: remove anonymous unionAndrew Morton1-3/+1
2005-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds95-30367/+34948