summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-12-23scsi: libsas: Insert PORTE_BROADCAST_RCVD event for resuming hostXiang Chen1-0/+29
2021-12-23scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen1-0/+5
2021-12-23scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen1-3/+8
2021-12-23scsi: libsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen1-1/+5
2021-12-23scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern1-1/+1
2021-12-23scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry1-6/+0
2021-12-23scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry2-3/+24
2021-12-23scsi: vmw_pvscsi: Set residual data length conditionallyAlexey Makhalov1-2/+5
2021-12-23scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()Lixiaokeng1-2/+4
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan1-16/+21
2021-12-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-17/+21
2021-12-17scsi: libsas: Decode SAM status and host byte codesJohn Garry1-3/+4
2021-12-17scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2-7/+21
2021-12-17scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2-3/+6
2021-12-17scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu1-0/+2
2021-12-17scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry1-157/+124
2021-12-17scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2-9/+17
2021-12-17scsi: hisi_sas: Make internal abort have no task protoJohn Garry1-1/+1
2021-12-17scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry1-11/+6
2021-12-17scsi: efct: Don't pass GFP_DMA to dma_alloc_coherent()Christoph Hellwig6-18/+18
2021-12-17scsi: ufs: core: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()Bean Huo1-1/+2
2021-12-17scsi: qla2xxx: Synchronize rport dev_loss_tmo settingHannes Reinecke3-8/+13
2021-12-17scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen18-84/+160
2021-12-14scsi: hpsa: Remove an unused variable in hpsa_update_scsi_devices()Christophe JAILLET1-2/+0
2021-12-14scsi: lpfc: Use struct_group to isolate cast to larger objectKees Cook2-27/+32
2021-12-14scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_infoKees Cook2-48/+46
2021-12-14scsi: pm8001: Fix phys_to_virt() usage on dma_addr_tJohn Garry1-17/+21
2021-12-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-29/+23
2021-12-10scsi: lpfc: Use irq_set_affinity()Nitesh Narayan Lal1-3/+1
2021-12-10scsi: mpt3sas: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-11/+10
2021-12-10scsi: megaraid_sas: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-12/+15
2021-12-07scsi: qla2xxx: Format log strings only if neededRoman Bolshakov1-0/+3
2021-12-07scsi: lpfc: Update lpfc version to 14.0.0.4James Smart1-1/+1
2021-12-07scsi: lpfc: Add additional debugfs support for CMFJames Smart1-1/+12
2021-12-07scsi: lpfc: Cap CMF read bytes to MBPIJames Smart2-2/+11
2021-12-07scsi: lpfc: Adjust CMF total bytes and rxmonitorJames Smart4-15/+22
2021-12-07scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart4-30/+48
2021-12-07scsi: lpfc: Fix NPIV port deletion crashJames Smart4-25/+73
2021-12-07scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalanceJames Smart1-5/+0
2021-12-07scsi: lpfc: Change return code on I/Os received during link bounceJames Smart2-4/+6
2021-12-07scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart3-3/+17
2021-12-07scsi: ufs: Implement polling supportBart Van Assche1-18/+67
2021-12-07scsi: ufs: Optimize the command queueing codeBart Van Assche2-10/+24
2021-12-07scsi: ufs: Stop using the clock scaling lock in the error handlerBart Van Assche1-2/+10
2021-12-07scsi: ufs: Fix a kernel crash during shutdownBart Van Assche1-5/+10
2021-12-07scsi: ufs: Improve SCSI abort handling furtherBart Van Assche1-0/+12
2021-12-07scsi: ufs: Introduce ufshcd_release_scsi_cmd()Bart Van Assche1-8/+14
2021-12-07scsi: ufs: Remove the 'update_scaling' local variableBart Van Assche1-5/+2
2021-12-07scsi: ufs: Remove hba->cmd_queueBart Van Assche2-12/+1