aboutsummaryrefslogtreecommitdiff
path: root/include/target
AgeCommit message (Expand)AuthorFilesLines
2011-12-16target: Set additional sense length field in sense dataGravatar Roland Dreier 1-0/+1
2011-12-14target: Remove extra se_device->execute_task_lock access in fast pathGravatar Nicholas Bellinger 1-1/+0
2011-12-14target: Drop se_device TCQ queue_depth usage from I/O pathGravatar Nicholas Bellinger 1-1/+0
2011-12-14target: Remove TFO->check_release_cmd() fabric API callerGravatar Nicholas Bellinger 1-4/+0
2011-12-14target: Add target_submit_cmd() for process context fabric submissionGravatar Nicholas Bellinger 2-1/+8
2011-12-14target: Make target_put_sess_cmd use target_release_cmd_krefGravatar Nicholas Bellinger 1-0/+1
2011-12-14target: remove overagressive ____cacheline_aligned annoationsGravatar Christoph Hellwig 1-31/+31
2011-12-14target: make the se_task task_state_active a normal boolGravatar Christoph Hellwig 1-1/+1
2011-12-14target: remove the se_task task_error_status fieldGravatar Christoph Hellwig 1-1/+0
2011-12-14target: fold se_task.task_sense into task_flagsGravatar Christoph Hellwig 1-2/+2
2011-12-14target: header reshuffle, part2Gravatar Christoph Hellwig 8-348/+242
2011-12-14target: reshuffle headersGravatar Christoph Hellwig 4-106/+4
2011-12-06target: remove the unused se_dev_listGravatar Christoph Hellwig 1-1/+0
2011-12-06target: remove unused struct fieldsGravatar Jörn Engel 1-18/+0
2011-12-06target: remove the unused t_task_pt_sgl and t_task_pt_sgl_num se_cmd fieldsGravatar Christoph Hellwig 1-8/+0
2011-12-06target: remove the t_tasks_bidi se_cmd fieldGravatar Christoph Hellwig 1-1/+1
2011-12-06target: remove the t_tasks_fua se_cmd fieldGravatar Christoph Hellwig 1-1/+1
2011-12-06target: remove the se_ordered_node se_cmd fieldGravatar Christoph Hellwig 1-3/+0
2011-12-06target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fieldsGravatar Christoph Hellwig 1-2/+0
2011-12-06target: Avoid compiler warnings about signed one-bit bitfieldsGravatar Bart Van Assche 1-3/+3
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageGravatar Nicholas Bellinger 2-27/+1
2011-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 4-8/+25
2011-11-04target: remove SCF_EMULATE_CDB_ASYNCGravatar Christoph Hellwig 1-1/+0
2011-11-04target: pass the se_task to the CDB emulation callbackGravatar Christoph Hellwig 2-2/+2
2011-11-04target: Add generic active I/O shutdown logicGravatar Nicholas Bellinger 3-1/+18
2011-11-02target: Remove core TRANSPORT_FREE_CMD_INTR usageGravatar Nicholas Bellinger 2-2/+0
2011-11-02target: Make TFO->check_stop_free return free statusGravatar Nicholas Bellinger 1-2/+5
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2011-10-24target: Remove legacy se_task->task_timer and associated logicGravatar Nicholas Bellinger 2-19/+4
2011-10-24target: Fix incorrect transport_sent usageGravatar Nicholas Bellinger 1-1/+0
2011-10-24target: remove the task_sg_bidi field se_task and pSCSI BIDI supportGravatar Christoph Hellwig 1-1/+0
2011-10-24target: transport_subsystem_check_init cleanupsGravatar Nicholas Bellinger 1-1/+1
2011-10-24target: use a workqueue for I/O completionsGravatar Christoph Hellwig 1-3/+3
2011-10-24target: remove unused TRANSPORT_ statesGravatar Christoph Hellwig 1-4/+0
2011-10-24target: remove TRANSPORT_DEFERRED_CMD stateGravatar Christoph Hellwig 1-3/+0
2011-10-24target: remove the TRANSPORT_REMOVE stateGravatar Christoph Hellwig 1-1/+0
2011-10-24target: stop task timers earlierGravatar Christoph Hellwig 2-2/+0
2011-10-24target: remove TF_TIMER_STOPGravatar Christoph Hellwig 1-1/+0
2011-10-24target: factor some duplicate code for stopping a taskGravatar Christoph Hellwig 1-0/+1
2011-10-24target: remove SCF_EMULATE_QUEUE_FULLGravatar Christoph Hellwig 1-1/+0
2011-10-24target: remove the transport_qf_callback se_cmd callbackGravatar Christoph Hellwig 1-1/+1
2011-10-24target: clean up the backend interface to caching parametersGravatar Christoph Hellwig 1-16/+4
2011-10-24target: remove the ->transport_split_cdb callback in se_cmdGravatar Christoph Hellwig 1-1/+0
2011-10-24target: replace ->get_cdb with a target_get_task_cdb helperGravatar Christoph Hellwig 1-4/+1
2011-10-24target: pack struct se_task more tightlyGravatar Christoph Hellwig 1-15/+15
2011-10-24target: Remove unnecessary se_task membersGravatar Christoph Hellwig 2-3/+2
2011-10-24target: make more use of the task_flags field in se_taskGravatar Christoph Hellwig 1-7/+7
2011-10-24target: Cleanup unused se_task bitsGravatar Christoph Hellwig 2-6/+0
2011-10-24target: Cleanup unused target_core_base.h bitsGravatar Christoph Hellwig 2-10/+0
2011-10-24target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortGravatar Nicholas Bellinger 1-1/+0