aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 36-967/+874
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-0/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 2-8/+6
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-11/+1
2012-03-20target: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 2-8/+6
2012-03-17loopback: Fix transport_generic_allocate_tasks error handlingGravatar Nicholas Bellinger 1-2/+1
2012-03-17iscsi-target: remove improper externsGravatar Dan Carpenter 1-8/+8
2012-03-15iscsi-target: Remove unused variables in iscsi_target_parameters.cGravatar Jörn Engel 1-10/+9
2012-03-15target: remove obvious warningsGravatar Jörn Engel 10-53/+6
2012-03-15target: Use array_zalloc for device_listGravatar Jörn Engel 6-46/+46
2012-03-15target: Use array_zalloc for tpg_lun_listGravatar Jörn Engel 2-10/+38
2012-03-15target: Fix sense code for unsupported SERVICE ACTION INGravatar Roland Dreier 1-1/+1
2012-03-15target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is ena...Gravatar Roland Dreier 1-5/+0
2012-03-13iscsi-target: Fix reservation conflict -EBUSY response handling bugGravatar Nicholas Bellinger 1-1/+1
2012-03-13target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASEGravatar Nicholas Bellinger 2-12/+23
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsGravatar Nicholas Bellinger 3-3/+3
2012-03-10tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusGravatar Nicholas Bellinger 1-2/+4
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersGravatar Nicholas Bellinger 7-124/+0
2012-03-10iscsi-target: Convert to use target_put_session + sess_krefGravatar Nicholas Bellinger 4-9/+9
2012-03-10target: Convert se_node_acl->acl_group removal to use ->acl_krefGravatar Nicholas Bellinger 2-19/+28
2012-03-10target: Add se_node_acl->acl_kref for ->acl_free_comp usageGravatar Nicholas Bellinger 2-5/+22
2012-03-10target: Add se_node_acl->acl_free_comp for NodeACL release pathGravatar Nicholas Bellinger 2-16/+26
2012-03-10target: Add se_sess->sess_kref + get/put helpersGravatar Nicholas Bellinger 1-0/+22
2012-03-10target: Convert session_lock to irqsaveGravatar Nicholas Bellinger 2-11/+15
2012-03-10target: Fix typo in drivers/targetGravatar Masanari Iida 2-2/+2
2012-03-08iscsi-target: Fix dynamic -> explict NodeACL pointer referenceGravatar Nicholas Bellinger 1-4/+2
2012-02-25target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagGravatar Nicholas Bellinger 2-3/+10
2012-02-25target: Push target_submit_tmr LUN lookup failure to system_wq contextGravatar Nicholas Bellinger 1-3/+15
2012-02-25tcm_fc: Handle target_submit_tmr allocation failureGravatar Nicholas Bellinger 1-1/+4
2012-02-25target: Fix target_submit_tmr se_tmr_req allocation failuresGravatar Nicholas Bellinger 1-9/+11
2012-02-25target: Fix target_submit_tmr LUN lookup failuresGravatar Nicholas Bellinger 1-2/+2
2012-02-25iscsi-target: Fix iscsit_alloc_buffs() failure casesGravatar Nicholas Bellinger 1-8/+6
2012-02-25target: Fix 16-bit target ports for SET TARGET PORT GROUPS emulationGravatar Roland Dreier 1-4/+3
2012-02-25target/pscsi: fix PHV_VIRUTAL_HOST_ID typoGravatar Stefan Hajnoczi 2-10/+10
2012-02-25target: Fix off-by-seven in target_report_lunsGravatar Jörn Engel 1-3/+2
2012-02-25target: prevent NULL pointer dereference in target_report_lunsGravatar Jörn Engel 1-1/+3
2012-02-25target: fix use after free in target_report_lunsGravatar Jörn Engel 1-1/+1
2012-02-25tcm_loop: Set residual field for SCSI commandsGravatar Roland Dreier 1-0/+6
2012-02-25target: Untangle front-end and back-end meanings of max_sectors attributeGravatar Roland Dreier 5-7/+73
2012-02-25target: Don't set WBUS16 or SYNC bits in INQUIRY responseGravatar Roland Dreier 1-1/+1
2012-02-25target: Set peripheral device type consistently in INQUIRY responseGravatar Roland Dreier 1-10/+10
2012-02-25target: Fix up handling of short INQUIRY buffersGravatar Roland Dreier 1-114/+36
2012-02-25target: Add TMR_ABORT_TASK task management supportGravatar Nicholas Bellinger 3-7/+79
2012-02-25target: Make target_release_cmd_kref release on empty listGravatar Nicholas Bellinger 1-1/+1
2012-02-25target: Add SCF_ACK_KREF flag for acknowledgement krefGravatar Nicholas Bellinger 1-1/+3
2012-02-25target: Export transport_generic_request_failure symbolGravatar Nicholas Bellinger 1-2/+2
2012-02-25target: Cleanup transport_kunmap_data_sg()Gravatar Andy Grover 1-2/+4
2012-02-25tcm_loop: switch to using transport_handle_cdb_directGravatar Christoph Hellwig 1-56/+56
2012-02-25tcm_loop: defer all command submissions to workqueueGravatar Christoph Hellwig 2-41/+58
2012-02-25tcm_loop: kill tcm_loop_allocate_core_cmdGravatar Christoph Hellwig 1-88/+59