summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target: Allow for target_submit_cmd() returning errorsRoland Dreier2012-07-176-28/+43
* target: Check number of unmap descriptors against our limitRoland Dreier2012-07-161-0/+5
* target: Fix possible integer underflow in UNMAP emulationRoland Dreier2012-07-161-10/+10
* target: Fix reading of data length fields for UNMAP commandsRoland Dreier2012-07-161-3/+3
* target: Add range checking to UNMAP emulationRoland Dreier2012-07-161-0/+12
* target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2012-07-162-0/+11
* target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier2012-07-161-1/+1
* target: Remove se_session.sess_wait_listRoland Dreier2012-07-164-15/+12
* qla2xxx: Remove racy, now-redundant check of sess_tearing_downRoland Dreier2012-07-161-13/+3
* target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier2012-07-161-5/+19
* sbp-target: Consolidate duplicated error path code in sbp_handle_command()Roland Dreier2012-07-161-16/+12
* target: Un-export target_get_sess_cmd()Roland Dreier2012-07-162-4/+3
* qla2xxx: Get rid of redundant qla_tgt_sess.tearing_downRoland Dreier2012-07-163-3/+1
* target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger2012-07-161-7/+2
* target: refactor core_update_device_list_for_node()Andy Grover2012-07-163-77/+103
* target: Eliminate else using boolean logicAndy Grover2012-07-161-4/+2
* target: Misc retval cleanupsAndy Grover2012-07-162-11/+16
* target: Remove hba param from core_dev_add_lunAndy Grover2012-07-163-6/+3
* target: Remove unneeded double parenthesesAndy Grover2012-07-164-8/+8
* target: replace the processing thread with a TMR work queueChristoph Hellwig2012-07-164-223/+19
* target: remove transport_generic_handle_cdb_mapChristoph Hellwig2012-07-165-66/+1
* target: simply fabric driver queue full processingChristoph Hellwig2012-07-161-7/+6
* target: remove transport_generic_handle_dataChristoph Hellwig2012-07-163-41/+0
* tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig2012-07-161-2/+11
* tcm_qla2xxx: Offload WRITE I/O backend submission to tcm_qla2xxx wqChristoph Hellwig2012-07-162-29/+19
* srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_compChristoph Hellwig2012-07-161-5/+10
* iscsit: use target_execute_cmd for WRITEsChristoph Hellwig2012-07-163-5/+8
* target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig2012-07-161-48/+26
* target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig2012-07-161-0/+6
* target: remove transport_generic_process_writeChristoph Hellwig2012-07-165-18/+8
* target: split transport_cmd_check_stopChristoph Hellwig2012-07-161-62/+62
* tcm_qla2xxx: Remove duplicate header file inclusionSachin Kamat2012-07-161-2/+0
* Revert "target: Do not special-case loop and iscsi fabric module loads"Nicholas Bellinger2012-07-161-0/+38
* target: move unmap to struct spc_opsChristoph Hellwig2012-07-163-64/+50
* target: move write_same to struct spc_opsChristoph Hellwig2012-07-163-34/+38
* target: move sync_cache to struct spc_opsChristoph Hellwig2012-07-164-20/+13
* target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig2012-07-167-25/+66
* target: remove dead SCF_ flagsChristoph Hellwig2012-07-162-3/+0
* target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item()Roland Dreier2012-07-161-22/+0
* target/iblock: Add parameter to specify read-only devicesAndy Grover2012-07-162-7/+29
* target: Do not special-case loop and iscsi fabric module loadsAndy Grover2012-07-161-38/+0
* target: move ref_cmd from the generic se_tmr_req into iscsi codeChristoph Hellwig2012-07-163-26/+21
* target: remove the execute listChristoph Hellwig2012-07-164-239/+98
* target/pscsi: Only emulate REPORT_LUNS for passthroughNicholas Bellinger2012-07-161-9/+3
* target: Move MAINTENANCE_[IN,OUT] from pscsi_parse_cdb -> spc_parse_cdbNicholas Bellinger2012-07-161-1/+41
* target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig2012-07-162-29/+26
* target: move code for CDB emulationChristoph Hellwig2012-07-168-1661/+1155
* target: add a parse_cdb method to the backend driversChristoph Hellwig2012-07-1610-733/+936
* target: split parsing of SPC commands into a separate helperChristoph Hellwig2012-07-164-109/+176
* target: split overflow and underflow checks into a helperChristoph Hellwig2012-07-161-37/+53
OpenPOWER on IntegriCloud