aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-06-06tcm_fc: Generate TASK_SET_FULL status for response failuresNicholas Bellinger1-3/+16
2014-06-06tcm_fc: Generate TASK_SET_FULL status for DataIN failuresNicholas Bellinger1-2/+15
2014-05-15tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger1-4/+4
2014-04-11target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover1-3/+3
2014-04-11target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover1-6/+6
2014-04-11target/tcm_fc: Rename structs and list members for clarityAndy Grover2-33/+32
2014-04-11target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2-11/+12
2014-04-11target/tcm_fc: Don't export ft_lport_listAndy Grover2-2/+1
2014-04-11target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+2
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger3-0/+7
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet1-1/+1
2014-01-09drivers: target: Mark functions and structures as static in tfc_conf.cRashika Kheria1-3/+3
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-9/+9
2013-10-01tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger3-5/+17
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han1-1/+5
2013-07-07target: make queue_tm_rsp() return voidJoern Engel2-4/+3
2013-07-07target: remove unused codes from enum tcm_tmrsp_tableJoern Engel1-3/+0
2013-04-25tcm_fc: Check for aborted sequenceMark Rustad1-1/+8
2013-04-25tcm_fc: using kfree_rcu() to simplify the codeWei Yongjun1-8/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+4
2013-01-10tcm_fc: Do not report target role when target is not definedMark Rustad1-2/+8
2013-01-10tcm_fc: Do not indicate retry capability to initiatorsMark Rustad1-1/+1
2012-12-12target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou1-1/+1
2012-09-17tcm_fc: move the dereference below the NULL testWei Yongjun1-1/+2
2012-09-17tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun3-3/+0
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov1-1/+3
2012-08-16tcm_fc: Avoid debug overhead when not debuggingMark Rustad2-1/+8
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier1-3/+5
2012-07-16tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig1-2/+11
2012-07-16target: remove control CDB flagsChristoph Hellwig1-1/+1
2012-07-14tcm_fc: Fix crash seen with aborts and large readsMark Rustad1-0/+2
2012-07-06tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-04-14tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier3-18/+5
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-06tcm_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/target-pendingLinus Torvalds4-134/+46
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-6/+4
2012-03-20target: remove the second argument of k[un]map_atomic()Cong Wang1-6/+4
2012-03-15target: remove obvious warningsJörn Engel1-2/+0
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger1-1/+1
2012-03-10tcm_fc: Fix fc_exch memory leak in ft_send_resp_statusNicholas Bellinger1-2/+4
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger4-32/+0
2012-02-25target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger1-1/+2
2012-02-25tcm_fc: Handle target_submit_tmr allocation failureNicholas Bellinger1-1/+4
2012-02-25tcm_fc: Convert ft_send_tm to use target_submit_tmrAndy Grover1-29/+3
2012-02-25tcm_fc: Use transport_generic_free_cmd for ft_sess_put in ft_send_tmAndy Grover1-1/+1