summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-08-16iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2-2/+6
2017-08-16iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash1-0/+1
2017-08-11iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger1-2/+8
2017-08-11iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger1-67/+137
2017-08-11iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY raceNicholas Bellinger1-9/+9
2017-08-11iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi4-8/+32
2017-08-11target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2-0/+9
2017-07-28target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi1-0/+9
2017-07-28iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger6-16/+55
2017-06-29iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger1-0/+12
2017-06-29target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger3-12/+15
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