summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger2017-06-291-0/+12
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-293-12/+15
* target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger2017-06-141-5/+18
* iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger2017-05-203-0/+3
* target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger2017-05-205-143/+54
* target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche2017-05-201-2/+1
* target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger2017-05-201-1/+4
* iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger2017-04-211-16/+0
* iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger2017-04-211-5/+7
* target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann2017-03-261-2/+8
* target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger2017-03-261-35/+12
* target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-03-153-4/+40
* 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-123-8/+55
* target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger2017-02-141-2/+6
* target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger2017-02-141-2/+15
* target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger2017-02-141-1/+1
* target: Don't BUG_ON during NodeACL dynamic -> explicit conversionNicholas Bellinger2017-02-141-1/+9
* target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter2017-01-121-1/+0
* target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover2017-01-091-2/+0
* target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni2016-10-281-4/+12
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-282-6/+23
* 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 max_unmap_lba_count calc overflowMike Christie2016-08-203-7/+7
* target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2016-08-202-7/+18
* 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-203-28/+37
* iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li2016-08-201-2/+3
* target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani2016-04-121-2/+0
* target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger2016-03-161-1/+0
* target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-03-093-62/+66
* 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-032-51/+148
* target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger2016-03-031-7/+9
* target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2016-03-032-1/+38
* target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2016-03-032-61/+75
* iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger2016-02-251-1/+15
* target/stat: print full t10_wwn.model bufferDavid Disseldorp2015-11-281-1/+1
* target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt2015-11-281-2/+2
* target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2015-11-282-7/+12
* target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-282-10/+17
* iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2015-11-282-1/+13
* iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt2015-11-281-5/+5
* target/user: Do not set unused fields in tcmu_opsAndy Grover2015-11-281-2/+0
* target/user: Fix time calc in expired cmd processingAndy Grover2015-11-281-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-1/+0
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-1312-2566/+1490
|\ \
| * | target: use per-attribute show and store methodsChristoph Hellwig2015-10-1312-2566/+1490
| |/