summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring2017-05-011-1/+1
* target: Fix unknown fabric callback queue-full errorsNicholas Bellinger2017-03-301-34/+68
* target: Drop pointless tfo->check_stop_free checkNicholas Bellinger2017-03-181-2/+1
* target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-261-1/+30
* target: Fix handling of aborted failed commandsBart Van Assche2017-02-201-0/+3
* target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche2017-02-091-1/+0
* target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-091-8/+4
* target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche2017-02-091-20/+19
* target: Inline transport_cmd_check_stop()Bart Van Assche2017-02-091-35/+33
* target: Remove an overly chatty debug messageBart Van Assche2017-02-091-2/+0
* target: Stop execution if CMD_T_STOP has been setBart Van Assche2017-02-091-1/+2
* target: Correct transport_wait_for_tasks() documentationBart Van Assche2017-02-091-5/+2
* target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger2017-02-081-26/+43
* target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger2017-02-081-2/+15
* target: add XCOPY target/segment desc sense codesDavid Disseldorp2017-01-101-0/+24
* target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke2016-10-211-4/+8
* Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger2016-10-191-15/+1
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-191-0/+7
* target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-191-1/+3
* target: Fix residual overflow handling in target_complete_cmd_with_lengthSumit Rai2016-07-231-1/+15
* target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger2016-07-201-1/+6
* target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-07-201-27/+35
* target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2016-07-201-1/+2
* target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger2016-07-201-6/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-24/+2
|\
| * target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-101-23/+0
| * target: make close_session optionalChristoph Hellwig2016-05-101-1/+2
| * target: remove acl_stopChristoph Hellwig2016-05-101-2/+2
* | target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig2016-05-131-14/+18
|/
* target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani2016-03-221-2/+0
* target: Avoid DataIN transfers for non-GOOD SAM statusNicholas Bellinger2016-03-101-0/+8
* target: Add target_alloc_session() helper functionNicholas Bellinger2016-02-271-0/+56
* target/transport: add flag to indicate CPU Affinity is observedQuinn Tran2016-02-101-3/+9
* target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageNicholas Bellinger2016-02-061-37/+0
* target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger2016-02-061-12/+41
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-02-051-35/+110
* target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2016-02-031-0/+17
* target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2016-02-031-38/+29
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-12/+21
|\
| * target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger2016-01-201-6/+13
| * target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger2016-01-201-2/+2
| * target: Support aborting tasks with a 64-bit tagBart Van Assche2016-01-071-1/+1
| * target: Remove an unused variableBart Van Assche2016-01-071-1/+0
| * qla2xxx: Add selective command queuingQuinn Tran2016-01-071-1/+4
| * target: Fix spelling + remove set-but-not-used variablesBart Van Assche2016-01-061-1/+1
* | target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2015-11-281-6/+6
* | target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-281-6/+8
|/
* target: Remove no-op conditionalAndy Grover2015-09-111-2/+1
* target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2015-09-111-1/+50
* target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-311-26/+13
OpenPOWER on IntegriCloud