summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tmr.c
AgeCommit message (Expand)Author
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov
2021-03-04scsi: target: core: Flush submission work during TMR processingMike Christie
2020-11-04scsi: target: Make state_list per CPUMike Christie
2020-07-28scsi: target: Add tmr_notify backend functionBodo Stroesser
2020-07-28scsi: target: Modify core_tmr_abort_task()Bodo Stroesser
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam
2020-02-21scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche
2019-02-04scsi: target/core: Simplify the LUN RESET implementationBart Van Assche
2019-02-04scsi: target/core: Remove several state tests from the TMF codeBart Van Assche
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-07-02scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche
2018-07-02scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche
2017-11-07target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger
2017-11-04target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji
2017-07-06target: Introduce a function that shows the command stateBart Van Assche
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger
2017-02-26target: Add counters for ABORT_TASK success + failureNicholas Bellinger
2017-02-20target: Delete tmr from list before processingBart Van Assche
2017-02-09target: Make core_tmr_abort_task() consider all commandsBart Van Assche
2016-03-05target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger
2016-02-05target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger
2016-02-03target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger
2016-02-03target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger
2016-02-03target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-06target: Fix spelling + remove set-but-not-used variablesBart Van Assche
2015-11-28target: Invoke release_cmd() callback without holding a spinlockBart Van Assche
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche
2015-04-15target: Make core_tmr_abort_task() skip TMFsBart Van Assche
2014-10-01target: simplify core_tmr_abort_taskJoern Engel
2014-10-01target: simplify core_tmr_release_req()Joern Engel
2014-04-11target: Add check to prevent Abort Task from aborting itselfAlex Leung
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung
2013-11-13target: Convert se_device statistics to atomic_long_tNicholas Bellinger
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger
2013-06-20target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger
2013-02-13target: Remove useless if statementRoland Dreier
2012-11-27target: Update copyright information to 2012Nicholas Bellinger
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig
2012-11-01target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig