summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-2/+2
|\ \ \ | |/ / |/| |
| * | scsi: fix various printk and comment typosMasanari Iida2012-09-011-2/+2
* | | target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2Star
* | | 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-062-36/+21Star
* | | target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-061-36/+13Star
* | | target: move transport_get_sense_dataPaolo Bonzini2012-09-061-55/+55
* | | target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang2012-08-271-1/+10
* | | target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-241-2/+7
| |/ |/|
* | target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0Star
* | 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-181-3/+6
* | target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthroughNicholas Bellinger2012-08-171-1/+8
* | target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou2012-08-171-2/+2
* | tcm_fc: Avoid debug overhead when not debuggingMark Rustad2012-08-172-1/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-27/+5Star
|\ \ | |/ |/|
| * delousing target_core_file a bitAl Viro2012-08-011-27/+5Star
* | iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro2012-07-213-78/+6Star
* | target: NULL dereference on error pathDan Carpenter2012-07-201-5/+6
* | target: Allow for target_submit_cmd() returning errorsRoland Dreier2012-07-183-11/+19
* | target: Check number of unmap descriptors against our limitRoland Dreier2012-07-171-0/+5
* | target: Fix possible integer underflow in UNMAP emulationRoland Dreier2012-07-171-10/+10
* | target: Fix reading of data length fields for UNMAP commandsRoland Dreier2012-07-171-3/+3
* | target: Add range checking to UNMAP emulationRoland Dreier2012-07-171-0/+12
* | target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2012-07-171-0/+10
* | target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier2012-07-171-1/+1
* | target: Remove se_session.sess_wait_listRoland Dreier2012-07-171-12/+10Star
* | target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier2012-07-171-5/+19
* | sbp-target: Consolidate duplicated error path code in sbp_handle_command()Roland Dreier2012-07-171-16/+12Star
* | target: Un-export target_get_sess_cmd()Roland Dreier2012-07-171-3/+3
* | target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger2012-07-171-7/+2Star
* | target: refactor core_update_device_list_for_node()Andy Grover2012-07-173-77/+103
* | target: Eliminate else using boolean logicAndy Grover2012-07-171-4/+2Star
* | target: Misc retval cleanupsAndy Grover2012-07-172-11/+16
* | target: Remove hba param from core_dev_add_lunAndy Grover2012-07-173-6/+3Star
* | target: Remove unneeded double parenthesesAndy Grover2012-07-174-8/+8
* | target: replace the processing thread with a TMR work queueChristoph Hellwig2012-07-173-211/+18Star
* | target: remove transport_generic_handle_cdb_mapChristoph Hellwig2012-07-171-43/+1Star
* | target: simply fabric driver queue full processingChristoph Hellwig2012-07-171-7/+6Star
* | target: remove transport_generic_handle_dataChristoph Hellwig2012-07-171-39/+0Star
* | tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig2012-07-171-2/+11
* | iscsit: use target_execute_cmd for WRITEsChristoph Hellwig2012-07-173-5/+8
* | target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig2012-07-171-48/+26Star
* | target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig2012-07-171-0/+6
* | target: remove transport_generic_process_writeChristoph Hellwig2012-07-173-15/+5Star
* | target: split transport_cmd_check_stopChristoph Hellwig2012-07-171-62/+62