summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-23scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy3-163/+120
2021-12-23scsi: mpi3mr: Add IOC reinit functionSreekanth Reddy1-1/+115
2021-12-23scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy3-128/+120
2021-12-23scsi: mpi3mr: Code refactor of IOC init - part2Sreekanth Reddy1-78/+89
2021-12-23scsi: mpi3mr: Code refactor of IOC init - part1Sreekanth Reddy1-34/+73
2021-12-23scsi: mpi3mr: Fault IOC when internal command gets timeoutSreekanth Reddy2-48/+67
2021-12-23scsi: mpi3mr: Display IOC firmware package versionSreekanth Reddy1-0/+89
2021-12-23scsi: mpi3mr: Handle unaligned PLL in unmap cmndsSreekanth Reddy1-10/+26
2021-12-23scsi: mpi3mr: Increase internal cmnds timeout to 60sSreekanth Reddy2-6/+9
2021-12-23scsi: mpi3mr: Do access status validation before adding devicesSreekanth Reddy1-0/+11
2021-12-23scsi: mpi3mr: Add support for PCIe Managed Switch SES deviceSreekanth Reddy2-11/+32
2021-12-23scsi: mpi3mr: Update MPI3 headers - part2Sreekanth Reddy8-61/+261
2021-12-23scsi: mpi3mr: Update MPI3 headers - part1Sreekanth Reddy2-106/+499
2021-12-23scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy2-6/+9
2021-12-23scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave()Sreekanth Reddy1-4/+6
2021-12-23scsi: mpi3mr: Add debug APIs based on logging_level bitsSreekanth Reddy1-24/+109
2021-12-23scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()Christoph Hellwig1-2/+2
2021-12-23scsi: snic: Don't use GFP_DMA in snic_queue_report_tgt_req()Christoph Hellwig1-1/+1
2021-12-23scsi: myrs: Don't use GFP_DMAChristoph Hellwig1-6/+4
2021-12-23scsi: myrb: Don't use GFP_DMA in myrb_pdev_slave_alloc()Christoph Hellwig1-1/+1
2021-12-23scsi: initio: Don't use GFP_DMA in initio_probe_one()Christoph Hellwig1-1/+2
2021-12-23scsi: sr: Don't use GFP_DMAChristoph Hellwig2-3/+3
2021-12-23scsi: ch: Don't use GFP_DMAChristoph Hellwig1-3/+3
2021-12-23scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen1-0/+2
2021-12-23scsi: libsas: Keep host active while processing eventsXiang Chen1-3/+21
2021-12-23scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen3-3/+24
2021-12-23scsi: libsas: Defer works of new phys during suspendXiang Chen2-0/+25
2021-12-23scsi: libsas: Refactor sas_queue_deferred_work()Xiang Chen2-11/+15
2021-12-23scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen2-0/+3
2021-12-23scsi: libsas: Resume host while sending SMP I/OsXiang Chen2-0/+4
2021-12-23scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen1-2/+6
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 Stern3-17/+9
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 Garry3-3/+25
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-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen20-99/+175