summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-06-14target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger1-5/+18
2017-05-20iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger3-0/+3
2017-05-20target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger5-143/+54
2017-05-20target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche1-2/+1
2017-05-20target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger1-1/+4
2017-04-21iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-04-21iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger1-5/+7
2017-03-26target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann1-2/+8
2017-03-26target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger1-35/+12
2017-03-15target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger3-4/+40
2017-03-12target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger1-27/+43
2017-03-12target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger3-8/+55
2017-02-15target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger1-2/+6
2017-02-15target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger1-2/+15
2017-02-15target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger1-1/+1
2017-02-15target: Don't BUG_ON during NodeACL dynamic -> explicit conversionNicholas Bellinger1-1/+9
2017-01-12target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter1-1/+0
2017-01-09target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover1-2/+0
2016-10-28target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni1-4/+12
2016-10-28target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2-6/+23
2016-10-28target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger1-1/+3
2016-08-20target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger1-1/+6
2016-08-20target: Fix max_unmap_lba_count calc overflowMike Christie3-7/+7
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-6/+0
2016-08-20target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger3-28/+37
2016-08-20iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li1-2/+3
2016-04-12target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani1-2/+0
2016-03-16target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger1-1/+0
2016-03-10target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie3-62/+66
2016-03-04target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger1-12/+41
2016-03-04target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2-51/+148
2016-03-04target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger1-7/+9
2016-03-04target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2-1/+38
2016-03-04target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2-61/+75
2016-02-25iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger1-1/+15
2015-11-29target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-11-29target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-29target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2-7/+12
2015-11-29target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2-10/+17
2015-11-29iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-29iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-29target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-29target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds12-2566/+1490
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-5/+5
2015-10-14target: use per-attribute show and store methodsChristoph Hellwig12-2566/+1490
2015-09-25iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3