linux/drivers/scsi/libsas
Dan Williams 9508a66f89 [SCSI] libsas: async ata scanning
libsas ata error handling is already async but this does not help the
scan case.  Move initial link recovery out from under host->scan_mutex,
and delay synchronization with eh until after all port probe/recovery
work has been queued.

Device ordering is maintained with scan order by still calling
sas_rphy_add() in order of domain discovery.

Since we now scan the domain list when invoking libata-eh we need to be
careful to check for fully initialized ata ports.

Acked-by: Jack Wang <jack_wang@usish.com>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2012-02-29 15:35:41 -06:00
..
Kconfig [SCSI] libsas: convert to standard kernel debugging 2011-01-24 12:05:38 -06:00
Makefile Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 2011-03-20 18:14:55 -07:00
sas_ata.c [SCSI] libsas: async ata scanning 2012-02-29 15:35:41 -06:00
sas_discover.c [SCSI] libsas: async ata scanning 2012-02-29 15:35:41 -06:00
sas_dump.c [SCSI] libsas: convert to standard kernel debugging 2011-01-24 12:05:38 -06:00
sas_dump.h [SCSI] libsas: convert to standard kernel debugging 2011-01-24 12:05:38 -06:00
sas_event.c [SCSI] libsas: fix sas_unregister_ports vs sas_drain_work 2012-02-29 15:27:09 -06:00
sas_expander.c [SCSI] libsas: restore scan order 2012-02-29 15:34:19 -06:00
sas_host_smp.c [SCSI] libsas: route local link resets through ata-eh 2012-02-29 15:25:32 -06:00
sas_init.c [SCSI] libsas: fix sas_unregister_ports vs sas_drain_work 2012-02-29 15:27:09 -06:00
sas_internal.h [SCSI] libsas: async ata scanning 2012-02-29 15:35:41 -06:00
sas_phy.c [SCSI] libsas: replace event locks with atomic bitops 2012-02-19 13:41:04 -06:00
sas_port.c [SCSI] libsas: fix sas port naming 2012-02-29 15:29:06 -06:00
sas_scsi_host.c [SCSI] libsas: async ata scanning 2012-02-29 15:35:41 -06:00
sas_task.c scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required 2011-10-31 19:31:23 -04:00