aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tmr.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-24target: factor some duplicate code for stopping a taskGravatar Christoph Hellwig 1-17/+2
2011-10-24target: Remove unnecessary se_task membersGravatar Christoph Hellwig 1-5/+2
2011-10-24target: make more use of the task_flags field in se_taskGravatar Christoph Hellwig 1-5/+4
2011-10-24target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortGravatar Nicholas Bellinger 1-1/+1
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagGravatar Roland Dreier 1-3/+3
2011-10-24target: Prevent TRANSPORT_FREE_CMD_INTR processing in core_tmr_drain_cmd_listGravatar Nicholas Bellinger 1-0/+10
2011-10-24target: Re-org of core_tmr_lun_resetGravatar Nicholas Bellinger 1-72/+125
2011-10-24target: Prevent cmd->se_queue_node double addGravatar Roland Dreier 1-1/+1
2011-10-11target: Remove unneeded version.h includesGravatar Jesper Juhl 1-1/+0
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Gravatar Andy Grover 1-33/+26
2011-07-22target: Make se_tmr_lock IRQ-safeGravatar Roland Dreier 1-8/+8
2011-07-22target: remove the always-noop ->new_cmd_failure methodGravatar Christoph Hellwig 1-5/+0
2011-07-22target: Updates from AGrover and HCH (round 3)Gravatar Andy Grover 1-28/+28
2011-07-22target: More core cleanups from AGrover (round 2)Gravatar Andy Grover 1-56/+33
2011-07-22target: Core cleanups from AGrover (round 1)Gravatar Andy Grover 1-42/+42
2011-06-23target: Fix transport_get_lun_for_tmr failure casesGravatar Nicholas Bellinger 1-1/+7
2011-05-27[SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_reqGravatar Nicholas Bellinger 1-3/+4
2011-02-28[SCSI] target: Fix t_transport_aborted handling in LUN_RESET + active I/O shu...Gravatar Nicholas Bellinger 1-0/+5
2011-01-14[SCSI] target: Add LIO target core v4.0.0-rc6Gravatar Nicholas Bellinger 1-0/+404