aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-27/+5
2012-08-01delousing target_core_file a bitGravatar Al Viro 1-27/+5
2012-07-21iscsi-target: Drop bogus struct file usage for iSCSI/SCTPGravatar Al Viro 3-78/+6
2012-07-20target: NULL dereference on error pathGravatar Dan Carpenter 1-5/+6
2012-07-17target: Allow for target_submit_cmd() returning errorsGravatar Roland Dreier 3-11/+19
2012-07-16target: Check number of unmap descriptors against our limitGravatar Roland Dreier 1-0/+5
2012-07-16target: Fix possible integer underflow in UNMAP emulationGravatar Roland Dreier 1-10/+10
2012-07-16target: Fix reading of data length fields for UNMAP commandsGravatar Roland Dreier 1-3/+3
2012-07-16target: Add range checking to UNMAP emulationGravatar Roland Dreier 1-0/+12
2012-07-16target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGEGravatar Roland Dreier 1-0/+10
2012-07-16target: Make unnecessarily global se_dev_align_max_sectors() staticGravatar Roland Dreier 1-1/+1
2012-07-16target: Remove se_session.sess_wait_listGravatar Roland Dreier 1-12/+10
2012-07-16target: Check sess_tearing_down in target_get_sess_cmd()Gravatar Roland Dreier 1-5/+19
2012-07-16sbp-target: Consolidate duplicated error path code in sbp_handle_command()Gravatar Roland Dreier 1-16/+12
2012-07-16target: Un-export target_get_sess_cmd()Gravatar Roland Dreier 1-3/+3
2012-07-16target: Make core_disable_device_list_for_node use pre-refactoring lock orderingGravatar Nicholas Bellinger 1-7/+2
2012-07-16target: refactor core_update_device_list_for_node()Gravatar Andy Grover 3-77/+103
2012-07-16target: Eliminate else using boolean logicGravatar Andy Grover 1-4/+2
2012-07-16target: Misc retval cleanupsGravatar Andy Grover 2-11/+16
2012-07-16target: Remove hba param from core_dev_add_lunGravatar Andy Grover 3-6/+3
2012-07-16target: Remove unneeded double parenthesesGravatar Andy Grover 4-8/+8
2012-07-16target: replace the processing thread with a TMR work queueGravatar Christoph Hellwig 3-211/+18
2012-07-16target: remove transport_generic_handle_cdb_mapGravatar Christoph Hellwig 1-43/+1
2012-07-16target: simply fabric driver queue full processingGravatar Christoph Hellwig 1-7/+6
2012-07-16target: remove transport_generic_handle_dataGravatar Christoph Hellwig 1-39/+0
2012-07-16tcm_fc: Offload WRITE I/O backend submission to tpg workqueueGravatar Christoph Hellwig 1-2/+11
2012-07-16iscsit: use target_execute_cmd for WRITEsGravatar Christoph Hellwig 3-5/+8
2012-07-16target: merge transport_generic_write_pending into transport_generic_new_cmdGravatar Christoph Hellwig 1-48/+26
2012-07-16target: call transport_check_aborted_status from target_execute_cmdGravatar Christoph Hellwig 1-0/+6
2012-07-16target: remove transport_generic_process_writeGravatar Christoph Hellwig 3-15/+5
2012-07-16target: split transport_cmd_check_stopGravatar Christoph Hellwig 1-62/+62
2012-07-16Revert "target: Do not special-case loop and iscsi fabric module loads"Gravatar Nicholas Bellinger 1-0/+38
2012-07-16target: move unmap to struct spc_opsGravatar Christoph Hellwig 2-63/+49
2012-07-16target: move write_same to struct spc_opsGravatar Christoph Hellwig 2-34/+36
2012-07-16target: move sync_cache to struct spc_opsGravatar Christoph Hellwig 3-19/+12
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageGravatar Christoph Hellwig 6-22/+61
2012-07-16target: remove dead SCF_ flagsGravatar Christoph Hellwig 1-1/+0
2012-07-16target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item()Gravatar Roland Dreier 1-22/+0
2012-07-16target/iblock: Add parameter to specify read-only devicesGravatar Andy Grover 2-7/+29
2012-07-16target: Do not special-case loop and iscsi fabric module loadsGravatar Andy Grover 1-38/+0
2012-07-16target: move ref_cmd from the generic se_tmr_req into iscsi codeGravatar Christoph Hellwig 2-23/+21
2012-07-16target: remove the execute listGravatar Christoph Hellwig 3-236/+98
2012-07-16target/pscsi: Only emulate REPORT_LUNS for passthroughGravatar Nicholas Bellinger 1-9/+3
2012-07-16target: Move MAINTENANCE_[IN,OUT] from pscsi_parse_cdb -> spc_parse_cdbGravatar Nicholas Bellinger 1-1/+41
2012-07-16target: move transport_generic_prepare_cdb into pscsiGravatar Christoph Hellwig 2-29/+26
2012-07-16target: move code for CDB emulationGravatar Christoph Hellwig 7-1658/+1152
2012-07-16target: add a parse_cdb method to the backend driversGravatar Christoph Hellwig 9-733/+931
2012-07-16target: split parsing of SPC commands into a separate helperGravatar Christoph Hellwig 4-109/+176
2012-07-16target: split overflow and underflow checks into a helperGravatar Christoph Hellwig 1-37/+53
2012-07-16target: remove control CDB flagsGravatar Christoph Hellwig 4-82/+40