summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
* | target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setupsBernhard Kohl2012-05-141-0/+3
* | target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger2012-05-111-22/+0
|/
* tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad2012-04-061-5/+8
* tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad2012-04-063-2/+11
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-2236-967/+874
|\
| * loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger2012-03-171-2/+1
| * iscsi-target: remove improper externsDan Carpenter2012-03-171-8/+8
| * iscsi-target: Remove unused variables in iscsi_target_parameters.cJörn Engel2012-03-151-10/+9
| * target: remove obvious warningsJörn Engel2012-03-1510-53/+6
| * target: Use array_zalloc for device_listJörn Engel2012-03-156-46/+46
| * target: Use array_zalloc for tpg_lun_listJörn Engel2012-03-152-10/+38
| * target: Fix sense code for unsupported SERVICE ACTION INRoland Dreier2012-03-151-1/+1
| * target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is ena...Roland Dreier2012-03-151-5/+0
| * target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger2012-03-103-3/+3
| * tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger2012-03-101-2/+4
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-107-124/+0
| * iscsi-target: Convert to use target_put_session + sess_krefNicholas Bellinger2012-03-104-9/+9
| * target: Convert se_node_acl->acl_group removal to use ->acl_krefNicholas Bellinger2012-03-102-19/+28
| * target: Add se_node_acl->acl_kref for ->acl_free_comp usageNicholas Bellinger2012-03-102-5/+22
| * target: Add se_node_acl->acl_free_comp for NodeACL release pathNicholas Bellinger2012-03-102-16/+26
| * target: Add se_sess->sess_kref + get/put helpersNicholas Bellinger2012-03-101-0/+22
| * target: Convert session_lock to irqsaveNicholas Bellinger2012-03-102-11/+15
| * target: Fix typo in drivers/targetMasanari Iida2012-03-102-2/+2
| * iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger2012-03-081-4/+2
| * target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger2012-02-252-3/+10
| * target: Push target_submit_tmr LUN lookup failure to system_wq contextNicholas Bellinger2012-02-251-3/+15
| * tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger2012-02-251-1/+4
| * target: Fix target_submit_tmr se_tmr_req allocation failuresNicholas Bellinger2012-02-251-9/+11
| * target: Fix target_submit_tmr LUN lookup failuresNicholas Bellinger2012-02-251-2/+2
| * iscsi-target: Fix iscsit_alloc_buffs() failure casesNicholas Bellinger2012-02-251-8/+6
| * target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier2012-02-251-4/+3
| * target/pscsi: fix PHV_VIRUTAL_HOST_ID typoStefan Hajnoczi2012-02-252-10/+10
| * target: Fix off-by-seven in target_report_lunsJörn Engel2012-02-251-3/+2
| * target: prevent NULL pointer dereference in target_report_lunsJörn Engel2012-02-251-1/+3
| * target: fix use after free in target_report_lunsJörn Engel2012-02-251-1/+1
| * tcm_loop: Set residual field for SCSI commandsRoland Dreier2012-02-251-0/+6
| * target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier2012-02-255-7/+73
| * target: Don't set WBUS16 or SYNC bits in INQUIRY responseRoland Dreier2012-02-251-1/+1
| * target: Set peripheral device type consistently in INQUIRY responseRoland Dreier2012-02-251-10/+10
| * target: Fix up handling of short INQUIRY buffersRoland Dreier2012-02-251-114/+36
| * target: Add TMR_ABORT_TASK task management supportNicholas Bellinger2012-02-253-7/+79
| * target: Make target_release_cmd_kref release on empty listNicholas Bellinger2012-02-251-1/+1
| * target: Add SCF_ACK_KREF flag for acknowledgement krefNicholas Bellinger2012-02-251-1/+3
| * target: Export transport_generic_request_failure symbolNicholas Bellinger2012-02-251-2/+2
| * target: Cleanup transport_kunmap_data_sg()Andy Grover2012-02-251-2/+4
| * tcm_loop: switch to using transport_handle_cdb_directChristoph Hellwig2012-02-251-56/+56
| * tcm_loop: defer all command submissions to workqueueChristoph Hellwig2012-02-252-41/+58
| * tcm_loop: kill tcm_loop_allocate_core_cmdChristoph Hellwig2012-02-251-88/+59
| * tcm_fc: Convert ft_send_tm to use target_submit_tmrAndy Grover2012-02-251-29/+3
| * target: Add target_submit_tmr helper functionAndy Grover2012-02-251-0/+48