aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-07target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini
2012-09-07target: support zero allocation length in REQUEST SENSEPaolo Bonzini
2012-09-07target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini
2012-09-07target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini
2012-09-07target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini
2012-09-05target: fix use-after-free with PSCSI sense dataPaolo Bonzini
2012-09-05target: simplify code around transport_get_sense_dataPaolo Bonzini
2012-09-05target: move transport_get_sense_dataPaolo Bonzini
2012-09-01scsi: fix various printk and comment typosMasanari Iida
2012-08-26target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang
2012-08-23target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger
2012-08-21target: Remove unused se_cmd.cmd_spdtlRoland Dreier
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov
2012-08-17target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger
2012-08-16target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthroughNicholas Bellinger
2012-08-16target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou
2012-08-16tcm_fc: Avoid debug overhead when not debuggingMark Rustad
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-01delousing target_core_file a bitAl Viro
2012-07-21iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro
2012-07-20target: NULL dereference on error pathDan Carpenter
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier
2012-07-16target: Check number of unmap descriptors against our limitRoland Dreier
2012-07-16target: Fix possible integer underflow in UNMAP emulationRoland Dreier
2012-07-16target: Fix reading of data length fields for UNMAP commandsRoland Dreier
2012-07-16target: Add range checking to UNMAP emulationRoland Dreier
2012-07-16target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier
2012-07-16target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier
2012-07-16target: Remove se_session.sess_wait_listRoland Dreier
2012-07-16target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier
2012-07-16sbp-target: Consolidate duplicated error path code in sbp_handle_command()Roland Dreier
2012-07-16target: Un-export target_get_sess_cmd()Roland Dreier
2012-07-16target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger
2012-07-16target: refactor core_update_device_list_for_node()Andy Grover
2012-07-16target: Eliminate else using boolean logicAndy Grover
2012-07-16target: Misc retval cleanupsAndy Grover
2012-07-16target: Remove hba param from core_dev_add_lunAndy Grover
2012-07-16target: Remove unneeded double parenthesesAndy Grover
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig
2012-07-16target: simply fabric driver queue full processingChristoph Hellwig
2012-07-16target: remove transport_generic_handle_dataChristoph Hellwig
2012-07-16tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig
2012-07-16iscsit: use target_execute_cmd for WRITEsChristoph Hellwig
2012-07-16target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig
2012-07-16target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig
2012-07-16target: split transport_cmd_check_stopChristoph Hellwig