summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tmr.c
Commit message (Expand)AuthorAgeFilesLines
* target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger2016-03-061-1/+0Star
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-02-061-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-211-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-291-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-311-1/+0Star
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-10/+11
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-311-1/+1
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+0Star
|/
* target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-161-2/+2
* target: simplify core_tmr_abort_taskJoern Engel2014-10-011-3/+2Star
* target: simplify core_tmr_release_req()Joern Engel2014-10-011-12/+7Star
* target: Add check to prevent Abort Task from aborting itselfAlex Leung2014-04-121-0/+5
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-071-12/+6Star
* target: Convert se_device statistics to atomic_long_tNicholas Bellinger2013-11-141-3/+1Star
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
* target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger2013-06-201-10/+2Star
* target: Remove useless if statementRoland Dreier2013-02-131-12/+0Star
* target: Update copyright information to 2012Nicholas Bellinger2012-11-281-2/+1Star
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-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-171-53/+1Star
* target: remove the execute listChristoph Hellwig2012-07-171-3/+0Star
* target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2012-05-071-7/+0Star
* target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2012-05-071-2/+0Star
* target: remove struct se_taskChristoph Hellwig2012-05-071-5/+3Star
* target: move the state and execute lists to the commandChristoph Hellwig2012-05-071-31/+23Star
* target: simplify command to task linkageChristoph Hellwig2012-05-071-4/+2Star
* 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/+10Star
* target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel2011-12-141-0/+15
* target: make the se_task task_state_active a normal boolChristoph Hellwig2011-12-141-1/+1
* target: header reshuffle, part2Christoph Hellwig2011-12-141-4/+2Star
* target: reshuffle headersChristoph Hellwig2011-12-141-0/+1
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-061-4/+0Star
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * drivers/target: Add export.h to files as required.Paul Gortmaker2011-11-011-0/+1
* | target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger2011-11-021-10/+0Star
* | target: Avoid double list_del for aborted se_tmr_reqJoern Engel2011-11-021-1/+1
* | target: Minor cleanups to core_tmr_drain_tmr_listJoern Engel2011-10-271-7/+6Star
* | target: Fix wrong se_tmr being added to drain_tmr_listJoern Engel2011-10-271-1/+1
* | target: Fix incorrect se_cmd assignment in core_tmr_drain_tmr_listJoern Engel2011-10-271-1/+1
|/
* target: use a workqueue for I/O completionsChristoph Hellwig2011-10-241-0/+10
* target: remove TRANSPORT_DEFERRED_CMD stateChristoph Hellwig2011-10-241-3/+3