summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-16target: Fix possible integer underflow in UNMAP emulationRoland Dreier1-10/+10
2012-07-16target: Fix reading of data length fields for UNMAP commandsRoland Dreier1-3/+3
2012-07-16target: Add range checking to UNMAP emulationRoland Dreier1-0/+12
2012-07-16target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2-0/+11
2012-07-16target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier1-1/+1
2012-07-16target: Remove se_session.sess_wait_listRoland Dreier4-15/+12
2012-07-16qla2xxx: Remove racy, now-redundant check of sess_tearing_downRoland Dreier1-13/+3
2012-07-16target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier1-5/+19
2012-07-16sbp-target: Consolidate duplicated error path code in sbp_handle_command()Roland Dreier1-16/+12
2012-07-16target: Un-export target_get_sess_cmd()Roland Dreier2-4/+3
2012-07-16qla2xxx: Get rid of redundant qla_tgt_sess.tearing_downRoland Dreier3-3/+1
2012-07-16target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger1-7/+2
2012-07-16target: refactor core_update_device_list_for_node()Andy Grover3-77/+103
2012-07-16target: Eliminate else using boolean logicAndy Grover1-4/+2
2012-07-16target: Misc retval cleanupsAndy Grover2-11/+16
2012-07-16target: Remove hba param from core_dev_add_lunAndy Grover3-6/+3
2012-07-16target: Remove unneeded double parenthesesAndy Grover4-8/+8
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig4-223/+19
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig5-66/+1
2012-07-16target: simply fabric driver queue full processingChristoph Hellwig1-7/+6
2012-07-16target: remove transport_generic_handle_dataChristoph Hellwig3-41/+0
2012-07-16tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig1-2/+11
2012-07-16tcm_qla2xxx: Offload WRITE I/O backend submission to tcm_qla2xxx wqChristoph Hellwig2-29/+19
2012-07-16srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_compChristoph Hellwig1-5/+10
2012-07-16iscsit: use target_execute_cmd for WRITEsChristoph Hellwig3-5/+8
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 Hellwig5-18/+8
2012-07-16target: split transport_cmd_check_stopChristoph Hellwig1-62/+62
2012-07-16tcm_qla2xxx: Remove duplicate header file inclusionSachin Kamat1-2/+0
2012-07-16Revert "target: Do not special-case loop and iscsi fabric module loads"Nicholas Bellinger1-0/+38
2012-07-16target: move unmap to struct spc_opsChristoph Hellwig3-64/+50
2012-07-16target: move write_same to struct spc_opsChristoph Hellwig3-34/+38
2012-07-16target: move sync_cache to struct spc_opsChristoph Hellwig4-20/+13
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig7-25/+66
2012-07-16target: remove dead SCF_ flagsChristoph Hellwig2-3/+0
2012-07-16target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item()Roland Dreier1-22/+0
2012-07-16target/iblock: Add parameter to specify read-only devicesAndy Grover2-7/+29
2012-07-16target: Do not special-case loop and iscsi fabric module loadsAndy Grover1-38/+0
2012-07-16target: move ref_cmd from the generic se_tmr_req into iscsi codeChristoph Hellwig3-26/+21
2012-07-16target: remove the execute listChristoph Hellwig4-239/+98
2012-07-16target/pscsi: Only emulate REPORT_LUNS for passthroughNicholas Bellinger1-9/+3
2012-07-16target: Move MAINTENANCE_[IN,OUT] from pscsi_parse_cdb -> spc_parse_cdbNicholas Bellinger1-1/+41
2012-07-16target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig2-29/+26
2012-07-16target: move code for CDB emulationChristoph Hellwig8-1661/+1155
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig10-733/+936
2012-07-16target: split parsing of SPC commands into a separate helperChristoph Hellwig4-109/+176
2012-07-16target: split overflow and underflow checks into a helperChristoph Hellwig1-37/+53
2012-07-16target: remove control CDB flagsChristoph Hellwig5-101/+56
2012-07-16target: move unrelated code out of transport_generic_cmd_sequencerChristoph Hellwig1-77/+66