linux/drivers/scsi
James.Smart@Emulex.Com 19a7b4aebf [SCSI] update fc_transport for removal of block/unblock functions
We recently went back to implement a board reset. When we perform the
reset, we wanted to tear down the internal data structures and rebuild
them. Unfortunately, when it came to the rport structure, things were
odd. If we deleted them, the scsi targets and sdevs would be
torn down. Not a good thing for a temporary reset. We could block the
rports, but we either maintain the internal structures to keep the
rport reference (perhaps even replicating what's in the transport),
or we have to fatten the fc transport with new search routines to find
the rport (and deal with a case of a dangling rport that the driver
forgets).

It dawned on me that we had actually reached this state incorrectly.
When the fc transport first started, we did the block/unblock first, then
added the rport interface. The purpose of block/unblock is to hide the
temporary disappearance of the rport (e.g. being deleted, then readded).
Why are we making the driver do the block/unblock ? We should be making
the transport have only an rport add/delete, and the let the transport
handle the block/unblock.

So... This patch removes the existing fc_remote_port_block/unblock
functions. It moves the block/unblock functionality into the
fc_remote_port_add/delete functions.  Updates for the lpfc driver are
included. Qlogic driver updates are also enclosed, thanks to the
contributions of Andrew Vasquez. [Note: the qla2xxx changes are
relative to the scsi-misc-2.6 tree as of this morning - which does
not include the recent patches sent by Andrew]. The zfcp driver does
not use the block/unblock functions.

One last comment: The resulting behavior feels very clean. The LLDD is
concerned only with add/delete, which corresponds to the physical
disappearance.  However, the fact that the scsi target and sdevs are
not immediately torn down after the LLDD calls delete causes an
interesting scenario... the midlayer can call the xxx_slave_alloc and
xxx_queuecommand functions with a sdev that is at the location the
rport used to be. The driver must validate the device exists when it
first enters these functions. In thinking about it, this has always
been the case for the LLDD and these routines. The existing drivers
already check for existence. However, this highlights that simple
validation via data structure dereferencing needs to be watched.
To deal with this, a new transport function, fc_remote_port_chkready()
was created that LLDDs should call when they first enter these two
routines. It validates the rport state, and returns a scsi result
which could be returned. In addition to solving the above, it also
creates consistent behavior from the LLDD's when the block and deletes
are occuring.

Rejections fixed up and
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-10-28 21:20:07 -05:00
..
aacraid [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
aic7xxx [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
aic7xxx_old Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arm [PATCH] Kconfig fix (acornscsi) 2005-08-23 18:43:42 -07:00
dpt [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
ibmvscsi [SCSI] ibmvscsi compatibility fix 2005-09-13 10:15:10 -05:00
lpfc [SCSI] update fc_transport for removal of block/unblock functions 2005-10-28 21:20:07 -05:00
megaraid [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
pcmcia [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
qla2xxx [SCSI] update fc_transport for removal of block/unblock functions 2005-10-28 21:20:07 -05:00
sym53c8xx_2 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
3w-9xxx.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
3w-9xxx.h [SCSI] 3ware 9000: Add support for 9550SX controllers 2005-09-25 09:36:26 -05:00
3w-xxxx.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
3w-xxxx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c7xx.c [PATCH] vfree and kfree cleanup in drivers/ 2005-09-10 10:06:30 -07: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 [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
53c700.h [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -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
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
FlashPoint.c [SCSI] drivers/scsi/FlashPoint.c: cleanups 2005-05-20 12:53:34 -05:00
Kconfig Merge HEAD from ../scsi-misc-2.6-old 2005-10-28 11:41:41 -05:00
Makefile Merge HEAD from ../scsi-misc-2.6-old 2005-10-28 11:41:41 -05:00
NCR53C9x.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
NCR53C9x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
NCR53c406a.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
NCR5380.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -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
a100u2w.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05: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] add global timeout to the scsi mid-layer 2005-08-08 09:55:39 -05:00
advansys.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aha152x.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
aha152x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aha1542.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
aha1542.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
aha1740.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
aha1740.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ahci.c libata: const-ification bombing run 2005-10-22 14:27:05 -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: const-ification bombing run 2005-10-22 14:27:05 -04:00
atari_NCR5380.c [PATCH] remove outdated print_* functions 2005-04-18 12:32:20 -05:00
atari_dma_emul.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07: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] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
atp870u.h [SCSI] atp870u: fix memory addressing bug 2005-09-15 08:59:36 -05: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
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] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
constants.c [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk 2005-10-28 14:23:02 -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 [PATCH] vfree and kfree cleanup in drivers/ 2005-09-10 10:06:30 -07: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 [SCSI] dc395x: atomic_kmap for PIO 2005-09-20 12:44:31 -05:00
dc395x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dec_esp.c [SCSI] dec_esp: Use the right address space macro 2005-10-28 14:46:05 -05: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] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
eata_generic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eata_pio.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -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] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
fdomain.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
fdomain.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07: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] move the mid-layer printk's over to shost/starget/sdev_printk 2005-10-28 14:23:02 -05:00
hosts.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmmca.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
ibmmca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-scsi.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
imm.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
imm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
in2000.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -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] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
ips.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
ips.h [SCSI] ServeRAID V7.12.02 2005-08-02 10:09:03 -05:00
iscsi_tcp.c [SCSI] iscsi: add module version 2005-09-20 12:36:35 -05:00
iscsi_tcp.h [SCSI] open-iscsi/linux-iscsi-5 Initiator: Initiator header 2005-08-06 09:34:20 -05:00
jazz_esp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lasi700.c [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
libata-core.c [libata] ata_timing fix 2005-10-26 12:17:46 -04:00
libata-scsi.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
libata.h libata: const-ification bombing run 2005-10-22 14:27:05 -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
mca_53c9x.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
megaraid.c [SCSI] Legacy MegaRAID: Fix READ CAPACITY 2005-10-03 08:39:48 -05:00
megaraid.h [SCSI] remove scsi_cmnd->state 2005-06-26 12:16:24 -05:00
mesh.c [PATCH] mesh scsi: fix error handling 2005-09-22 22:17:36 -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] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
ncr53c8xx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nsp32.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -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 [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05: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
pdc_adma.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
pluto.c [PATCH] timer initialization cleanup: DEFINE_TIMER 2005-09-09 14:03:48 -07:00
pluto.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppa.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
ppa.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
psi240i.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05: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] qla1280: endianess annotations 2005-08-02 11:43:52 -05:00
qla1280.h [SCSI] qla1280: endianess annotations 2005-08-02 11:43:52 -05:00
qlogicfas.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
qlogicfas408.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -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 [QLOGICPTI]: Handle INQUIRY response sniffing correctly. 2005-10-14 13:44:32 -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
raid_class.c [SCSI] embryonic RAID class 2005-08-30 22:48:51 -05:00
sata_mv.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_nv.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_promise.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_promise.h [libata] license change, other bits 2005-08-28 20:18:39 -04:00
sata_qstor.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_sil.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_sil24.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_sis.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_svw.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_sx4.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_uli.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_via.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
sata_vsc.c libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
script_asm.pl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi.c [SCSI] use {sdev,scmd,starget,shost}_printk in generic code 2005-10-28 20:52:11 -05:00
scsi.h [PATCH] remove old scsi data direction macros 2005-04-18 13:49:58 -05:00
scsi_debug.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
scsi_debug.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_devinfo.c [SCSI] 2.6.13.3; add Pioneer DRM-624x to drivers/scsi/scsi_devinfo.c 2005-10-17 12:24:04 -04:00
scsi_error.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
scsi_ioctl.c [SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.c 2005-10-28 17:41:39 -05:00
scsi_lib.c [SCSI] use {sdev,scmd,starget,shost}_printk in generic code 2005-10-28 20:52:11 -05: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] fix callers of scsi_remove_device() who already hold the scan muted 2005-09-09 10:28:17 -05:00
scsi_proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_scan.c [SCSI] use {sdev,scmd,starget,shost}_printk in generic code 2005-10-28 20:52:11 -05:00
scsi_sysctl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_sysfs.c [SCSI] fix oops on usb storage device disconnect 2005-09-19 09:24:52 -05:00
scsi_transport_fc.c [SCSI] update fc_transport for removal of block/unblock functions 2005-10-28 21:20:07 -05:00
scsi_transport_iscsi.c [SCSI] iscsi: add newline to sysfs output 2005-09-20 12:34:54 -05:00
scsi_transport_sas.c [SCSI] sas: add support for PHY resets 2005-10-28 19:08:03 -05:00
scsi_transport_spi.c [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk 2005-10-28 14:23:02 -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] move the mid-layer printk's over to shost/starget/sdev_printk 2005-10-28 14:23:02 -05: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 [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk 2005-10-28 14:23:02 -05:00
sgiwd93.c [SCSI] sgiwd93: small fixes 2005-10-28 14:46:37 -05:00
sim710.c [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
sr.c [SCSI] use {sdev,scmd,starget,shost}_printk in generic code 2005-10-28 20:52:11 -05:00
sr.h [SCSI] sr.c: Fix getting wrong size 2005-08-28 11:14:12 -05:00
sr_ioctl.c [SCSI] convert sr to scsi_execute_req 2005-08-28 11:34:07 -05:00
sr_vendor.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
st.c [SCSI] use {sdev,scmd,starget,shost}_printk in generic code 2005-10-28 20:52:11 -05:00
st.h [SCSI] drivers/scsi/st.c: add reference count and related fixes 2005-08-08 09:33:48 -05: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 [SCSI] ncr53c8xx: Cleanup namespace collision with ktimers 2005-10-26 22:24:02 -05:00
sym53c416.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -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] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
tmscsim.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
u14-34f.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -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