summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2012-04-15target/iscsi: Eliminate iscsi_cmd.data_lengthAndy Grover8-67/+60
2012-04-15target/iscsi: Move init_se_cmd closer to lookup_cmd_lunAndy Grover1-11/+11
2012-04-15target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmrAndy Grover3-130/+101
2012-04-15target: rewrite comment for generic_new_cmdAndy Grover1-3/+3
2012-04-15target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover3-14/+9
2012-04-15target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover12-109/+87
2012-04-15target/iscsi: Refactor target_tx_thread immediate+response queue loopsAndy Grover2-244/+244
2012-04-15target/iscsi: Remove unneeded locking from iscsi_target_tx_threadAndy Grover1-10/+2
2012-04-15target/iscsi: Misc cleanups from Agrover (round 1)Andy Grover3-52/+16
2012-04-15target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_nodeAndy Grover6-38/+38
2012-04-15target: Remove transport_do_task_sg_chain() and associated detritusRoland Dreier1-70/+0
2012-04-15tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier3-18/+5
2012-04-15target: stop splitting commands into multiple tasksChristoph Hellwig2-103/+25
2012-04-15target: don't limit transfer sizes for the ramdisk backendChristoph Hellwig2-6/+2
2012-04-15target: misc ramdisk backend cleanupsChristoph Hellwig2-125/+41
2012-04-15target: add unknown size flag to target_submit_cmd()Sebastian Andrzej Siewior1-0/+5
2012-04-15target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger2-11/+3
2012-04-07tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-07tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds36-967/+874
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-0/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-8/+6
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+1
2012-03-20target: remove the second argument of k[un]map_atomic()Cong Wang2-8/+6
2012-03-18loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger1-2/+1
2012-03-18iscsi-target: remove improper externsDan Carpenter1-8/+8
2012-03-16iscsi-target: Remove unused variables in iscsi_target_parameters.cJörn Engel1-10/+9
2012-03-16target: remove obvious warningsJörn Engel10-53/+6
2012-03-16target: Use array_zalloc for device_listJörn Engel6-46/+46
2012-03-16target: Use array_zalloc for tpg_lun_listJörn Engel2-10/+38
2012-03-16target: Fix sense code for unsupported SERVICE ACTION INRoland Dreier1-1/+1
2012-03-16target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is ena...Roland Dreier1-5/+0
2012-03-14iscsi-target: Fix reservation conflict -EBUSY response handling bugNicholas Bellinger1-1/+1
2012-03-14target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger2-12/+23
2012-03-11target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger3-3/+3
2012-03-11tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger1-2/+4
2012-03-11target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger7-124/+0
2012-03-11iscsi-target: Convert to use target_put_session + sess_krefNicholas Bellinger4-9/+9
2012-03-11target: Convert se_node_acl->acl_group removal to use ->acl_krefNicholas Bellinger2-19/+28
2012-03-11target: Add se_node_acl->acl_kref for ->acl_free_comp usageNicholas Bellinger2-5/+22
2012-03-11target: Add se_node_acl->acl_free_comp for NodeACL release pathNicholas Bellinger2-16/+26
2012-03-11target: Add se_sess->sess_kref + get/put helpersNicholas Bellinger1-0/+22
2012-03-11target: Convert session_lock to irqsaveNicholas Bellinger2-11/+15
2012-03-11target: Fix typo in drivers/targetMasanari Iida2-2/+2
2012-03-09iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger1-4/+2
2012-02-26target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger2-3/+10
2012-02-26target: Push target_submit_tmr LUN lookup failure to system_wq contextNicholas Bellinger1-3/+15
2012-02-26tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger1-1/+4
2012-02-26target: Fix target_submit_tmr se_tmr_req allocation failuresNicholas Bellinger1-9/+11
2012-02-26target: Fix target_submit_tmr LUN lookup failuresNicholas Bellinger1-2/+2