summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Fix ordered tag handlingMike Christie2021-11-261-22/+54
* scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi2021-06-301-3/+1
* target: add XCOPY target/segment desc sense codesDavid Disseldorp2021-01-171-0/+24
* scsi: target: fix __transport_register_session lockingMike Christie2018-09-191-2/+3
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2018-01-171-0/+2
* target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger2017-11-301-0/+4
* target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2017-11-181-2/+2
* target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi2017-07-271-0/+9
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-291-3/+6
* target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger2017-06-141-5/+18
* target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger2017-05-201-2/+2
* target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-03-151-1/+30
* target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger2017-03-121-27/+43
* target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger2017-03-121-6/+13
* target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger2017-02-141-2/+15
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-281-0/+7
* target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-281-1/+3
* target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger2016-08-201-1/+6
* target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2016-08-201-1/+2
* target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger2016-08-201-6/+0
* target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-08-201-27/+35
* target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani2016-04-121-2/+0
* target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger2016-03-031-12/+41
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-03-031-35/+110
* target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2016-03-031-0/+17
* target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2016-03-031-38/+29
* 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