aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-05ibmvscsis: Do not send aborted task responseBryant G. Ly2-25/+91
2017-05-04tcmu: fix module removal due to stuck threadMike Christie1-0/+3
2017-05-04target: Don't force session reset if queue_depth does not changeNicholas Bellinger1-0/+7
2017-05-04iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger3-0/+3
2017-05-04target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger1-1/+4
2017-05-02tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li1-11/+41
2017-05-01tcmu: Add global data block pool supportXiubo Li1-128/+336
2017-05-01tcmu: Add dynamic growing data area feature supportXiubo Li1-101/+237
2017-05-01target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke1-4/+4
2017-05-01target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke1-1/+1
2017-05-01target/user: PGR SupportBryant G. Ly5-7/+47
2017-05-01target: Add WRITE_VERIFY_16Bryant G. Ly2-0/+3
2017-05-01Documentation/target: add an example script to configure an iSCSI targetChristophe Vu-Brugier1-0/+80
2017-05-01target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring1-1/+1
2017-05-01target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring1-2/+2
2017-05-01target: Improve size determinations in two functionsMarkus Elfring1-2/+2
2017-05-01target: Delete error messages for failed memory allocationsMarkus Elfring1-18/+5
2017-05-01target: Use kcalloc() in two functionsMarkus Elfring1-4/+2
2017-05-01iscsi-target: Improve size determinations in four functionsMarkus Elfring1-6/+4
2017-05-01iscsi-target: Delete error messages for failed memory allocationsMarkus Elfring1-27/+10
2017-05-01iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()Markus Elfring1-2/+1
2017-05-01tcm: make pi data verification configurableDmitry Monakhov4-10/+48
2017-05-01tcm_fileio: Prevent information leak for short readsDmitry Monakhov1-6/+17
2017-05-01target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche1-9/+62
2017-05-01target/pr: update PR out action code tableZhu Lingshan1-4/+5
2017-05-01target/iblock: convert iblock_req.pending from atomic_t to refcount_tElena Reshetova2-7/+8
2017-04-02tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li1-15/+33
2017-04-02iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-03-30target: Fix ALUA transition state race between multiple initiatorsMike Christie3-95/+51
2017-03-30iser-target: avoid posting a recv buffer twiceSagi Grimberg2-1/+14
2017-03-30iser-target: Fix queue-full response handlingNicholas Bellinger1-18/+35
2017-03-30iscsi-target: Propigate queue_data_in + queue_status errorsNicholas Bellinger4-13/+10
2017-03-30target: Fix unknown fabric callback queue-full errorsNicholas Bellinger2-34/+69
2017-03-30tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li1-2/+8
2017-03-30tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li1-11/+23
2017-03-30target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger3-0/+10
2017-03-30iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger1-5/+7
2017-03-30usb: gadget: Correct usb EP argument for BOT status requestManish Narani1-1/+1
2017-03-30tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger1-5/+0
2017-03-18qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani1-3/+3
2017-03-18qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran6-20/+81
2017-03-18qla2xxx: Change scsi host lookup method.Quinn Tran7-40/+100
2017-03-18qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2-4/+90
2017-03-18qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran6-65/+279
2017-03-18qla2xxx: Add async new target notificationQuinn Tran2-3/+4
2017-03-18qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2-0/+27
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran7-251/+406
2017-03-18qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran4-8/+32
2017-03-18qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran1-23/+18
2017-03-18qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran1-2/+10