aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_dh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09scsi: scsi_dh: Don't look for NULL devices handlers by nameJohannes Thumshirn1-0/+3
2017-12-07scsi: dh: add new rdac devicesXose Vazquez Perez1-1/+4
2017-09-25scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke1-6/+13
2017-09-25scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke1-3/+14
2017-02-22scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke1-18/+4
2016-10-11scsi: Replace wrong device handler name for CLARiiON arraysXose Vazquez Perez1-3/+3
2015-12-02scsi_dh: move 'dh_state' sysfs attribute to generic codeHannes Reinecke1-71/+1
2015-10-27scsi_dh: don't try to load a device handler during async probingChristoph Hellwig1-1/+1
2015-10-27scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura1-1/+5
2015-10-01scsi_dh: Use the correct module name when loading device handlerPaul Mackerras1-1/+1
2015-08-28scsi_dh: return SCSI_DH_NOTCONN in scsi_dh_activate()Hannes Reinecke1-0/+1
2015-08-28scsi_dh: don't allow to detach device handlers at runtimeChristoph Hellwig1-2/+4
2015-08-28scsi_dh: add a common helper to get a scsi_device from a request_queueChristoph Hellwig1-53/+46
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig1-47/+28
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig1-18/+66
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig1-171/+12
2015-08-28scsi_dh: move to drivers/scsiChristoph Hellwig1-0/+571