summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh.c
AgeCommit message (Expand)AuthorLines
2015-02-02scsi: fix device handler detach oopsMike Christie-1/+2
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig-8/+21
2014-11-12scsi: device handlers must have attach and detach methodsChristoph Hellwig-12/+13
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig-9/+22
2012-07-20[SCSI] scsi_dh: add scsi_dh_attached_handler_nameMike Snitzer-2/+36
2011-12-15[SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_infoMoger, Babu-58/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker-0/+1
2011-10-31[SCSI] scsi_dh: check queuedata pointer before proceeding furtherMoger, Babu-1/+9
2011-08-30[SCSI] scsi_dh: Check for sdev state in store_dh_state()Hannes Reinecke-0/+4
2011-08-30[SCSI] scsi_dh: Implement match callback functionHannes Reinecke-7/+46
2011-08-30[SCSI] scsi_dh: Fixup kernel-doc commentsHannes Reinecke-2/+2
2011-04-24[SCSI] scsi_dh: fix reference counting in scsi_dh_activate error pathMike Snitzer-3/+6
2011-01-24[SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler t...Peter Jones-75/+37
2010-12-21[SCSI] scsi_dh: propagate SCSI device deletionMenny Hamburger-2/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-04[SCSI] scsi_dh: create sysfs file, dh_state for all SCSI disk devicesChandra Seetharaman-7/+4
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman-5/+12
2009-08-22[SCSI] scsi_dh: add the interface scsi_dh_set_params()Chandra Seetharaman-0/+33
2009-08-22[SCSI] scsi_dh: Reference count scsi_dh_attachChandra Seetharaman-7/+16
2008-07-26[SCSI] scsi_dh: create lookup cacheHannes Reinecke-24/+105
2008-07-26[SCSI] scsi_dh: attach to hardware handler from dm-mpathHannes Reinecke-0/+64
2008-07-26[SCSI] scsi_dh: Add 'dh_state' sysfs attributeHannes Reinecke-1/+102
2008-07-26[SCSI] scsi_dh: Implement common device table handlingHannes Reinecke-32/+170
2008-06-05[SCSI] scsi_dh: add infrastructure for SCSI Device HandlersChandra Seetharaman-0/+162