aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
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
2012-03-15target: Fix sense code for unsupported SERVICE ACTION INRoland Dreier
2012-03-13target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger
2012-03-10target: Convert se_node_acl->acl_group removal to use ->acl_krefNicholas Bellinger
2012-03-10target: Add se_node_acl->acl_kref for ->acl_free_comp usageNicholas Bellinger
2012-03-10target: Add se_node_acl->acl_free_comp for NodeACL release pathNicholas Bellinger
2012-03-10target: Add se_sess->sess_kref + get/put helpersNicholas Bellinger
2012-03-10target: Convert session_lock to irqsaveNicholas Bellinger
2012-02-25target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger