aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tmr.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-05target: Drop incorrect ABORT_TASK put for completed commandsGravatar Nicholas Bellinger 1-1/+0
2016-02-05target: Fix remote-port TMR ABORT + se_cmd fabric stopGravatar Nicholas Bellinger 1-16/+38
2016-02-03target: Fix TAS handling for multi-session se_node_aclsGravatar Nicholas Bellinger 1-7/+9
2016-02-03target: Fix LUN_RESET active TMR descriptor handlingGravatar Nicholas Bellinger 1-1/+21
2016-02-03target: Fix LUN_RESET active I/O handling for ACK_KREFGravatar Nicholas Bellinger 1-23/+46
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-1/+1
2016-01-06target: Fix spelling + remove set-but-not-used variablesGravatar Bart Van Assche 1-1/+1
2015-11-28target: Invoke release_cmd() callback without holding a spinlockGravatar Bart Van Assche 1-1/+6
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-12/+12
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-2/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversGravatar Christoph Hellwig 1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsGravatar Bart Van Assche 1-10/+11
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Gravatar Bart Van Assche 1-1/+1
2015-04-15target: Make core_tmr_abort_task() skip TMFsGravatar Bart Van Assche 1-2/+2
2014-10-01target: simplify core_tmr_abort_taskGravatar Joern Engel 1-3/+2
2014-10-01target: simplify core_tmr_release_req()Gravatar Joern Engel 1-12/+7
2014-04-11target: Add check to prevent Abort Task from aborting itselfGravatar Alex Leung 1-0/+5
2014-04-07target: Fix Task Aborted Status (TAS) handlingGravatar Alex Leung 1-12/+6
2013-11-13target: Convert se_device statistics to atomic_long_tGravatar Nicholas Bellinger 1-3/+1
2013-09-10target: Update copyright ownership/year information to 2013Gravatar Nicholas Bellinger 1-1/+1
2013-06-20target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Gravatar Nicholas Bellinger 1-10/+2
2013-02-13target: Remove useless if statementGravatar Roland Dreier 1-12/+0
2012-11-27target: Update copyright information to 2012Gravatar Nicholas Bellinger 1-2/+1
2012-11-06target: kill struct se_subsystem_devGravatar Christoph Hellwig 1-3/+3
2012-11-01target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathGravatar Steve Hodgson 1-3/+3
2012-07-16target: replace the processing thread with a TMR work queueGravatar Christoph Hellwig 1-53/+1
2012-07-16target: remove the execute listGravatar Christoph Hellwig 1-3/+0
2012-05-06target: remove the t_task_cdbs_ex_left field in struct se_cmdGravatar Christoph Hellwig 1-7/+0
2012-05-06target: remove the t_task_cdbs_left field in struct se_cmdGravatar Christoph Hellwig 1-2/+0
2012-05-06target: remove struct se_taskGravatar Christoph Hellwig 1-5/+3
2012-05-06target: move the state and execute lists to the commandGravatar Christoph Hellwig 1-31/+23
2012-05-06target: simplify command to task linkageGravatar Christoph Hellwig 1-4/+2
2012-02-25target: Add TMR_ABORT_TASK task management supportGravatar Nicholas Bellinger 1-0/+64
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheGravatar Andy Grover 1-6/+9
2012-02-25target: replace various cmd flags with a transport stateGravatar Christoph Hellwig 1-12/+12
2011-12-14target: simplify target_check_cdb_and_preemptGravatar Jörn Engel 1-16/+10
2011-12-14target: Move core_scsi3_check_cdb_abort_and_preemptGravatar Jörn Engel 1-0/+15
2011-12-14target: make the se_task task_state_active a normal boolGravatar Christoph Hellwig 1-1/+1
2011-12-14target: header reshuffle, part2Gravatar Christoph Hellwig 1-4/+2
2011-12-14target: reshuffle headersGravatar Christoph Hellwig 1-0/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageGravatar Nicholas Bellinger 1-4/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-11-02target: Remove core TRANSPORT_FREE_CMD_INTR usageGravatar Nicholas Bellinger 1-10/+0
2011-11-02target: Avoid double list_del for aborted se_tmr_reqGravatar Joern Engel 1-1/+1
2011-10-31drivers/target: Add export.h to files as required.Gravatar Paul Gortmaker 1-0/+1
2011-10-27target: Minor cleanups to core_tmr_drain_tmr_listGravatar Joern Engel 1-7/+6
2011-10-27target: Fix wrong se_tmr being added to drain_tmr_listGravatar Joern Engel 1-1/+1
2011-10-27target: Fix incorrect se_cmd assignment in core_tmr_drain_tmr_listGravatar Joern Engel 1-1/+1
2011-10-24target: use a workqueue for I/O completionsGravatar Christoph Hellwig 1-0/+10
2011-10-24target: remove TRANSPORT_DEFERRED_CMD stateGravatar Christoph Hellwig 1-3/+3