aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_dh.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-24scsi: scsi_dh: Fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2020-07-08scsi: dh: Add Fujitsu device to devinfo and dh listsGravatar Steve Schremmer 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-04-03scsi: core: add new RDAC LENOVO/DE_Series deviceGravatar Xose Vazquez Perez 1-0/+1
2018-04-18scsi: scsi_dh: replace too broad "TP9" string with the exact modelsGravatar Xose Vazquez Perez 1-1/+4
2018-04-09scsi: scsi_dh: Don't look for NULL devices handlers by nameGravatar Johannes Thumshirn 1-0/+3
2017-12-07scsi: dh: add new rdac devicesGravatar Xose Vazquez Perez 1-1/+4
2017-09-25scsi: scsi_dh: suppress errors from unsupported devicesGravatar Hannes Reinecke 1-6/+13
2017-09-25scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Gravatar Hannes Reinecke 1-3/+14
2017-02-22scsi: use 'scsi_device_from_queue()' for scsi_dhGravatar Hannes Reinecke 1-18/+4
2016-10-11scsi: Replace wrong device handler name for CLARiiON arraysGravatar Xose Vazquez Perez 1-3/+3
2015-12-02scsi_dh: move 'dh_state' sysfs attribute to generic codeGravatar Hannes Reinecke 1-71/+1
2015-10-27scsi_dh: don't try to load a device handler during async probingGravatar Christoph Hellwig 1-1/+1
2015-10-27scsi_dh: fix use-after-free when removing scsi deviceGravatar Junichi Nomura 1-1/+5
2015-10-01scsi_dh: Use the correct module name when loading device handlerGravatar Paul Mackerras 1-1/+1
2015-08-28scsi_dh: return SCSI_DH_NOTCONN in scsi_dh_activate()Gravatar Hannes Reinecke 1-0/+1
2015-08-28scsi_dh: don't allow to detach device handlers at runtimeGravatar Christoph Hellwig 1-2/+4
2015-08-28scsi_dh: add a common helper to get a scsi_device from a request_queueGravatar Christoph Hellwig 1-53/+46
2015-08-28scsi_dh: kill struct scsi_dh_dataGravatar Christoph Hellwig 1-47/+28
2015-08-28scsi_dh: move device matching to the core codeGravatar Christoph Hellwig 1-18/+66
2015-08-28scsi_dh: integrate into the core SCSI codeGravatar Christoph Hellwig 1-171/+12
2015-08-28scsi_dh: move to drivers/scsiGravatar Christoph Hellwig 1-0/+571