aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18scsi: ufs: Fix register dump caused sleep in atomic contextCan Guo1-1/+1
2019-11-18scsi: ufs: Fix up auto hibern8 enablementCan Guo3-13/+18
2019-11-18scsi: ufs-qcom: Add reset control support for host controllerCan Guo2-0/+56
2019-11-18scsi: ufs: Add device reset in link recovery pathCan Guo1-0/+3
2019-11-18scsi: sd_zbc: Remove set but not used variable 'buflen'YueHaibing1-2/+0
2019-11-12scsi: core: Clean up SG_NONEFinn Thain1-1/+1
2019-11-12scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONEFinn Thain3-6/+6
2019-11-12scsi: nsp_cs: enable compile-testing on 64-bitJohan Hovold1-1/+1
2019-11-12scsi: nsp_cs: drop redundant MODULE_LICENSE ifdefJohan Hovold1-2/+0
2019-11-12scsi: ufs: ufshcd: Remove dev_err() on platform_get_irq() failureYueHaibing1-1/+0
2019-11-12scsi: zorro_esp: Limit DMA transfers to 65536 bytes (except on Fastlane)Kars de Jong1-2/+9
2019-11-12scsi: csiostor: Remove set but not used variable 'rln'YueHaibing1-2/+1
2019-11-12scsi: ufs: fix potential bug which ends in system hangBean Huo1-1/+1
2019-11-12scsi: ufs: print helpful hint when response size exceed buffer sizeBean Huo1-3/+5
2019-11-12scsi: hisi_sas: Stop converting a bool into a boolJohn Garry1-1/+1
2019-11-12scsi: hisi_sas: Relocate call to hisi_sas_debugfs_exit()Xiang Chen1-2/+1
2019-11-12scsi: hisi_sas: Return directly if init hardware failedXiang Chen1-0/+1
2019-11-12scsi: hisi_sas: Check sas_port before using itXiang Chen1-1/+2
2019-11-12scsi: lpfc: Update lpfc version to 12.6.0.2James Smart1-1/+1
2019-11-12scsi: lpfc: revise nvme max queues to be hdwq countJames Smart1-6/+4
2019-11-12scsi: lpfc: Initialize cpu_map for not present cpusJames Smart1-1/+18
2019-11-12scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()James Smart2-2/+2
2019-11-12scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart1-1/+1
2019-11-12scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferencesJames Smart1-1/+1
2019-11-12scsi: ufs: Add driver for TI wrapper for Cadence UFS IPVignesh Raghavendra3-0/+101
2019-11-12block: rework zone reportingChristoph Hellwig2-58/+52
2019-11-12scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()Damien Le Moal1-11/+13
2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal1-87/+20
2019-11-12Merge branch 'for-5.5/drivers-post' into for-5.5/zonedJens Axboe12-48/+70
2019-11-08scsi: core: Fix scsi_get/set_resid() interfaceDamien Le Moal1-2/+2
2019-11-08scsi: lpfc: Fix lpfc_cpumask_of_node_init()Bart Van Assche1-9/+3
2019-11-08scsi: lpfc: Fix a kernel warning triggered by lpfc_sli4_enable_intr()Bart Van Assche1-2/+0
2019-11-08scsi: lpfc: Fix a kernel warning triggered by lpfc_get_sgl_per_hdwq()Bart Van Assche1-2/+2
2019-11-08scsi: qla2xxx: don't use zero for FC4_PRIORITY_NVMEMartin Wilck2-3/+5
2019-11-08scsi: qla2xxx: initialize fc4_type_priorityMartin Wilck1-2/+10
2019-11-08scsi: qla2xxx: Fix a dma_pool_free() callBart Van Assche1-1/+2
2019-11-08scsi: qla2xxx: Remove an include directiveBart Van Assche1-1/+0
2019-11-08scsi: qla2xxx: Update driver version to 10.01.00.21-kHimanshu Madhani1-1/+1
2019-11-08scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi3-3/+12
2019-11-08scsi: qla2xxx: Fix memory leak when sending I/O failsArun Easi1-0/+4
2019-11-08scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran4-59/+72
2019-11-08scsi: qla2xxx: Fix driver unload hangQuinn Tran1-2/+0
2019-11-08scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran5-19/+16
2019-11-08scsi: qla2xxx: Do command completion on abort timeoutQuinn Tran2-0/+19
2019-11-08scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failureQuinn Tran2-30/+13
2019-11-07scsi: sd_zbc: add zone open, close, and finish supportAjay Joshi3-14/+31
2019-11-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi into for-5.5/drivers-postJens Axboe4-26/+22
2019-11-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi into for-5.5/drivers-postJens Axboe18-30/+62
2019-11-06scsi: core: Handle drivers which set sg_tablesize to zeroMichael Schmitz1-1/+2
2019-11-06scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6)Bart Van Assche1-4/+7