summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_dh.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2017-02-221-18/+4
* scsi: Replace wrong device handler name for CLARiiON arraysXose Vazquez Perez2016-10-111-3/+3
* scsi_dh: move 'dh_state' sysfs attribute to generic codeHannes Reinecke2015-12-021-71/+1
* scsi_dh: don't try to load a device handler during async probingChristoph Hellwig2015-10-271-1/+1
* scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura2015-10-271-1/+5
* scsi_dh: Use the correct module name when loading device handlerPaul Mackerras2015-10-011-1/+1
* scsi_dh: return SCSI_DH_NOTCONN in scsi_dh_activate()Hannes Reinecke2015-08-281-0/+1
* scsi_dh: don't allow to detach device handlers at runtimeChristoph Hellwig2015-08-281-2/+4
* scsi_dh: add a common helper to get a scsi_device from a request_queueChristoph Hellwig2015-08-281-53/+46
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-47/+28
* scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-281-18/+66
* scsi_dh: integrate into the core SCSI codeChristoph Hellwig2015-08-281-171/+12
* scsi_dh: move to drivers/scsiChristoph Hellwig2015-08-281-0/+571