summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-15/+1Star
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-201-0/+7
* target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-201-1/+3
* target: Fix residual overflow handling in target_complete_cmd_with_lengthSumit Rai2016-07-241-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/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-24/+2Star
|\
| * target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-101-23/+0Star
| * 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/+0Star
* target: Avoid DataIN transfers for non-GOOD SAM statusNicholas Bellinger2016-03-111-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-111-3/+9
* target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageNicholas Bellinger2016-02-071-37/+0Star
* target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger2016-02-071-12/+41
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-02-061-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/+29Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-211-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/+0Star
| * 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-291-6/+6
* | target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-291-6/+8
|/
* target: Remove no-op conditionalAndy Grover2015-09-111-2/+1Star
* 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/+13Star
* target: improve unsupported opcode messageJoern Engel2015-07-311-0/+5
* target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier2015-07-311-3/+3
* target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg2015-07-241-1/+2
* scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-241-3/+11
* target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg2015-07-241-3/+3
* target: Use scsi helpers to build the sense data correctlySagi Grimberg2015-07-241-17/+4Star
* target: Split transport_send_check_condition_and_sense()Bart Van Assche2015-07-241-235/+148Star
* target: Inline transport_get_sense_codes()Bart Van Assche2015-07-241-14/+2Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-141/+108Star
|\
| * target: Send UA upon LUN RESET tmr completionHannes Reinecke2015-06-231-0/+5
| * target: use 'se_dev_entry' when allocating UAsHannes Reinecke2015-06-171-6/+6
| * target: use 64-bit LUNsHannes Reinecke2015-06-161-3/+3
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-13/+7Star
| * target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-29/+5Star
| * target: Simplify LUN shutdown codeBart Van Assche2015-06-011-22/+1Star