summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ibmvscsis: Do not send aborted task responseBryant G. Ly2017-05-062-25/+91
* tcmu: fix module removal due to stuck threadMike Christie2017-05-051-0/+3
* target: Don't force session reset if queue_depth does not changeNicholas Bellinger2017-05-051-0/+7
* iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger2017-05-053-0/+3
* target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger2017-05-051-1/+4
* tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li2017-05-031-11/+41
* tcmu: Add global data block pool supportXiubo Li2017-05-021-128/+336
* tcmu: Add dynamic growing data area feature supportXiubo Li2017-05-021-101/+237
* target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke2017-05-021-4/+4
* target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke2017-05-021-1/+1
* target/user: PGR SupportBryant G. Ly2017-05-024-7/+46
* target: Add WRITE_VERIFY_16Bryant G. Ly2017-05-021-0/+2
* target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring2017-05-021-1/+1
* target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring2017-05-021-2/+2
* target: Improve size determinations in two functionsMarkus Elfring2017-05-021-2/+2
* target: Delete error messages for failed memory allocationsMarkus Elfring2017-05-021-18/+5
* target: Use kcalloc() in two functionsMarkus Elfring2017-05-021-4/+2
* iscsi-target: Improve size determinations in four functionsMarkus Elfring2017-05-021-6/+4
* iscsi-target: Delete error messages for failed memory allocationsMarkus Elfring2017-05-021-27/+10
* iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()Markus Elfring2017-05-021-2/+1
* tcm: make pi data verification configurableDmitry Monakhov2017-05-023-10/+47
* tcm_fileio: Prevent information leak for short readsDmitry Monakhov2017-05-021-6/+17
* target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche2017-05-021-9/+62
* target/pr: update PR out action code tableZhu Lingshan2017-05-021-4/+5
* target/iblock: convert iblock_req.pending from atomic_t to refcount_tElena Reshetova2017-05-022-7/+8
* tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li2017-04-031-15/+33
* iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger2017-04-021-16/+0
* target: Fix ALUA transition state race between multiple initiatorsMike Christie2017-03-312-89/+49
* iser-target: avoid posting a recv buffer twiceSagi Grimberg2017-03-312-1/+14
* iser-target: Fix queue-full response handlingNicholas Bellinger2017-03-311-18/+35
* iscsi-target: Propigate queue_data_in + queue_status errorsNicholas Bellinger2017-03-314-13/+10
* target: Fix unknown fabric callback queue-full errorsNicholas Bellinger2017-03-311-34/+68
* tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li2017-03-301-2/+8
* tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li2017-03-301-11/+23
* target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2017-03-302-0/+9
* iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger2017-03-301-5/+7
* usb: gadget: Correct usb EP argument for BOT status requestManish Narani2017-03-301-1/+1
* tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger2017-03-301-5/+0
* qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani2017-03-191-3/+3
* qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-196-20/+81
* qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-197-40/+100
* qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2017-03-192-4/+90
* qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran2017-03-196-65/+279
* qla2xxx: Add async new target notificationQuinn Tran2017-03-192-3/+4
* qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2017-03-192-0/+27
* qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran2017-03-197-251/+406
* qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran2017-03-194-8/+32
* qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran2017-03-191-23/+18
* qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran2017-03-191-2/+10
* qla2xxx: Fix request queue corruption.Quinn Tran2017-03-191-3/+9