summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tmr.c
AgeCommit message (Expand)AuthorFilesLines
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-08target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger1-0/+9
2017-11-05target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji1-1/+2
2017-07-07target: Introduce a function that shows the command stateBart Van Assche1-14/+4
2017-06-09target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger1-8/+8
2017-02-27target: Add counters for ABORT_TASK success + failureNicholas Bellinger1-0/+2
2017-02-21target: 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-06target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger1-1/+0
2016-02-06target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger1-16/+38
2016-02-04target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger1-7/+9
2016-02-04target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger1-1/+21
2016-02-04target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger1-23/+46
2016-01-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+1
2016-01-07target: Fix spelling + remove set-but-not-used variablesBart Van Assche1-1/+1
2015-11-29target: Invoke release_cmd() callback without holding a spinlockBart Van Assche1-1/+6
2015-07-05Merge 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-31target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-31target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-10/+11
2015-05-31target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche1-1/+1
2015-04-16target: Make core_tmr_abort_task() skip TMFsBart Van Assche1-2/+2
2014-10-02target: simplify core_tmr_abort_taskJoern Engel1-3/+2
2014-10-02target: simplify core_tmr_release_req()Joern Engel1-12/+7
2014-04-12target: 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-14target: Convert se_device statistics to atomic_long_tNicholas Bellinger1-3/+1
2013-09-11target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-06-21target: 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-28target: Update copyright information to 2012Nicholas Bellinger1-2/+1
2012-11-07target: 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-17target: replace the processing thread with a TMR work queueChristoph Hellwig1-53/+1
2012-07-17target: remove the execute listChristoph Hellwig1-3/+0
2012-05-07target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig1-7/+0
2012-05-07target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig1-2/+0
2012-05-07target: remove struct se_taskChristoph Hellwig1-5/+3
2012-05-07target: move the state and execute lists to the commandChristoph Hellwig1-31/+23
2012-05-07target: simplify command to task linkageChristoph Hellwig1-4/+2
2012-02-26target: Add TMR_ABORT_TASK task management supportNicholas Bellinger1-0/+64
2012-02-26target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-6/+9
2012-02-26target: 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