summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche2019-07-091-2/+2
* iscsi target: fix session creation failure handlingMike Christie2018-12-161-14/+21
* ISCSI: fix minor memory leakEvgenii Lepikhin2018-12-161-0/+1
* iscsi-target: nullify session in failed login sequenceSagi Grimberg2018-12-161-0/+1
* scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche2018-12-161-2/+1
* scsi: target: Fix truncated PR-in ReadKeys responseDavid Disseldorp2018-11-201-12/+10
* scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier2018-10-031-16/+14
* iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger2018-02-131-3/+5
* iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger2018-02-131-14/+8
* target/iscsi: Fix iSCSI task reassignment handlingBart Van Assche2018-02-131-12/+7
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2018-02-132-0/+12
* iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-11-113-2/+7
* iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger2017-10-127-16/+65
* target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi2017-10-121-0/+9
* target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-09-153-12/+15
* iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi2017-09-154-8/+35
* iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger2017-09-152-62/+133
* target/iscsi: Fix indentation in iscsi_target_start_negotiation()Bart Van Assche2017-09-151-8/+8
* iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY raceNicholas Bellinger2017-09-151-9/+9
* target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche2017-08-261-2/+1
* iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger2017-07-181-16/+0
* iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger2017-07-181-5/+7
* target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann2017-07-181-2/+8
* target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger2017-07-181-35/+12
* 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