summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2
* target: support zero allocation length in REQUEST SENSEPaolo Bonzini2012-09-071-17/+18
* target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
* target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini2012-09-071-0/+7
* target: report too-small parameter lists everywherePaolo Bonzini2012-09-073-2/+30
* target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-072-5/+7
* target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-052-36/+21
* target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-051-36/+13
* target: move transport_get_sense_dataPaolo Bonzini2012-09-051-55/+55
* target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang2012-08-261-1/+10
* target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-231-2/+7
* target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0
* tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov2012-08-201-1/+3
* target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger2012-08-171-3/+6
* target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthroughNicholas Bellinger2012-08-161-1/+8
* target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou2012-08-161-2/+2
* tcm_fc: Avoid debug overhead when not debuggingMark Rustad2012-08-162-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-27/+5
|\
| * delousing target_core_file a bitAl Viro2012-08-011-27/+5
* | iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro2012-07-213-78/+6
* | target: NULL dereference on error pathDan Carpenter2012-07-201-5/+6
* | target: Allow for target_submit_cmd() returning errorsRoland Dreier2012-07-173-11/+19
* | 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-161-0/+10
* | target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier2012-07-161-1/+1
* | target: Remove se_session.sess_wait_listRoland Dreier2012-07-161-12/+10
* | 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-161-3/+3
* | 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-163-211/+18
* | target: remove transport_generic_handle_cdb_mapChristoph Hellwig2012-07-161-43/+1
* | target: simply fabric driver queue full processingChristoph Hellwig2012-07-161-7/+6
* | target: remove transport_generic_handle_dataChristoph Hellwig2012-07-161-39/+0
* | tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig2012-07-161-2/+11
* | 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-163-15/+5
* | target: split transport_cmd_check_stopChristoph Hellwig2012-07-161-62/+62
* | 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-162-63/+49
OpenPOWER on IntegriCloud