summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-07target: Fix unsupported WRITE_SAME sense payloadMartin Svec1-3/+3
2012-02-07target: Fix target_submit_cmd() exception handlingNicholas Bellinger1-8/+10
2012-02-07target: Change target_submit_cmd() to return voidAndy Grover1-3/+2
2012-01-18target: Allow control CDBs with data > 1 pageAndy Grover1-11/+34
2012-01-18target: avoid multiple outputs in scsi_dump_inquiry()Sebastian Andrzej Siewior1-11/+13
2012-01-18target: Add workaround for zero-length control CDB handlingNicholas Bellinger1-0/+13
2012-01-18target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}Roland Dreier1-4/+4
2012-01-18target: Don't zero pages used for data buffersroland@purestorage.com1-1/+4
2011-12-16target: Set additional sense length field in sense dataRoland Dreier1-0/+14
2011-12-14target: Remove legacy device status check from transport_execute_tasksNicholas Bellinger1-7/+0
2011-12-14target: Remove __transport_execute_tasks() for each processing contextNicholas Bellinger1-2/+0
2011-12-14target: Remove extra se_device->execute_task_lock access in fast pathNicholas Bellinger1-16/+24
2011-12-14target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger1-37/+2
2011-12-14target: Fix possible NULL pointer with __transport_execute_tasksNicholas Bellinger1-1/+2
2011-12-14target: Add target_submit_cmd() for process context fabric submissionNicholas Bellinger1-2/+84
2011-12-14target: Make target_put_sess_cmd use target_release_cmd_krefNicholas Bellinger1-15/+24
2011-12-14target: remove useless castsJörn Engel1-2/+2
2011-12-14target: make the se_task task_state_active a normal boolChristoph Hellwig1-21/+20
2011-12-14target: remove the se_task task_error_status fieldChristoph Hellwig1-7/+1
2011-12-14target: fold se_task.task_sense into task_flagsChristoph Hellwig1-2/+2
2011-12-14target: header reshuffle, part2Christoph Hellwig1-5/+2
2011-12-14target: reshuffle headersChristoph Hellwig1-37/+30
2011-12-06target: remove unused struct fieldsJörn Engel1-8/+0
2011-12-06target: Handle 0 correctly in transport_get_sectors_6()Roland Dreier1-2/+7
2011-12-06target: Don't return an error status for 0-length READ and WRITERoland Dreier1-1/+8
2011-12-06target: Reject SCSI data overflow for fabrics using transport_generic_map_mem...Nicholas Bellinger1-0/+12
2011-12-06target: remove the t_tasks_bidi se_cmd fieldChristoph Hellwig1-1/+1
2011-12-06target: remove the t_tasks_fua se_cmd fieldChristoph Hellwig1-5/+10
2011-12-06target: remove the se_ordered_node se_cmd fieldChristoph Hellwig1-11/+0
2011-12-06target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fieldsChristoph Hellwig1-1/+1
2011-12-06target: Get rid of unused se_cmd_cacheRoland Dreier1-11/+1
2011-12-06target: Improve system responsivity during I/OBart Van Assche1-2/+0
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-127/+51
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-04target: use ->exectute_task for all CDB emulationChristoph Hellwig1-39/+73
2011-11-04target: remove SCF_EMULATE_CDB_ASYNCChristoph Hellwig1-37/+10
2011-11-04target: pass the se_task to the CDB emulation callbackChristoph Hellwig1-31/+19
2011-11-04target: split core_scsi3_emulate_prChristoph Hellwig1-4/+7
2011-11-04target: split core_scsi2_emulate_crhChristoph Hellwig1-8/+8
2011-11-04target: Add generic active I/O shutdown logicNicholas Bellinger1-5/+127
2011-11-02target: add back error handling in transport_complete_taskChristoph Hellwig1-1/+5
2011-11-02target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger1-10/+0
2011-11-02target: Make TFO->check_stop_free return free statusNicholas Bellinger1-2/+5
2011-10-31drivers/target: Add module.h to drivers/target files as required.Paul Gortmaker1-0/+1
2011-10-27target: Check -ENOMEM to signal QUEUE_FULL from fabric callbacksNicholas Bellinger1-16/+15
2011-10-24target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger1-156/+0
2011-10-24target: Fix incorrect transport_sent usageNicholas Bellinger1-3/+3
2011-10-24target: re-use the command S/G list for single-task commandsChristoph Hellwig1-11/+31
2011-10-24target: Fix BIDI t_task_cdb handling in transport_generic_new_cmdNicholas Bellinger1-9/+9
2011-10-24target: remove transport_allocate_tasksChristoph Hellwig1-49/+32