summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler
AgeCommit message (Expand)AuthorLines
2019-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-15/+1
2019-05-29scsi: scsi_dh_alua: Fix possible null-ptr-derefYueHaibing-4/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig-22/+21
2018-04-03Merge branch 'fixes' into miscJames Bottomley-0/+5
2018-03-15scsi: scsi_dh_alua: Correct comment for alua_alloc_pg()John Pittman-1/+1
2018-03-12scsi: device_handler: remove VLAsStephen Kitt-6/+6
2018-01-30scsi: scsi_dh: Document alua_rtpg_queue() argumentsBart Van Assche-0/+5
2018-01-10scsi: scsi_dh_alua: skip RTPG for devices only supporting active/optimizedHannes Reinecke-9/+28
2017-09-25scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke-16/+18
2017-06-26scsi: scsi_dh_alua: remove synchronous STPG supportChristoph Hellwig-22/+5
2017-05-23scsi: scsi_dh_rdac: Use ctlr directly in rdac_failover_get()Artem Savkov-6/+4
2017-03-19scsi: scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULLBart Van Assche-1/+1
2017-03-19scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche-5/+15
2017-03-19scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche-9/+9
2017-02-23scsi: remove scsi_execute_req_flagsChristoph Hellwig-24/+16
2017-02-22scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter-1/+1
2017-01-27scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke-157/+65
2017-01-27scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke-191/+56
2017-01-27scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke-123/+51
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7/+9
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+8
2016-12-05scsi: scsi_dh_alua: Fix RCU annotationsBart Van Assche-7/+9
2016-11-01scsi: scsi_dh_alua: Fix a reference counting bugBart Van Assche-1/+3
2016-11-01scsi: scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()tang.junhui-0/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig-6/+8
2016-09-26scsi: scsi_dh_alua: Fix memory leak in alua_rtpg()tang.junhui-0/+1
2016-05-17Merge branch 'fixes' into miscJames Bottomley-0/+1
2016-05-10scsi_dh_alua: do not fail for unknown VPD identificationHannes Reinecke-8/+17
2016-04-30scsi_dh_alua: uninitialized variable in alua_rtpg()Dan Carpenter-0/+1
2016-04-15scsi_dh_alua: Declare local functions staticBart Van Assche-4/+4
2016-03-29scsi_dh_alua: Fix a recently introduced deadlockBart Van Assche-2/+2
2016-03-14scsi_dh_alua: uninitialized variable in alua_check_vpd()Dan Carpenter-1/+1
2016-03-05scsi_dh_emc: update 'access_state' fieldHannes Reinecke-1/+6
2016-03-05scsi_dh_rdac: update 'access_state' fieldHannes Reinecke-7/+31
2016-03-05scsi_dh_alua: update 'access_state' fieldHannes Reinecke-2/+46
2016-03-05scsi_dh_alua: use common definitions for ALUA stateHannes Reinecke-33/+25
2016-02-23scsi_dh_alua: Update version to 2.0Hannes Reinecke-1/+1
2016-02-23scsi_dh: add 'rescan' callbackHannes Reinecke-0/+8
2016-02-23scsi_dh_alua: Send TEST UNIT READY to poll for transitioningHannes Reinecke-0/+38
2016-02-23scsi_dh_alua: update all port statesHannes Reinecke-9/+26
2016-02-23scsi_dh_alua: Recheck state on unit attentionHannes Reinecke-12/+55
2016-02-23scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke-0/+2
2016-02-23scsi_dh_alua: Allow workqueue to run synchronouslyHannes Reinecke-3/+18
2016-02-23scsi_dh_alua: Use workqueue for RTPGHannes Reinecke-54/+242
2016-02-23scsi_dh_alua: remove 'rel_port' from alua_dh_data structureHannes Reinecke-5/+1
2016-02-23scsi_dh_alua: move optimize_stpg evaluationHannes Reinecke-7/+6
2016-02-23revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should ...Hannes Reinecke-19/+12