summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-01-13target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover1-2/+0
2016-11-24target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni1-3/+12
2016-11-24target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger1-1/+3
2016-08-20iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li1-2/+3
2016-08-20target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2-7/+18
2016-08-20target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger1-7/+0
2016-04-18target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani1-2/+0
2016-03-22target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger1-1/+0
2016-03-06target: Fix linux-4.1.y specific compile warningNicholas Bellinger1-1/+1
2016-03-06target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger1-11/+42
2016-03-06target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2-47/+145
2016-03-06target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger1-7/+9
2016-03-06target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2-55/+76
2016-03-06target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2016-03-06target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2-10/+17
2016-03-06iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2016-02-28target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2-1/+38
2016-02-28target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche5-22/+21
2016-02-04iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger1-1/+15
2015-10-23target: Fix v4.1 UNIT_ATTENTION se_node_acl->device_list[] NULL pointerNicholas Bellinger2-4/+7
2015-10-23target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger1-2/+4
2015-10-23target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover6-38/+36
2015-09-13target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik1-2/+2
2015-08-10iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-08-10iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger4-33/+67
2015-08-10iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-05-31target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover10-18/+15
2015-05-31target: Move passthrough CDB parsing into a common functionAndy Grover3-94/+76
2015-05-31target/user: Only support full command pass-throughAndy Grover1-50/+74
2015-05-31target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2-0/+4
2015-05-31target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig4-53/+27
2015-05-20target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger3-6/+3
2015-05-15target: Add missing parenthesesBart Van Assche1-2/+2
2015-05-15target: Fix bidi command handlingBart Van Assche1-2/+1
2015-05-03target/user: Disallow full passthrough (pass_level=0)Andy Grover1-65/+3
2015-05-03ISCSI: fix minor memory leakEvgenii Lepikhin1-0/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds33-1524/+990
2015-04-20target: Put TCMU under a new config optionAndy Grover2-3/+4
2015-04-20target: Version 2 of TCMU ABIAndy Grover1-12/+34
2015-04-16target/file: Fix UNMAP with DIF protection supportAkinobu Mita1-25/+61
2015-04-16target/file: Fix SG table for prot_buf initializationAkinobu Mita1-15/+6
2015-04-16target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita1-7/+8
2015-04-16target: Make core_tmr_abort_task() skip TMFsBart Van Assche1-2/+2
2015-04-16target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger1-3/+5
2015-04-16target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger1-0/+7
2015-04-16target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger1-1/+5
2015-04-16target: Ensure sess_prot_type is saved across session restartNicholas Bellinger1-7/+15
2015-04-14target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Akinobu Mita1-3/+64
2015-04-14target: Remove the unused flag SCF_ACK_KREFBart Van Assche1-3/+1
2015-04-14target: Fix two sparse warningsBart Van Assche2-0/+4