summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* target: split core_scsi2_emulate_crhChristoph Hellwig2011-11-043-106/+102
* target: Add generic active I/O shutdown logicNicholas Bellinger2011-11-041-5/+127
* target: add back error handling in transport_complete_taskChristoph Hellwig2011-11-021-1/+5
* target/pscsi: blk_make_request() returns an ERR_PTR()Dan Carpenter2011-11-021-1/+1
* target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger2011-11-022-20/+0
* target: Make TFO->check_stop_free return free statusNicholas Bellinger2011-11-024-6/+11
* iscsi-target: Fix non-immediate TMR handlingNicholas Bellinger2011-11-021-4/+3
* iscsi-target: Add missing CMDSN_LOWER_THAN_EXP check in iscsit_handle_scsi_cmdNicholas Bellinger2011-11-021-1/+3
* 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: Check -ENOMEM to signal QUEUE_FULL from fabric callbacksNicholas Bellinger2011-10-271-16/+15
* tcm_loop: Add explict read buffer memset for SCF_SCSI_CONTROL_SG_IO_CDBNicholas Bellinger2011-10-261-0/+18
* target: Fix compile warning w/ missing module.h includeNicholas Bellinger2011-10-261-0/+1
* target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger2011-10-243-175/+0
* target: Fix incorrect transport_sent usageNicholas Bellinger2011-10-243-6/+5
* target: re-use the command S/G list for single-task commandsChristoph Hellwig2011-10-241-11/+31
* target: Fix BIDI t_task_cdb handling in transport_generic_new_cmdNicholas Bellinger2011-10-241-9/+9
* target: remove transport_allocate_tasksChristoph Hellwig2011-10-241-49/+32
* target: merge transport_new_cmd_obj into transport_generic_new_cmdChristoph Hellwig2011-10-241-76/+53
* target: remove the task_sg_bidi field se_task and pSCSI BIDI supportChristoph Hellwig2011-10-242-45/+5
* target: transport_subsystem_check_init cleanupsNicholas Bellinger2011-10-242-28/+6
* target: use a workqueue for I/O completionsChristoph Hellwig2011-10-242-80/+95
* target: remove TRANSPORT_DEFERRED_CMD stateChristoph Hellwig2011-10-242-17/+11
* target: remove the TRANSPORT_REMOVE stateChristoph Hellwig2011-10-242-4/+0
* target: move depth_left manipulation out of transport_generic_request_failureChristoph Hellwig2011-10-241-12/+11
* target: stop task timers earlierChristoph Hellwig2011-10-241-50/+14
* target: remove TF_TIMER_STOPChristoph Hellwig2011-10-241-6/+0
* target: factor some duplicate code for stopping a taskChristoph Hellwig2011-10-242-36/+30
* target: fix list walking in transport_free_dev_tasksChristoph Hellwig2011-10-241-5/+8
* target: use transport_cmd_check_stop_to_fabric consistentlyChristoph Hellwig2011-10-241-1/+1
* target: do not pass the queue object to transport_remove_cmd_from_queueChristoph Hellwig2011-10-241-6/+5
* target: remove SCF_EMULATE_QUEUE_FULLChristoph Hellwig2011-10-241-19/+13
* target: remove the transport_qf_callback se_cmd callbackChristoph Hellwig2011-10-241-43/+36
* target: clean up the backend interface to caching parametersChristoph Hellwig2011-10-243-103/+19
* target: make iblock_emulate_sync_cache asynchronousChristoph Hellwig2011-10-241-16/+21
* target: Fix REPORT TARGET PORT GROUPS handling with small allocation lengthNicholas Bellinger2011-10-241-0/+20
* target: remove the ->transport_split_cdb callback in se_cmdChristoph Hellwig2011-10-245-130/+36
* target: replace ->get_cdb with a target_get_task_cdb helperChristoph Hellwig2011-10-243-31/+18
* target: make the ->get_cdb method optionalChristoph Hellwig2011-10-247-48/+15
* target: Remove unnecessary se_task membersChristoph Hellwig2011-10-242-40/+26
* target: make more use of the task_flags field in se_taskChristoph Hellwig2011-10-242-37/+36
* target: Cleanup unused se_task bitsChristoph Hellwig2011-10-245-35/+27
* target: Cleanup unused target_core_base.h bitsChristoph Hellwig2011-10-243-4/+4
* loopback: Prevent uninitialized use of tl_tpg in tcm_loop_queuecommandNicholas Bellinger2011-10-241-0/+12
* target: Remove legacy + unused device active I/O shutdown codeNicholas Bellinger2011-10-241-218/+2
* target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortNicholas Bellinger2011-10-242-12/+3
* iscsi-target: Remove SCF_SE_LUN_CMD flag abusesNicholas Bellinger2011-10-244-56/+28
* target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmdNicholas Bellinger2011-10-243-85/+50