summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad2012-04-071-5/+8
* tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad2012-04-073-2/+11
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-2236-967/+874Star
|\
| * loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger2012-03-181-2/+1Star
| * iscsi-target: remove improper externsDan Carpenter2012-03-181-8/+8
| * iscsi-target: Remove unused variables in iscsi_target_parameters.cJörn Engel2012-03-161-10/+9Star
| * target: remove obvious warningsJörn Engel2012-03-1610-53/+6Star
| * target: Use array_zalloc for device_listJörn Engel2012-03-166-46/+46
| * target: Use array_zalloc for tpg_lun_listJörn Engel2012-03-162-10/+38
| * target: Fix sense code for unsupported SERVICE ACTION INRoland Dreier2012-03-161-1/+1
| * target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is ena...Roland Dreier2012-03-161-5/+0Star
| * 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/+0Star
| * 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/+2Star
| * target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger2012-02-262-3/+10
| * target: Push target_submit_tmr LUN lookup failure to system_wq contextNicholas Bellinger2012-02-261-3/+15
| * tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger2012-02-261-1/+4
| * target: Fix target_submit_tmr se_tmr_req allocation failuresNicholas Bellinger2012-02-261-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/+6Star
| * target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationRoland Dreier2012-02-251-4/+3Star
| * 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/+2Star
| * 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/+36Star
| * 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/+59Star
| * tcm_fc: Convert ft_send_tm to use target_submit_tmrAndy Grover2012-02-251-29/+3Star
| * target: Add target_submit_tmr helper functionAndy Grover2012-02-251-0/+48
| * tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tmAndy Grover2012-02-251-1/+1
| * tcm_fc: Call lookup_tmr_lun() for all TM typesAndy Grover2012-02-251-25/+11Star