summaryrefslogtreecommitdiff
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* tcm_fileio: Prevent information leak for short readsDmitry Monakhov2018-03-241-6/+17
* target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp2018-02-221-1/+2
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2018-01-172-0/+11
* iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger2018-01-171-13/+7
* target/file: Do not return error for UNMAP if length is zeroJiang Yi2017-12-201-0/+4
* target:fix condition return in core_pr_dump_initiator_port()tangwenji2017-12-201-1/+3
* iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji2017-12-201-1/+2
* target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche2017-12-201-1/+2
* target: fix race during implicit transition work flushesMike Christie2017-12-201-9/+1
* target: fix ALUA transition timeout handlingMike Christie2017-12-201-15/+8
* target: Use system workqueue for ALUA transitionsMike Christie2017-12-201-5/+3
* target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger2017-11-301-0/+4
* iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger2017-11-301-3/+5
* target/iscsi: Fix iSCSI task reassignment handlingBart Van Assche2017-11-181-12/+7
* target/iscsi: Fix unsolicited data seq_end_offset calculationVarun Prakash2017-10-211-4/+2
* target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2017-08-162-4/+4
* iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-08-162-2/+6
* iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash2017-08-161-0/+1
* iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger2017-08-111-67/+137
* target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi2017-07-271-0/+9
* iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger2017-07-276-16/+55
* iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger2017-06-291-0/+12
* iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger2017-06-291-2/+8
* 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: Always wait for kthread_should_stop() before kthread exitJiang Yi2017-06-074-8/+34
* iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger2017-05-203-0/+3
* 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
* target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2017-04-212-0/+9
* 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
* tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li2017-04-211-15/+33
* tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li2017-04-211-2/+8
* tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li2017-04-211-11/+23
* 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 COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger2017-02-141-2/+6
* target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger2017-02-141-26/+43
* 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
* sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche2017-01-121-1/+1
* 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
* iscsi-target: Return error if unable to add network portalVarun Prakash2017-01-091-1/+3
* target/tcm_fc: use CPU affinity for responsesHannes Reinecke2016-10-211-1/+1
* target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke2016-10-211-11/+26
* target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke2016-10-211-2/+3