summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-01-15target/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-08-22iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li1-2/+3
2016-08-22target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2-7/+18
2016-08-22target: 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 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-03-02target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2-1/+38
2016-03-02target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche5-22/+21
2016-02-10iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger1-1/+15
2015-10-28target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover6-33/+36
2015-08-27iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger5-32/+67
2015-08-27iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-08-27iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-08-04iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger4-69/+114
2015-06-10target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2-0/+4
2015-05-18target/file: Fix SG table for prot_buf initializationAkinobu Mita1-15/+6
2015-05-18target/file: Fix UNMAP with DIF protection supportAkinobu Mita1-25/+61
2015-05-18target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita1-7/+8
2015-05-18target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2-9/+43
2015-04-25iscsi target: fix oops when adding reject pduMike Christie1-1/+1
2015-04-17tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter1-1/+2
2015-03-28target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger1-1/+1
2015-03-28iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger1-4/+10
2015-03-28target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger1-2/+2
2015-03-28target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2015-03-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-03-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-03-14target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger1-12/+13
2015-03-07iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger1-23/+5
2015-01-27target: Drop arbitrary maximum I/O size limitNicholas Bellinger5-25/+16
2015-01-27iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg1-3/+4
2015-01-27iscsi,iser-target: Initiate termination only onceSagi Grimberg1-0/+3
2015-01-27iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger1-15/+11
2015-01-27tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-49/+24
2014-11-03target: return CONFLICT only when SA key unmatchedSteven Allen1-4/+5
2014-10-28iscsi-target: return the correct port in SendTargetsSteven Allen1-1/+1
2014-10-28target: Don't call TFO->write_pending if data_length == 0Roland Dreier1-1/+1
2014-10-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds26-271/+1362
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-08target/file: fix inclusive vfs_fsync_range() endZach Brown1-2/+7
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger4-0/+32
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger4-5/+14