summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tmr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche2018-12-071-21/+28
* scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2018-12-071-1/+2
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-2/+2
* scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche2018-07-021-13/+3
* scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche2018-07-021-12/+3
* scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche2018-07-021-3/+2
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-071-0/+9
* target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji2017-11-041-1/+2
* target: Introduce a function that shows the command stateBart Van Assche2017-07-061-14/+4
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-081-8/+8
* target: Add counters for ABORT_TASK success + failureNicholas Bellinger2017-02-261-0/+2
* target: Delete tmr from list before processingBart Van Assche2017-02-201-6/+1
* target: Make core_tmr_abort_task() consider all commandsBart Van Assche2017-02-091-5/+3
* target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger2016-03-051-1/+0
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-02-051-16/+38
* target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger2016-02-031-7/+9
* target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2016-02-031-1/+21
* target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2016-02-031-23/+46
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-1/+1
|\
| * target: Fix spelling + remove set-but-not-used variablesBart Van Assche2016-01-061-1/+1
* | target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2015-11-281-1/+6
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-12/+12
|\
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-10/+11
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-301-1/+1
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+0
|/
* target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-151-2/+2
* target: simplify core_tmr_abort_taskJoern Engel2014-10-011-3/+2
* target: simplify core_tmr_release_req()Joern Engel2014-10-011-12/+7
* target: Add check to prevent Abort Task from aborting itselfAlex Leung2014-04-111-0/+5
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-071-12/+6
* target: Convert se_device statistics to atomic_long_tNicholas Bellinger2013-11-131-3/+1
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger2013-06-201-10/+2
* target: Remove useless if statementRoland Dreier2013-02-131-12/+0
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-2/+1
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-3/+3
* target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson2012-11-011-3/+3
* target: replace the processing thread with a TMR work queueChristoph Hellwig2012-07-161-53/+1
* target: remove the execute listChristoph Hellwig2012-07-161-3/+0
* target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2012-05-061-7/+0
* target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2012-05-061-2/+0
* target: remove struct se_taskChristoph Hellwig2012-05-061-5/+3
* target: move the state and execute lists to the commandChristoph Hellwig2012-05-061-31/+23
* target: simplify command to task linkageChristoph Hellwig2012-05-061-4/+2
* target: Add TMR_ABORT_TASK task management supportNicholas Bellinger2012-02-251-0/+64
* target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-6/+9
* target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-251-12/+12
* target: simplify target_check_cdb_and_preemptJörn Engel2011-12-141-16/+10
* target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel2011-12-141-0/+15