aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2012-07-16target: Un-export target_get_sess_cmd()Roland Dreier
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig
2012-07-16target: simply fabric driver queue full processingChristoph Hellwig
2012-07-16target: remove transport_generic_handle_dataChristoph Hellwig
2012-07-16target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig
2012-07-16target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig
2012-07-16target: split transport_cmd_check_stopChristoph Hellwig
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig
2012-07-16target: remove dead SCF_ flagsChristoph Hellwig
2012-07-16target: remove the execute listChristoph Hellwig
2012-07-16target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig
2012-07-16target: move code for CDB emulationChristoph Hellwig
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig
2012-07-16target: split parsing of SPC commands into a separate helperChristoph Hellwig
2012-07-16target: split overflow and underflow checks into a helperChristoph Hellwig
2012-07-16target: remove control CDB flagsChristoph Hellwig
2012-07-16target: move unrelated code out of transport_generic_cmd_sequencerChristoph Hellwig
2012-06-12target: Add TFO->put_session() caller for HW fabric session shutdownJoern Engel
2012-05-17target: Handle ATA_16 passthrough for pSCSI backend devicesmengcong
2012-05-17target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bitsNicholas Bellinger
2012-05-15target: add support for the WRITE_VERIFY commandBernhard Kohl
2012-05-11target: make target_put_session voidJörn Engel
2012-05-11target: cleanup transport_execute_tasks()Jörn Engel
2012-05-09target: Remove max_sectors device attribute for modern se_task less codeNicholas Bellinger
2012-05-09target: lock => unlock typo in transport_lun_wait_for_tasksDan Carpenter
2012-05-09target: Enforce hw_max_sectors for SCF_SCSI_DATA_SG_IO_CDBNicholas Bellinger
2012-05-06target: remove the t_se_count field in struct se_cmdChristoph Hellwig
2012-05-06target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig
2012-05-06target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig
2012-05-06target: remove struct se_taskChristoph Hellwig
2012-05-06target: move the state and execute lists to the commandChristoph Hellwig
2012-05-06target: simplify command to task linkageChristoph Hellwig
2012-05-06target: always allocate a single taskChristoph Hellwig
2012-05-06target: replace ->execute_task with ->execute_cmdChristoph Hellwig
2012-05-06target: remove the task_sectors field in struct se_taskChristoph Hellwig
2012-05-06target: remove the task_size field in struct se_taskChristoph Hellwig
2012-05-06target: remove the task_lba field in struct se_taskChristoph Hellwig
2012-05-06target: remove the unused transport_limit_task_sectors helperChristoph Hellwig
2012-05-06target: Handle GET_EVENT_STATUS_NOTIFICATION passthroughStefan Hajnoczi
2012-04-14target: Call core_alua_check_nonop_delay in target_submit_cmd()Andy Grover
2012-04-14target: rewrite comment for generic_new_cmdAndy Grover
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover
2012-04-14target: Remove transport_do_task_sg_chain() and associated detritusRoland Dreier
2012-04-14target: stop splitting commands into multiple tasksChristoph Hellwig
2012-04-14target: add unknown size flag to target_submit_cmd()Sebastian Andrzej Siewior
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-03-20target: remove the second argument of k[un]map_atomic()Cong Wang