summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2012-04-14target: Call core_alua_check_nonop_delay in target_submit_cmd()Andy Grover
2012-04-14target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_listsAndy Grover
2012-04-14target/iscsi: Eliminate iscsi_cmd.data_lengthAndy Grover
2012-04-14target/iscsi: Move init_se_cmd closer to lookup_cmd_lunAndy Grover
2012-04-14target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmrAndy Grover
2012-04-14target: rewrite comment for generic_new_cmdAndy Grover
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover
2012-04-14target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover
2012-04-14target/iscsi: Refactor target_tx_thread immediate+response queue loopsAndy Grover
2012-04-14target/iscsi: Remove unneeded locking from iscsi_target_tx_threadAndy Grover
2012-04-14target/iscsi: Misc cleanups from Agrover (round 1)Andy Grover
2012-04-14target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_nodeAndy Grover
2012-04-14target: Remove transport_do_task_sg_chain() and associated detritusRoland Dreier
2012-04-14tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier
2012-04-14target: stop splitting commands into multiple tasksChristoph Hellwig
2012-04-14target: don't limit transfer sizes for the ramdisk backendChristoph Hellwig
2012-04-14target: misc ramdisk backend cleanupsChristoph Hellwig
2012-04-14target: add unknown size flag to target_submit_cmd()Sebastian Andrzej Siewior
2012-04-14target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-20target: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-17loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger
2012-03-17iscsi-target: remove improper externsDan Carpenter
2012-03-15iscsi-target: Remove unused variables in iscsi_target_parameters.cJörn Engel
2012-03-15target: remove obvious warningsJörn Engel
2012-03-15target: Use array_zalloc for device_listJörn Engel
2012-03-15target: Use array_zalloc for tpg_lun_listJörn Engel
2012-03-15target: Fix sense code for unsupported SERVICE ACTION INRoland Dreier
2012-03-15target: Remove hack to make READ CAPACITY(10) lie if thin provisioning is ena...Roland Dreier
2012-03-13iscsi-target: Fix reservation conflict -EBUSY response handling bugNicholas Bellinger
2012-03-13target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger
2012-03-10tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger
2012-03-10iscsi-target: Convert to use target_put_session + sess_krefNicholas Bellinger
2012-03-10target: Convert se_node_acl->acl_group removal to use ->acl_krefNicholas Bellinger
2012-03-10target: Add se_node_acl->acl_kref for ->acl_free_comp usageNicholas Bellinger
2012-03-10target: Add se_node_acl->acl_free_comp for NodeACL release pathNicholas Bellinger
2012-03-10target: Add se_sess->sess_kref + get/put helpersNicholas Bellinger
2012-03-10target: Convert session_lock to irqsaveNicholas Bellinger
2012-03-10target: Fix typo in drivers/targetMasanari Iida
2012-03-08iscsi-target: Fix dynamic -> explict NodeACL pointer referenceNicholas Bellinger
2012-02-25target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger
2012-02-25target: Push target_submit_tmr LUN lookup failure to system_wq contextNicholas Bellinger
2012-02-25tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger