aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-21target: Remove unused se_cmd.cmd_spdtlRoland Dreier1-2/+0
2012-08-17target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger1-3/+6
2012-08-16target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou1-2/+2
2012-07-20target: NULL dereference on error pathDan Carpenter1-5/+6
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier1-5/+9
2012-07-16target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier1-0/+10
2012-07-16target: Remove se_session.sess_wait_listRoland Dreier1-12/+10
2012-07-16target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier1-5/+19
2012-07-16target: Un-export target_get_sess_cmd()Roland Dreier1-3/+3
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig1-157/+16
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig1-43/+1
2012-07-16target: simply fabric driver queue full processingChristoph Hellwig1-7/+6
2012-07-16target: remove transport_generic_handle_dataChristoph Hellwig1-39/+0
2012-07-16target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig1-48/+26
2012-07-16target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig1-0/+6
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig1-12/+3
2012-07-16target: split transport_cmd_check_stopChristoph Hellwig1-62/+62
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig1-5/+1
2012-07-16target: remove dead SCF_ flagsChristoph Hellwig1-1/+0
2012-07-16target: remove the execute listChristoph Hellwig1-232/+98
2012-07-16target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig1-29/+0
2012-07-16target: move code for CDB emulationChristoph Hellwig1-45/+2
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig1-729/+7
2012-07-16target: split parsing of SPC commands into a separate helperChristoph Hellwig1-109/+3
2012-07-16target: split overflow and underflow checks into a helperChristoph Hellwig1-37/+53
2012-07-16target: remove control CDB flagsChristoph Hellwig1-75/+34
2012-07-16target: move unrelated code out of transport_generic_cmd_sequencerChristoph Hellwig1-77/+66
2012-06-12target: Add TFO->put_session() caller for HW fabric session shutdownJoern Engel1-1/+7
2012-05-17target: Handle ATA_16 passthrough for pSCSI backend devicesmengcong1-0/+32
2012-05-17target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger1-1/+2
2012-05-15target: add support for the WRITE_VERIFY commandBernhard Kohl1-0/+1
2012-05-11target: make target_put_session voidJörn Engel1-2/+2
2012-05-11target: cleanup transport_execute_tasks()Jörn Engel1-9/+5
2012-05-09target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger1-3/+4
2012-05-09target: lock => unlock typo in transport_lun_wait_for_tasksDan Carpenter1-1/+1
2012-05-09target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDBNicholas Bellinger1-6/+15
2012-05-06target: remove the t_se_count field in struct se_cmdChristoph Hellwig1-6/+0
2012-05-06target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig1-6/+1
2012-05-06target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig1-10/+1
2012-05-06target: remove struct se_taskChristoph Hellwig1-105/+22
2012-05-06target: move the state and execute lists to the commandChristoph Hellwig1-248/+127
2012-05-06target: simplify command to task linkageChristoph Hellwig1-79/+42
2012-05-06target: always allocate a single taskChristoph Hellwig1-120/+37
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig1-22/+32
2012-05-06target: remove the task_sectors field in struct se_taskChristoph Hellwig1-2/+0
2012-05-06target: remove the task_size field in struct se_taskChristoph Hellwig1-2/+0
2012-05-06target: remove the task_lba field in struct se_taskChristoph Hellwig1-1/+0
2012-05-06target: remove the unused transport_limit_task_sectors helperChristoph Hellwig1-15/+0
2012-05-06target: Handle GET_EVENT_STATUS_NOTIFICATION passthroughStefan Hajnoczi1-0/+4
2012-04-14target: Call core_alua_check_nonop_delay in target_submit_cmd()Andy Grover1-0/+7