aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc/tfc_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-3/+2
2013-07-07target: remove unused codes from enum tcm_tmrsp_tableJoern Engel1-3/+0
2012-09-17tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun1-1/+0
2012-08-16tcm_fc: Avoid debug overhead when not debuggingMark Rustad1-1/+7
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier1-3/+5
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-04-14tcm_fc: Remove use of transport_do_task_sg_chain()Roland Dreier1-14/+4
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad1-2/+8
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 Bellinger1-5/+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
2012-02-25tcm_fc: Call lookup_tmr_lun() for all TM typesAndy Grover1-25/+11
2012-02-25tcm_fc: Move core->fc code conversion earlier in ft_send_tm()Andy Grover1-6/+5
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-3/+3
2012-02-25tcm_fc: Remove cmd->cdb data memberAndy Grover1-7/+1
2012-02-25tcm_fc: Simplify ft_send_work for tmr pathAndy Grover1-43/+35
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover1-7/+4
2012-02-07target: Change target_submit_cmd() to return voidAndy Grover1-7/+2
2011-12-14tcm_fc: Convert ft_send_work to use target_submit_cmdNicholas Bellinger1-38/+13
2011-12-14target: header reshuffle, part2Christoph Hellwig1-5/+1
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-1/+1
2011-11-02target: Make TFO->check_stop_free return free statusNicholas Bellinger1-1/+2
2011-10-24target: remove the TRANSPORT_REMOVE stateChristoph Hellwig1-1/+0
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier1-1/+1
2011-10-24target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig1-6/+6
2011-10-24tfm_fc: use transport_handle_cdb_directChristoph Hellwig1-1/+1
2011-10-11target: Remove unneeded version.h includesJesper Juhl1-1/+0
2011-09-16tcm_fc: Work queue based approach instead of managing own thread and event based mechanismChristoph Hellwig1-79/+11
2011-08-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+1
2011-08-03tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil1-0/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-7/+19
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover1-20/+17
2011-07-22target: Eliminate usage of struct se_memAndy Grover1-12/+13
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover1-2/+2
2011-07-22tcm_fc: Convert to wake_up_process and schedule_timeout_interruptibleNicholas Bellinger1-9/+8
2011-07-22target: merge release_cmd methodsChristoph Hellwig1-6/+6
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig1-6/+0
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-8/+6
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-13/+13
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-4/+3
2011-07-22target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger1-1/+1
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-31/+33
2011-06-29[SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to be deleted.Kiran Patil1-5/+16
2011-06-29[SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FCoE DDP in target modeYi Zou1-2/+3
2011-06-24tcm_fc: Fix ft_send_tm LUN lookup OOPsKiran Patil1-31/+33