summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_dh.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* scsi: core: add new RDAC LENOVO/DE_Series deviceXose Vazquez Perez2019-04-041-0/+1
* scsi: scsi_dh: replace too broad "TP9" string with the exact modelsXose Vazquez Perez2018-04-191-1/+4
* scsi: scsi_dh: Don't look for NULL devices handlers by nameJohannes Thumshirn2018-04-091-0/+3
* scsi: dh: add new rdac devicesXose Vazquez Perez2017-12-081-1/+4
* scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke2017-09-261-6/+13
* scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke2017-09-261-3/+14
* scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2017-02-231-18/+4Star
* 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/+1Star
* 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/+46Star
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-47/+28Star
* 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/+12Star
* scsi_dh: move to drivers/scsiChristoph Hellwig2015-08-281-0/+571