summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tmr.c
AgeCommit message (Expand)Author
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
2012-07-16target: remove the execute listChristoph Hellwig
2012-05-06target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig
2012-05-06target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig
2012-05-06target: remove struct se_taskChristoph Hellwig
2012-05-06target: move the state and execute lists to the commandChristoph Hellwig
2012-05-06target: simplify command to task linkageChristoph Hellwig
2012-02-25target: Add TMR_ABORT_TASK task management supportNicholas Bellinger
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover
2012-02-25target: replace various cmd flags with a transport stateChristoph Hellwig
2011-12-14target: simplify target_check_cdb_and_preemptJörn Engel
2011-12-14target: Move core_scsi3_check_cdb_abort_and_preemptJörn Engel
2011-12-14target: make the se_task task_state_active a normal boolChristoph Hellwig
2011-12-14target: header reshuffle, part2Christoph Hellwig
2011-12-14target: reshuffle headersChristoph Hellwig
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger
2011-11-02target: Avoid double list_del for aborted se_tmr_reqJoern Engel
2011-10-31drivers/target: Add export.h to files as required.Paul Gortmaker