linux-stable/drivers/scsi
Tejun Heo c138950371 [PATCH] fix atapi_packet_task vs. intr race (take 2)
Interrupts from devices sharing the same IRQ could cause
ata_host_intr to finish commands being processed by atapi_packet_task
if the commands are using ATA_PROT_ATAPI_NODATA or ATA_PROT_ATAPI_DMA
protocol.  This is because libata interrupt handler is unaware that
interrupts are not expected during that period.  This patch adds
ATA_FLAG_NOINTR flag to tell the interrupt handler that we're not
expecting interrupts.

 Note that once proper HSM is implemented for interrupt-driven PIO,
this should be merged into it and this flag will be removed.

 ahci.c is a different kind of beast, so it's left alone.

* The following drivers use ata_qc_issue_prot and ata_interrupt, so
  changes in libata core will do.

  ata_piix sata_sil sata_svw sata_via sata_sis sata_uli

* The following drivers use ata_qc_issue_prot and custom intr handler.
  They need this change to work correctly.

  sata_nv sata_vsc

* The following drivers use custom issue function and intr handler.
  Currently all custom issue functions don't support ATAPI, so this
  change is irrelevant, updated for consistency and to avoid later
  mistakes.

  sata_promise sata_qstor sata_sx4

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-08-23 01:05:55 -04:00
..
aacraid [PATCH] aacraid: Fix for controller load based timeouts 2005-08-01 21:37:59 -07:00
aic7xxx Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 2005-08-04 13:08:29 -07:00
aic7xxx_old Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arm [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks 2005-06-20 15:15:35 -07:00
dpt [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
ibmvscsi [SCSI] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJ 2005-07-30 08:59:04 -05:00
lpfc [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
megaraid [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
pcmcia [PATCH] pcmcia: remove references to pcmcia/version.h 2005-07-07 18:24:07 -07:00
qla2xxx [PATCH] More qla2xxx configuration fixes 2005-07-27 22:31:35 -07:00
sym53c8xx_2 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
3w-9xxx.c [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback. 2005-06-27 21:52:47 -07:00
3w-9xxx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3w-xxxx.c [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback. 2005-06-27 21:52:47 -07:00
3w-xxxx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c7xx.c [PATCH] remove outdated print_* functions 2005-04-18 12:32:20 -05:00
53c7xx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c7xx.scr Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c7xx_d.h_shipped Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c7xx_u.h_shipped Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c700.c [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks 2005-06-20 15:15:35 -07:00
53c700.h [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
53c700.scr Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c700_d.h_shipped Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a100u2w.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a100u2w.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a2091.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
a2091.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a3000.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
a3000.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
advansys.c [SCSI] remove scsi_cmnd->abort_reason 2005-06-26 12:14:46 -05:00
advansys.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aha152x.c [SCSI] allow sleeping in ->eh_device_reset_handler() 2005-06-17 12:05:03 -05:00
aha152x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aha1542.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
aha1542.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
aha1740.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aha1740.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ahci.c [PATCH] Fix HD activity LED with ahci 2005-08-23 01:03:39 -04:00
aic7xxx_old.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
amiga7xx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amiga7xx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ata_piix.c libata: trim trailing whitespace. 2005-07-31 13:13:24 -04:00
atari_dma_emul.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atari_NCR5380.c [PATCH] remove outdated print_* functions 2005-04-18 12:32:20 -05:00
atari_scsi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atari_scsi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atp870u.c [SCSI] drivers/scsi/atp870u.c: make a function static 2005-05-20 12:53:31 -05:00
atp870u.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
blz1230.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
blz2060.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
BusLogic.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
BusLogic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bvme6000.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bvme6000.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ch.c [SCSI] convert scsi changer driver from class simple 2005-05-20 12:53:51 -05:00
constants.c [PATCH] remove outdated print_* functions 2005-04-18 12:32:20 -05:00
cpqfcTS.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTSchip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTScontrol.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTSi2c.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTSinit.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
cpqfcTSioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTSstructs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTStrigger.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTStrigger.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqfcTSworker.c [PATCH] remove old scsi data direction macros 2005-04-18 13:49:58 -05:00
cyberstorm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cyberstormII.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dc395x.c [PATCH] clean up inline static vs static inline 2005-07-27 16:26:20 -07:00
dc395x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dec_esp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dmx3191d.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
dpt_i2o.c [SCSI] dpt_i2o pci_request_regions fix 2005-08-09 12:09:53 -05:00
dpti.h [PATCH] drivers/scsi/dpt*: remove version.h dependencies 2005-06-25 16:25:03 -07:00
dtc.c [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
dtc.h [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
eata.c [SCSI] remove scsi_cmnd.eh_state 2005-06-26 12:14:10 -05:00
eata_generic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eata_pio.c [SCSI] remove scsi_cmnd->abort_reason 2005-06-26 12:14:46 -05:00
eata_pio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
esp.c [PATCH] drivers/scsi NULL noise removal 2005-04-26 07:43:42 -07:00
esp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fastlane.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fcal.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
fcal.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fd_mcs.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
fdomain.c [PATCH] clean up inline static vs static inline 2005-07-27 16:26:20 -07:00
fdomain.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
FlashPoint.c [SCSI] drivers/scsi/FlashPoint.c: cleanups 2005-05-20 12:53:34 -05:00
g_NCR5380.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
g_NCR5380.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
g_NCR5380_mmio.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gdth.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
gdth.h [PATCH] drivers/scsi/gdth.c: cleanups 2005-04-18 13:50:23 -05:00
gdth_ioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gdth_kcompat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gdth_proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gdth_proc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gvp11.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
gvp11.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hosts.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
hosts.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmmca.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
ibmmca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-scsi.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
imm.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
imm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
in2000.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
in2000.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
initio.c [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
initio.h [PATCH] drivers/scsi/initio.c: cleanups 2005-06-25 16:25:00 -07:00
ipr.c [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback. 2005-06-27 21:52:47 -07:00
ipr.h [SCSI] ipr: Driver version 2.0.14 2005-05-20 12:53:45 -05:00
ips.c [SCSI] ServeRAID V7.12.02 2005-08-02 10:09:03 -05:00
ips.h [SCSI] ServeRAID V7.12.02 2005-08-02 10:09:03 -05:00
jazz_esp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [PATCH] SCSI_SATA has to be a tristate 2005-07-31 00:43:00 -04:00
lasi700.c [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
libata-core.c [PATCH] fix atapi_packet_task vs. intr race (take 2) 2005-08-23 01:05:55 -04:00
libata-scsi.c [libata scsi] add START STOP UNIT translation 2005-08-11 03:35:53 -04:00
libata.h libata: trim trailing whitespace. 2005-07-31 13:13:24 -04:00
mac53c94.c [PATCH] openfirmware: generate device table for userspace 2005-07-06 12:55:20 -07:00
mac53c94.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mac_esp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mac_scsi.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
mac_scsi.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
Makefile [SCSI] add scsi changer driver 2005-05-20 12:53:50 -05:00
mca_53c9x.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
megaraid.c Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 2005-07-26 13:28:47 -07:00
megaraid.h [SCSI] remove scsi_cmnd->state 2005-06-26 12:16:24 -05:00
mesh.c [PATCH] openfirmware: generate device table for userspace 2005-07-06 12:55:20 -07:00
mesh.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mvme16x.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mvme16x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mvme147.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
mvme147.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncr53c8xx.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
ncr53c8xx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
NCR53C9x.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
NCR53C9x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
NCR53c406a.c [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
NCR5380.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
NCR5380.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
NCR_D700.c [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
NCR_D700.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
NCR_Q720.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
NCR_Q720.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nsp32.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
nsp32.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nsp32_debug.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nsp32_io.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oktagon_esp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oktagon_io.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
osst.c [PATCH] class: convert drivers/scsi/* to use the new class api instead of class_simple 2005-06-20 15:15:08 -07:00
osst.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
osst_detect.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
osst_options.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pas16.c [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
pas16.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
pci2000.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pluto.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
pluto.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppa.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
ppa.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
psi240i.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
psi240i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
psi_chip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ql1040_fw.h [SCSI] qla1280: update firmware 2005-05-20 12:53:13 -05:00
ql1280_fw.h [SCSI] qla1280: update firmware 2005-05-20 12:53:13 -05:00
ql12160_fw.h [SCSI] qla1280: update firmware 2005-05-20 12:53:13 -05:00
qla1280.c [SCSI] scsi/qla1280: replace schedule_timeout() with ssleep() 2005-06-26 08:31:26 -05:00
qla1280.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qlogicfas.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
qlogicfas408.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
qlogicfas408.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
qlogicfc.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
qlogicfc_asm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qlogicisp.c [SCSI] remove scsi_set_device 2005-06-26 08:31:47 -05:00
qlogicisp_asm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qlogicpti.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qlogicpti.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qlogicpti_asm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sata_nv.c [PATCH] fix atapi_packet_task vs. intr race (take 2) 2005-08-23 01:05:55 -04:00
sata_promise.c [PATCH] fix atapi_packet_task vs. intr race (take 2) 2005-08-23 01:05:55 -04:00
sata_promise.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sata_qstor.c [PATCH] fix atapi_packet_task vs. intr race (take 2) 2005-08-23 01:05:55 -04:00
sata_sil.c libata: trim trailing whitespace. 2005-07-31 13:13:24 -04:00
sata_sis.c libata: trim trailing whitespace. 2005-07-31 13:13:24 -04:00
sata_svw.c libata: trim trailing whitespace. 2005-07-31 13:13:24 -04:00
sata_sx4.c [PATCH] fix atapi_packet_task vs. intr race (take 2) 2005-08-23 01:05:55 -04:00
sata_uli.c libata: trim trailing whitespace. 2005-07-31 13:13:24 -04:00
sata_via.c libata: trim trailing whitespace. 2005-07-31 13:13:24 -04:00
sata_vsc.c [PATCH] fix atapi_packet_task vs. intr race (take 2) 2005-08-23 01:05:55 -04:00
script_asm.pl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi.c [SCSI] add TYPE_RBC to our type table 2005-07-11 12:38:33 -05:00
scsi.h [PATCH] remove old scsi data direction macros 2005-04-18 13:49:58 -05:00
scsi_debug.c [PATCH] make various thing static 2005-06-24 00:06:43 -07:00
scsi_debug.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_devinfo.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_error.c [SCSI] use list_for_each_entry_safe in scsi_error.c 2005-06-26 12:20:42 -05:00
scsi_ioctl.c [PATCH] consolidate timeout defintions in scsi.h 2005-04-18 12:31:52 -05:00
scsi_lib.c Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 2005-07-26 13:28:47 -07:00
scsi_logging.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_module.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_priv.h [SCSI] remove scsi_eh_eflags_ macros 2005-06-26 12:17:24 -05:00
scsi_proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_scan.c [SCSI] fix target scanning oops with fc transport class 2005-08-08 17:14:55 -05:00
scsi_sysctl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_sysfs.c [PATCH] make various thing static 2005-06-24 00:06:43 -07:00
scsi_transport_fc.c [SCSI] fix target scanning oops with fc transport class 2005-08-08 17:14:55 -05:00
scsi_transport_iscsi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_transport_spi.c [SCSI] SPI transport class, don't negotiate options not supported 2005-07-11 17:04:43 -05:00
scsi_typedefs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsicam.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sd.c [SCSI] Redundant this_count check in sd_init_command() 2005-07-14 11:25:17 -04:00
seagate.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
seagate.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
sg.c [PATCH] class: convert drivers/scsi/* to use the new class api instead of class_simple 2005-06-20 15:15:08 -07:00
sgiwd93.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
sgiwd93.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sim710.c [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
sr.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sr_ioctl.c [SCSI] drivers/scsi/sr_ioctl.c: check for failed allocation 2005-04-21 16:14:05 -04:00
sr_vendor.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
st.c [SCSI] Fix SCSI tape oops at module removal 2005-08-02 10:14:36 -05:00
st.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
st_options.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sun3_NCR5380.c [PATCH] remove outdated print_* functions 2005-04-18 12:32:20 -05:00
sun3_scsi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sun3_scsi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sun3_scsi_vme.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sun3x_esp.c [SCSI] drivers/scsi/NCR53C9x.c: make a struct static 2005-05-20 12:53:32 -05:00
sym53c8xx_comm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sym53c8xx_defs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sym53c416.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
sym53c416.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
t128.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
t128.h [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
tmscsim.c [SCSI] allow sleeping in ->eh_bus_reset_handler() 2005-06-17 12:05:10 -05:00
tmscsim.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
u14-34f.c [SCSI] remove scsi_cmnd.eh_state 2005-06-26 12:14:10 -05:00
ultrastor.c [SCSI] allow sleeping in ->eh_abort_handler() 2005-06-17 12:04:55 -05:00
ultrastor.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wd33c93.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wd33c93.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wd7000.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
zalon.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00