aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23scsi_dh_alua: call alua_rtpg() if stpg failsHannes Reinecke1-0/+2
2016-02-23scsi_dh_alua: Make stpg synchronousHannes Reinecke1-104/+54
2016-02-23scsi_dh_alua: separate out alua_stpg()Hannes Reinecke1-34/+61
2016-02-23scsi_dh_alua: Pass buffer as function argumentHannes Reinecke1-6/+7
2016-02-23scsi_dh: force modular build if SCSI is a moduleArnd Bergmann1-4/+4
2016-02-04scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke1-1/+3
2015-12-07scsi_dh_alua: Remove stale variablesHannes Reinecke1-2/+0
2015-12-02scsi_dh_alua: use scsi_vpd_tpg_id()Hannes Reinecke1-31/+6
2015-12-02scsi_dh_alua: simplify sense code handlingHannes Reinecke1-28/+17
2015-12-02scsi_dh_alua: rework alua_check_tpgs() to return the tpgs modeHannes Reinecke1-14/+11
2015-12-02scsi_dh_alua: use unaligned access macrosHannes Reinecke1-15/+8
2015-12-02scsi_dh_alua: use flag for RTPG extended headerHannes Reinecke1-8/+7
2015-12-02scsi_dh_alua: fixup description of stpg_endio()Hannes Reinecke1-4/+2
2015-12-02scsi_dh_alua: return standard SCSI return codes in submit_rtpgHannes Reinecke1-16/+17
2015-12-02scsi_dh_alua: use standard logging functionsHannes Reinecke1-14/+13
2015-12-02scsi_dh_alua: sanitze sense code handlingHannes Reinecke1-11/+7
2015-12-02scsi_dh_alua: improved loggingHannes Reinecke1-2/+8
2015-12-02scsi_dh_alua: Use vpd_pg83 informationHannes Reinecke1-69/+18
2015-12-02scsi_dh_alua: Disable ALUA handling for non-disk devicesHannes Reinecke1-0/+12
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig4-65/+44
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig4-115/+0
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig2-2/+1
2015-08-28scsi_dh: move to drivers/scsiChristoph Hellwig1-571/+0
2015-08-28dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig1-17/+19
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig1-74/+22
2015-02-02scsi: fix device handler detach oopsMike Christie1-1/+2
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig5-166/+87
2014-11-12scsi: device handlers must have attach and detach methodsChristoph Hellwig1-12/+13
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig3-6/+12
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig4-60/+37
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig5-25/+22
2014-11-12scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig1-1/+1
2014-11-10scsi: TUR path is down after adapter gets reset with multipathwenxiong@linux.vnet.ibm.com1-0/+7
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence4-5/+5
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe4-5/+5
2013-10-25[SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioningStewart, Sean1-10/+16
2013-10-25[SCSI] scsi_dh_alua: ALUA check sense should retry device internal reset unit attentionStewart, Sean1-0/+5
2013-10-25[SCSI] scsi_dh_rdac: Add new IBM 1813 product id to rdac devlistStewart, Sean1-0/+1
2013-04-11[SCSI] scsi_dh_alua: Add module parameter to allow failover to non preferred path without STPGStewart, Sean1-0/+7
2013-04-09[SCSI] scsi_dh_alua: fix stpg sense handlingMike Christie1-4/+6
2013-01-21drivers/scsi/device_handler: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-09-24[SCSI] scsi_dh_alua: Enable STPG for unavailable portsBart Van Assche1-2/+1
2012-09-24[SCSI] scsi_dh_rdac : minor return fix for rdacMoger, Babu1-1/+1
2012-09-24[SCSI] scsi_dh_rdac : Consolidate rdac strings togetherMoger, Babu1-15/+4
2012-09-24[SCSI] scsi_dh_rdac: Add a new netapp vendor/product stringMoger, Babu1-5/+6
2012-07-20[SCSI] scsi_dh: add scsi_dh_attached_handler_nameMike Snitzer1-2/+36
2012-07-20[SCSI] scsi_dh_alua: Re-enable STPG for unavailable portsBart Van Assche1-1/+1
2012-07-20[SCSI] scsi_dh_alua: backoff alua rtpg retry linearly vs. geometricallyRob Evers1-2/+2
2012-07-20[SCSI] scsi_dh_alua: retry alua rtpg extended header for illegal request responseRob Evers1-3/+23
2012-07-20[SCSI] scsi_dh_alua: implement 'implied transition timeout'Rob Evers1-5/+36