aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc/tfc_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09target/tcm_fc: Remove a set-but-not-used variableBart Van Assche1-2/+0
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke1-3/+3
2016-10-21target/tcm_fc: use CPU affinity for responsesHannes Reinecke1-1/+1
2016-10-21target/tcm_fc: print command pointer in debug messageHannes Reinecke1-1/+1
2016-03-10tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger1-4/+16
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-1/+0
2015-07-31drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-10/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-4/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-9/+1
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-4/+4
2014-06-06tcm_fc: Generate TASK_SET_FULL status for response failuresNicholas Bellinger1-3/+16
2014-05-15tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger1-4/+4
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+5
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet1-1/+1
2013-10-01tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger1-4/+14
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