summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tmr.c
Commit message (Expand)AuthorAge
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-07
* target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji2017-11-04
* target: Introduce a function that shows the command stateBart Van Assche2017-07-06
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-08
* target: Add counters for ABORT_TASK success + failureNicholas Bellinger2017-02-26
* target: Delete tmr from list before processingBart Van Assche2017-02-20
* target: Make core_tmr_abort_task() consider all commandsBart Van Assche2017-02-09
* target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger2016-03-05
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-02-05
* target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger2016-02-03
* target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2016-02-03
* target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2016-02-03
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-20
|\
| * target: Fix spelling + remove set-but-not-used variablesBart Van Assche2016-01-06
* | target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2015-11-28
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-04
|\
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-30
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-30
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-30
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-02
|/
* target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-15
* target: simplify core_tmr_abort_taskJoern Engel2014-10-01
* target: simplify core_tmr_release_req()Joern Engel2014-10-01
* target: Add check to prevent Abort Task from aborting itselfAlex Leung2014-04-11
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-07
* target: Convert se_device statistics to atomic_long_tNicholas Bellinger2013-11-13
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-10
* target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger2013-06-20
* target: Remove useless if statementRoland Dreier2013-02-13
* target: Update copyright information to 2012Nicholas Bellinger2012-11-27
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-06
* target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson2012-11-01
* target: replace the processing thread with a TMR work queueChristoph Hellwig2012-07-16
* target: remove the execute listChristoph Hellwig2012-07-16
* target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2012-05-06
* target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2012-05-06
* target: remove struct se_taskChristoph Hellwig2012-05-06
* target: move the state and execute lists to the commandChristoph Hellwig2012-05-06
* target: simplify command to task linkageChristoph Hellwig2012-05-06
* target: Add TMR_ABORT_TASK task management supportNicholas Bellinger2012-02-25
* target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-25
* target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-25
* target: simplify target_check_cdb_and_preemptJörn Engel2011-12-14
* target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel2011-12-14
* target: make the se_task task_state_active a normal boolChristoph Hellwig2011-12-14
* target: header reshuffle, part2Christoph Hellwig2011-12-14
* target: reshuffle headersChristoph Hellwig2011-12-14
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-06
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * drivers/target: Add export.h to files as required.Paul Gortmaker2011-10-31