aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tmr.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie1-3/+23
2023-01-13scsi: target: core: Fix warning on RT kernelsMaurizio Lombardi1-2/+2
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov1-16/+1
2021-03-04scsi: target: core: Flush submission work during TMR processingMike Christie1-0/+4
2020-11-04scsi: target: Make state_list per CPUMike Christie1-79/+87
2020-07-28scsi: target: Add tmr_notify backend functionBodo Stroesser1-1/+15
2020-07-28scsi: target: Modify core_tmr_abort_task()Bodo Stroesser1-8/+14
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-2/+2
2020-02-21scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche1-1/+1
2019-02-04scsi: target/core: Simplify the LUN RESET implementationBart Van Assche1-12/+2
2019-02-04scsi: target/core: Remove several state tests from the TMF codeBart Van Assche1-25/+0
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche1-21/+28
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche1-1/+2
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-2/+2
2018-07-02scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche1-13/+3
2018-07-02scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche1-12/+3
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche1-3/+2
2017-11-07target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger1-0/+9
2017-11-04target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji1-1/+2
2017-07-06target: Introduce a function that shows the command stateBart Van Assche1-14/+4
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger1-8/+8
2017-02-26target: Add counters for ABORT_TASK success + failureNicholas Bellinger1-0/+2
2017-02-20target: Delete tmr from list before processingBart Van Assche1-6/+1
2017-02-09target: Make core_tmr_abort_task() consider all commandsBart Van Assche1-5/+3
2016-03-05target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger1-1/+0
2016-02-05target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger1-16/+38
2016-02-03target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger1-7/+9
2016-02-03target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger1-1/+21
2016-02-03target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger1-23/+46
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+1
2016-01-06target: Fix spelling + remove set-but-not-used variablesBart Van Assche1-1/+1
2015-11-28target: Invoke release_cmd() callback without holding a spinlockBart Van Assche1-1/+6
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-12/+12
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-10/+11
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche1-1/+1
2015-04-15target: Make core_tmr_abort_task() skip TMFsBart Van Assche1-2/+2
2014-10-01target: simplify core_tmr_abort_taskJoern Engel1-3/+2
2014-10-01target: simplify core_tmr_release_req()Joern Engel1-12/+7
2014-04-11target: Add check to prevent Abort Task from aborting itselfAlex Leung1-0/+5
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung1-12/+6
2013-11-13target: Convert se_device statistics to atomic_long_tNicholas Bellinger1-3/+1
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-06-20target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger1-10/+2
2013-02-13target: Remove useless if statementRoland Dreier1-12/+0
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-2/+1
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-3/+3
2012-11-01target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson1-3/+3
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig1-53/+1
2012-07-16target: remove the execute listChristoph Hellwig1-3/+0
2012-05-06target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig1-7/+0
2012-05-06target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig1-2/+0
2012-05-06target: remove struct se_taskChristoph Hellwig1-5/+3
2012-05-06target: move the state and execute lists to the commandChristoph Hellwig1-31/+23
2012-05-06target: simplify command to task linkageChristoph Hellwig1-4/+2
2012-02-25target: Add TMR_ABORT_TASK task management supportNicholas Bellinger1-0/+64
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-6/+9
2012-02-25target: replace various cmd flags with a transport stateChristoph Hellwig1-12/+12
2011-12-14target: simplify target_check_cdb_and_preemptJörn Engel1-16/+10
2011-12-14target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel1-0/+15
2011-12-14target: make the se_task task_state_active a normal boolChristoph Hellwig1-1/+1
2011-12-14target: header reshuffle, part2Christoph Hellwig1-4/+2
2011-12-14target: reshuffle headersChristoph Hellwig1-0/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-4/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-02target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger1-10/+0
2011-11-02target: Avoid double list_del for aborted se_tmr_reqJoern Engel1-1/+1
2011-10-31drivers/target: Add export.h to files as required.Paul Gortmaker1-0/+1
2011-10-27target: Minor cleanups to core_tmr_drain_tmr_listJoern Engel1-7/+6
2011-10-27target: Fix wrong se_tmr being added to drain_tmr_listJoern Engel1-1/+1
2011-10-27target: Fix incorrect se_cmd assignment in core_tmr_drain_tmr_listJoern Engel1-1/+1
2011-10-24target: use a workqueue for I/O completionsChristoph Hellwig1-0/+10
2011-10-24target: remove TRANSPORT_DEFERRED_CMD stateChristoph Hellwig1-3/+3
2011-10-24target: factor some duplicate code for stopping a taskChristoph Hellwig1-17/+2
2011-10-24target: Remove unnecessary se_task membersChristoph Hellwig1-5/+2
2011-10-24target: make more use of the task_flags field in se_taskChristoph Hellwig1-5/+4
2011-10-24target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortNicholas Bellinger1-1/+1
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier1-3/+3
2011-10-24target: Prevent TRANSPORT_FREE_CMD_INTR processing in core_tmr_drain_cmd_listNicholas Bellinger1-0/+10
2011-10-24target: Re-org of core_tmr_lun_resetNicholas Bellinger1-72/+125
2011-10-24target: Prevent cmd->se_queue_node double addRoland Dreier1-1/+1
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-33/+26
2011-07-22target: Make se_tmr_lock IRQ-safeRoland Dreier1-8/+8
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig1-5/+0
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-28/+28
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-56/+33
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-42/+42
2011-06-23target: Fix transport_get_lun_for_tmr failure casesNicholas Bellinger1-1/+7
2011-05-27[SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_reqNicholas Bellinger1-3/+4
2011-02-28[SCSI] target: Fix t_transport_aborted handling in LUN_RESET + active I/O shu...Nicholas Bellinger1-0/+5
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger1-0/+404