summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tmr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-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-281-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-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-10/+11
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-301-1/+1
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-2/+0
|/
* target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-151-2/+2
* target: simplify core_tmr_abort_taskJoern Engel2014-10-011-3/+2
* target: simplify core_tmr_release_req()Joern Engel2014-10-011-12/+7
* target: Add check to prevent Abort Task from aborting itselfAlex Leung2014-04-111-0/+5
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-071-12/+6
* target: Convert se_device statistics to atomic_long_tNicholas Bellinger2013-11-131-3/+1
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-1/+1
* target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger2013-06-201-10/+2
* target: Remove useless if statementRoland Dreier2013-02-131-12/+0
* target: Update copyright information to 2012Nicholas Bellinger2012-11-271-2/+1
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-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-161-53/+1
* target: remove the execute listChristoph Hellwig2012-07-161-3/+0
* target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2012-05-061-7/+0
* target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2012-05-061-2/+0
* target: remove struct se_taskChristoph Hellwig2012-05-061-5/+3
* target: move the state and execute lists to the commandChristoph Hellwig2012-05-061-31/+23
* target: simplify command to task linkageChristoph Hellwig2012-05-061-4/+2
* 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/+10
* 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/+2
* target: reshuffle headersChristoph Hellwig2011-12-141-0/+1
* target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger2011-12-061-4/+0
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/target: Add export.h to files as required.Paul Gortmaker2011-10-311-0/+1
* | target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger2011-11-021-10/+0
* | 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/+6
* | 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
* target: factor some duplicate code for stopping a taskChristoph Hellwig2011-10-241-17/+2
* target: Remove unnecessary se_task membersChristoph Hellwig2011-10-241-5/+2
* target: make more use of the task_flags field in se_taskChristoph Hellwig2011-10-241-5/+4
* target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortNicholas Bellinger2011-10-241-1/+1
* target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier2011-10-241-3/+3
OpenPOWER on IntegriCloud