aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh_alua.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+16
2019-10-09scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitionsHannes Reinecke1-5/+16
2019-07-23scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPGHannes Reinecke1-1/+6
2019-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-29scsi: scsi_dh_alua: Fix possible null-ptr-derefYueHaibing1-4/+2
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig1-10/+11
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-0/+5
2018-03-15scsi: scsi_dh_alua: Correct comment for alua_alloc_pg()John Pittman1-1/+1
2018-03-12scsi: device_handler: remove VLAsStephen Kitt1-4/+4
2018-01-30scsi: scsi_dh: Document alua_rtpg_queue() argumentsBart Van Assche1-0/+5
2018-01-10scsi: scsi_dh_alua: skip RTPG for devices only supporting active/optimizedHannes Reinecke1-9/+28
2017-09-25scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke1-6/+4
2017-06-26scsi: scsi_dh_alua: remove synchronous STPG supportChristoph Hellwig1-22/+5
2017-03-19scsi: scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULLBart Van Assche1-1/+1
2017-03-19scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche1-5/+15
2017-03-19scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche1-9/+9
2017-02-23scsi: remove scsi_execute_req_flagsChristoph Hellwig1-10/+6
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+9
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2016-12-05scsi: scsi_dh_alua: Fix RCU annotationsBart Van Assche1-7/+9
2016-11-01scsi: scsi_dh_alua: Fix a reference counting bugBart Van Assche1-1/+3
2016-11-01scsi: scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()tang.junhui1-0/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-3/+5
2016-09-26scsi: scsi_dh_alua: Fix memory leak in alua_rtpg()tang.junhui1-0/+1
2016-05-17Merge branch 'fixes' into miscJames Bottomley1-0/+1
2016-05-10scsi_dh_alua: do not fail for unknown VPD identificationHannes Reinecke1-8/+17
2016-04-30scsi_dh_alua: uninitialized variable in alua_rtpg()Dan Carpenter1-0/+1
2016-04-15scsi_dh_alua: Declare local functions staticBart Van Assche1-4/+4
2016-03-29scsi_dh_alua: Fix a recently introduced deadlockBart Van Assche1-2/+2
2016-03-14scsi_dh_alua: uninitialized variable in alua_check_vpd()Dan Carpenter1-1/+1
2016-03-05scsi_dh_alua: update 'access_state' fieldHannes Reinecke1-2/+46
2016-03-05scsi_dh_alua: use common definitions for ALUA stateHannes Reinecke1-33/+25
2016-02-23scsi_dh_alua: Update version to 2.0Hannes Reinecke1-1/+1
2016-02-23scsi_dh: add 'rescan' callbackHannes Reinecke1-0/+8
2016-02-23scsi_dh_alua: Send TEST UNIT READY to poll for transitioningHannes Reinecke1-0/+38
2016-02-23scsi_dh_alua: update all port statesHannes Reinecke1-9/+26
2016-02-23scsi_dh_alua: Recheck state on unit attentionHannes Reinecke1-12/+55
2016-02-23scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke1-0/+2
2016-02-23scsi_dh_alua: Allow workqueue to run synchronouslyHannes Reinecke1-3/+18
2016-02-23scsi_dh_alua: Use workqueue for RTPGHannes Reinecke1-54/+242
2016-02-23scsi_dh_alua: remove 'rel_port' from alua_dh_data structureHannes Reinecke1-5/+1
2016-02-23scsi_dh_alua: move optimize_stpg evaluationHannes Reinecke1-7/+6
2016-02-23revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioning")Hannes Reinecke1-19/+12
2016-02-23scsi_dh_alua: simplify alua_initialize()Hannes Reinecke1-21/+17
2016-02-23scsi_dh_alua: use unique device idHannes Reinecke1-5/+50
2016-02-23scsi_dh_alua: Use separate alua_port_group structureHannes Reinecke1-53/+128
2016-02-23scsi_dh_alua: allocate RTPG buffer separatelyHannes Reinecke1-34/+23
2016-02-23scsi_dh_alua: switch to scsi_execute_req_flags()Hannes Reinecke1-89/+36
2016-02-23scsi_dh_alua: call alua_rtpg() if stpg failsHannes Reinecke1-0/+2