summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target: improve unsupported opcode messageJoern Engel2015-07-301-0/+5
* target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier2015-07-301-3/+3
* target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg2015-07-231-1/+2
* scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-231-3/+11
* target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg2015-07-231-3/+3
* target: Use scsi helpers to build the sense data correctlySagi Grimberg2015-07-231-17/+4
* target: Split transport_send_check_condition_and_sense()Bart Van Assche2015-07-231-235/+148
* target: Inline transport_get_sense_codes()Bart Van Assche2015-07-231-14/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-141/+108
|\
| * target: Send UA upon LUN RESET tmr completionHannes Reinecke2015-06-231-0/+5
| * target: use 'se_dev_entry' when allocating UAsHannes Reinecke2015-06-161-6/+6
| * target: use 64-bit LUNsHannes Reinecke2015-06-151-3/+3
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-13/+7
| * target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-29/+5
| * target: Simplify LUN shutdown codeBart Van Assche2015-06-011-22/+1
| * target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger2015-06-011-10/+10
| * target: remove ->put_session methodChristoph Hellwig2015-05-301-6/+0
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-21/+20