summaryrefslogtreecommitdiff
path: root/drivers/scsi/device_handler
AgeCommit message (Expand)Author
2016-02-23scsi_dh_alua: Allow workqueue to run synchronouslyHannes Reinecke
2016-02-23scsi_dh_alua: Use workqueue for RTPGHannes Reinecke
2016-02-23scsi_dh_alua: remove 'rel_port' from alua_dh_data structureHannes Reinecke
2016-02-23scsi_dh_alua: move optimize_stpg evaluationHannes Reinecke
2016-02-23revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should ...Hannes Reinecke
2016-02-23scsi_dh_alua: simplify alua_initialize()Hannes Reinecke
2016-02-23scsi_dh_alua: use unique device idHannes Reinecke
2016-02-23scsi_dh_alua: Use separate alua_port_group structureHannes Reinecke
2016-02-23scsi_dh_alua: allocate RTPG buffer separatelyHannes Reinecke
2016-02-23scsi_dh_alua: switch to scsi_execute_req_flags()Hannes Reinecke
2016-02-23scsi_dh_alua: call alua_rtpg() if stpg failsHannes Reinecke
2016-02-23scsi_dh_alua: Make stpg synchronousHannes Reinecke
2016-02-23scsi_dh_alua: separate out alua_stpg()Hannes Reinecke
2016-02-23scsi_dh_alua: Pass buffer as function argumentHannes Reinecke
2016-02-23scsi_dh: force modular build if SCSI is a moduleArnd Bergmann
2016-02-04scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke
2015-12-07scsi_dh_alua: Remove stale variablesHannes Reinecke
2015-12-02scsi_dh_alua: use scsi_vpd_tpg_id()Hannes Reinecke
2015-12-02scsi_dh_alua: simplify sense code handlingHannes Reinecke
2015-12-02scsi_dh_alua: rework alua_check_tpgs() to return the tpgs modeHannes Reinecke
2015-12-02scsi_dh_alua: use unaligned access macrosHannes Reinecke
2015-12-02scsi_dh_alua: use flag for RTPG extended headerHannes Reinecke
2015-12-02scsi_dh_alua: fixup description of stpg_endio()Hannes Reinecke
2015-12-02scsi_dh_alua: return standard SCSI return codes in submit_rtpgHannes Reinecke
2015-12-02scsi_dh_alua: use standard logging functionsHannes Reinecke
2015-12-02scsi_dh_alua: sanitze sense code handlingHannes Reinecke
2015-12-02scsi_dh_alua: improved loggingHannes Reinecke
2015-12-02scsi_dh_alua: Use vpd_pg83 informationHannes Reinecke
2015-12-02scsi_dh_alua: Disable ALUA handling for non-disk devicesHannes Reinecke
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig
2015-08-28scsi_dh: move to drivers/scsiChristoph Hellwig
2015-08-28dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig
2015-02-02scsi: fix device handler detach oopsMike Christie
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig
2014-11-12scsi: device handlers must have attach and detach methodsChristoph Hellwig
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig
2014-11-12scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig
2014-11-10scsi: TUR path is down after adapter gets reset with multipathwenxiong@linux.vnet.ibm.com
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2013-10-25[SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transiti...Stewart, Sean
2013-10-25[SCSI] scsi_dh_alua: ALUA check sense should retry device internal reset unit...Stewart, Sean
2013-10-25[SCSI] scsi_dh_rdac: Add new IBM 1813 product id to rdac devlistStewart, Sean
2013-04-11[SCSI] scsi_dh_alua: Add module parameter to allow failover to non preferred ...Stewart, Sean
2013-04-09[SCSI] scsi_dh_alua: fix stpg sense handlingMike Christie