aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_alua.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13scsi: target: core: Move core_alua_check_nonop_delay() callMike Christie1-1/+0
2023-03-09scsi: target: core: Use RTPI from target portRoman Bolshakov1-2/+2
2022-09-15scsi: target: alua: Do not report emtpy port groupDmitry Bogdanov1-0/+3
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov1-2/+1
2022-06-21scsi: target: Remove duplicate "the"Jiang Jian1-1/+1
2021-10-18scsi: target: Perform ALUA group changes in one stepMike Christie1-7/+16
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie1-27/+34
2021-10-18scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie1-1/+0
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp1-56/+30
2021-08-03scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp1-5/+5
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke1-3/+3
2021-01-22scsi: target: alua: Remove in_interrupt() usage in core_alua_check_nonop_delay()Sebastian Andrzej Siewior1-2/+0
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-03-27scsi: target: alua: fix the tg_pt_gps_counttangwenji1-2/+4
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche1-3/+2
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-3/+3
2018-10-23scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier1-1/+1
2017-11-04target: fix ALUA state file path truncationDavid Disseldorp1-23/+28
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-1/+2
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-4/+4
2017-03-30target: Fix ALUA transition state race between multiple initiatorsMike Christie1-88/+48
2017-03-18target: fix race during implicit transition work flushesMike Christie1-9/+1
2017-03-18target: allow userspace to set state to transitioningMike Christie1-15/+22
2017-03-18target: fix ALUA transition timeout handlingMike Christie1-15/+8
2017-03-18target: Use system workqueue for ALUA transitionsMike Christie1-5/+3
2017-03-18target: fail ALUA transitions for pscsiMike Christie1-0/+3
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie1-4/+5
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+3
2016-05-09target: use new "dbroot" target attributeLee Duncan1-3/+3
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-263/+200
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2015-06-22target: Send UA on ALUA target port group changeHannes Reinecke1-0/+7
2015-06-22target: Convert se_lun->lun_deve_lock to normal spinlockNicholas Bellinger1-2/+2
2015-06-16target: use 'se_dev_entry' when allocating UAsHannes Reinecke1-9/+18
2015-06-16target_core_alua: Correct UA handling when switching statesHannes Reinecke1-6/+16
2015-06-15target: use 64-bit LUNsHannes Reinecke1-1/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+1
2015-06-01target: Drop se_lun->lun_active for existing percpu lun_refNicholas Bellinger1-2/+3
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-2/+10
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig1-246/+148
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger1-1/+2
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-2/+2
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-1/+1
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel1-23/+10
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-13/+13
2014-06-06target: Allow READ_CAPACITY opcode in ALUA Standby access stateNicholas Bellinger1-0/+9
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-13/+13
2014-03-13target: silence GCC warning in target_alua_state_checkPaul Bolle1-51/+44
2014-02-12target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_divNicholas Bellinger1-1/+1
2014-01-09target_core_alua: check for buffer overflowHannes Reinecke1-6/+17
2014-01-09target_core_alua: Referrals configfs integrationHannes Reinecke1-0/+101
2014-01-09target_core_alua: Referrals infrastructureHannes Reinecke1-0/+154
2013-12-17target_core_alua: Use workqueue for ALUA transitioningHannes Reinecke1-50/+124
2013-12-17target_core_alua: store old and pending ALUA stateHannes Reinecke1-5/+10
2013-12-17target_core_alua: Allocate ALUA metadata on demandHannes Reinecke1-39/+31
2013-12-17target_core_alua: validate ALUA state transitionHannes Reinecke1-10/+45
2013-11-20target_core_alua: Store supported ALUA statesHannes Reinecke1-6/+8
2013-11-20target_core_alua: Rename ALUA_ACCESS_STATE_OPTIMIZEDHannes Reinecke1-5/+5
2013-11-20target_core_alua: spellcheckHannes Reinecke1-9/+9
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke1-55/+55
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-10target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov1-1/+1
2013-09-10target: Avoid non-existent tg_pt_gp_mem in target_alua_state_checkNicholas Bellinger1-0/+3
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-16/+16
2013-04-11target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger1-0/+3
2013-02-26target: writev() on single-element vector is pointlessAl Viro1-26/+9
2013-01-10target: Use TCM_NO_SENSE for initialisationHannes Reinecke1-1/+1
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-2/+1
2012-11-06target: Fix incorrect inversion of TPGS_EXPLICT_ALUA checkNicholas Bellinger1-1/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-53/+45
2012-11-06target: simplify alua supportChristoph Hellwig1-88/+47
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-80/+72
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida1-1/+1
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini1-0/+7
2012-06-12target: Return error to initiator if SET TARGET PORT GROUPS emulation failsRoland Dreier1-2/+3
2012-05-17target: Add MI_REPORT_TARGET_PGS ext. header + implict_trans_secs attributeNicholas Bellinger1-12/+70
2012-05-17target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger1-3/+3
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig1-8/+4
2012-02-25target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier1-4/+3
2012-01-18target: Allow control CDBs with data > 1 pageAndy Grover1-4/+4
2011-12-14target: header reshuffle, part2Christoph Hellwig1-3/+2
2011-12-14target: reshuffle headersChristoph Hellwig1-1/+1
2011-12-06target: remove unused struct fieldsJörn Engel1-2/+0
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-9/+16
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-04target: remove SCF_EMULATE_CDB_ASYNCChristoph Hellwig1-1/+4
2011-11-04target: pass the se_task to the CDB emulation callbackChristoph Hellwig1-2/+4
2011-10-31drivers/target: Add export.h to files as required.Paul Gortmaker1-0/+1
2011-10-24target: Fix REPORT TARGET PORT GROUPS handling with small allocation lengthNicholas Bellinger1-0/+20
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-84/+84
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover1-11/+31
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-2/+2
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-4/+4
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-107/+115
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-5/+5
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger1-0/+1991