aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tmr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 being abortedBart 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/target-pendingLinus 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/target-pendingLinus 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_cmdNicholas 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