summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* target: remove the unused transport_limit_task_sectors helperChristoph Hellwig2012-05-071-15/+0Star
* target: Handle GET_EVENT_STATUS_NOTIFICATION passthroughStefan Hajnoczi2012-05-071-0/+4
* target: Call core_alua_check_nonop_delay in target_submit_cmd()Andy Grover2012-04-151-0/+7
* target: rewrite comment for generic_new_cmdAndy Grover2012-04-151-3/+3
* target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-04-151-5/+5
* target/iscsi: Misc cleanups from Agrover (round 2)Andy Grover2012-04-151-11/+10Star
* target: Remove transport_do_task_sg_chain() and associated detritusRoland Dreier2012-04-151-70/+0Star
* target: stop splitting commands into multiple tasksChristoph Hellwig2012-04-151-102/+21Star
* target: add unknown size flag to target_submit_cmd()Sebastian Andrzej Siewior2012-04-151-0/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-129/+238
|\
| * target: Fix sense code for unsupported SERVICE ACTION INRoland Dreier2012-03-161-1/+1
| * target: Convert se_node_acl->acl_group removal to use ->acl_krefNicholas Bellinger2012-03-101-1/+2
| * target: Add se_node_acl->acl_kref for ->acl_free_comp usageNicholas Bellinger2012-03-101-5/+20
| * target: Add se_node_acl->acl_free_comp for NodeACL release pathNicholas Bellinger2012-03-101-16/+24
| * target: Add se_sess->sess_kref + get/put helpersNicholas Bellinger2012-03-101-0/+22
| * target: Convert session_lock to irqsaveNicholas Bellinger2012-03-101-3/+5
| * target: Allow target_submit_tmr interrupt context + pass ABORT_TASK tagNicholas Bellinger2012-02-261-2/+8
| * target: Push target_submit_tmr LUN lookup failure to system_wq contextNicholas Bellinger2012-02-261-3/+15
| * target: Fix target_submit_tmr se_tmr_req allocation failuresNicholas Bellinger2012-02-261-9/+11
| * target: Fix target_submit_tmr LUN lookup failuresNicholas Bellinger2012-02-251-2/+2
| * target: Untangle front-end and back-end meanings of max_sectors attributeRoland Dreier2012-02-251-0/+8
| * target: Add TMR_ABORT_TASK task management supportNicholas Bellinger2012-02-251-7/+13
| * target: Make target_release_cmd_kref release on empty listNicholas Bellinger2012-02-251-1/+1
| * target: Add SCF_ACK_KREF flag for acknowledgement krefNicholas Bellinger2012-02-251-1/+3
| * target: Export transport_generic_request_failure symbolNicholas Bellinger2012-02-251-2/+2
| * target: Cleanup transport_kunmap_data_sg()Andy Grover2012-02-251-2/+4
| * target: Add target_submit_tmr helper functionAndy Grover2012-02-251-0/+48
| * target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-18/+8Star
| * target: Use #define for SYNCHRONIZE_CACHE_16Andy Grover2012-02-251-1/+1
| * target: remove the transport_lun_active field in struct se_cmdChristoph Hellwig2012-02-251-10/+3Star
| * target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-251-69/+61Star
* | target: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* | target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASENicholas Bellinger2012-03-141-0/+1
|/
* target: Fix unsupported WRITE_SAME sense payloadMartin Svec2012-02-071-3/+3
* target: Fix target_submit_cmd() exception handlingNicholas Bellinger2012-02-071-8/+10
* target: Change target_submit_cmd() to return voidAndy Grover2012-02-071-3/+2Star
* target: Allow control CDBs with data > 1 pageAndy Grover2012-01-181-11/+34
* target: avoid multiple outputs in scsi_dump_inquiry()Sebastian Andrzej Siewior2012-01-181-11/+13
* target: Add workaround for zero-length control CDB handlingNicholas Bellinger2012-01-181-0/+13
* target: Correct sense key for INVALID FIELD IN {PARAMETER LIST,CDB}Roland Dreier2012-01-181-4/+4
* target: Don't zero pages used for data buffersroland@purestorage.com2012-01-181-1/+4
* target: Set additional sense length field in sense dataRoland Dreier2011-12-161-0/+14
* target: Remove legacy device status check from transport_execute_tasksNicholas Bellinger2011-12-141-7/+0Star
* target: Remove __transport_execute_tasks() for each processing contextNicholas Bellinger2011-12-141-2/+0Star
* target: Remove extra se_device->execute_task_lock access in fast pathNicholas Bellinger2011-12-141-16/+24
* target: Drop se_device TCQ queue_depth usage from I/O pathNicholas Bellinger2011-12-141-37/+2Star
* target: Fix possible NULL pointer with __transport_execute_tasksNicholas Bellinger2011-12-141-1/+2
* target: Add target_submit_cmd() for process context fabric submissionNicholas Bellinger2011-12-141-2/+84
* target: Make target_put_sess_cmd use target_release_cmd_krefNicholas Bellinger2011-12-141-15/+24
* target: remove useless castsJörn Engel2011-12-141-2/+2