summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger2017-03-161-2/+6
* target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger2017-03-161-2/+15
* target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger2017-03-161-1/+1
* target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter2017-03-161-1/+0
* target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni2017-02-231-4/+12
* target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2017-02-232-6/+27
* iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li2016-11-201-2/+3
* target: Fix max_unmap_lba_count calc overflowMike Christie2016-11-203-7/+7
* target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2016-11-202-7/+18
* target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger2016-11-201-6/+0
* target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani2016-05-011-2/+0
* target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger2016-03-241-1/+0
* target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger2016-03-241-13/+42
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-03-242-48/+146
* target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger2016-03-241-8/+9
* target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2016-03-242-55/+76
* target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2016-03-242-1/+38
* target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie2016-02-253-62/+66
* target: Fix a memory leak in target_dev_lba_map_store()Bart Van Assche2016-02-021-3/+3
* iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger2016-02-021-1/+15
* target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt2015-12-181-2/+2
* target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-12-182-10/+17
* iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2015-12-182-1/+13
* target: REPORT LUNS should return LUN 0 even for dynamic ACLsRoland Dreier2015-08-311-4/+9
* target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik2015-08-311-1/+1
* iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger2015-08-201-2/+16
* iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger2015-08-205-32/+67
* iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger2015-08-201-4/+8
* target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-06-032-0/+4
* target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-05-061-25/+61
* target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-05-061-15/+6
* target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-05-061-7/+8
* target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-05-062-9/+43
* iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger2015-05-054-69/+114
* iscsi target: fix oops when adding reject pduMike Christie2015-04-271-1/+1
* target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger2015-03-301-2/+2
* target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger2015-03-301-1/+1
* tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter2015-03-301-1/+2
* target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche2015-03-301-0/+4
* iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger2015-03-301-4/+10
* target: Allow Write Exclusive non-reservation holders to READLee Duncan2015-03-031-0/+12
* target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger2015-03-031-1/+4
* target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger2015-03-031-22/+65
* target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger2015-03-031-3/+23
* target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger2015-03-021-1/+2
* target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger2015-03-021-0/+12
* target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger2015-03-021-12/+13
* iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger2015-03-021-23/+5
* tcm_loop: Fixup tag handlingHannes Reinecke2015-01-221-15/+8
* target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-225-25/+16