summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpi3mr: Add IOC reinit functionSreekanth Reddy2021-12-231-1/+115
* scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy2021-12-233-128/+120
* scsi: mpi3mr: Code refactor of IOC init - part2Sreekanth Reddy2021-12-231-78/+89
* scsi: mpi3mr: Code refactor of IOC init - part1Sreekanth Reddy2021-12-231-34/+73
* scsi: mpi3mr: Fault IOC when internal command gets timeoutSreekanth Reddy2021-12-232-48/+67
* scsi: mpi3mr: Display IOC firmware package versionSreekanth Reddy2021-12-231-0/+89
* scsi: mpi3mr: Handle unaligned PLL in unmap cmndsSreekanth Reddy2021-12-231-10/+26
* scsi: mpi3mr: Increase internal cmnds timeout to 60sSreekanth Reddy2021-12-232-6/+9
* scsi: mpi3mr: Do access status validation before adding devicesSreekanth Reddy2021-12-231-0/+11
* scsi: mpi3mr: Add support for PCIe Managed Switch SES deviceSreekanth Reddy2021-12-232-11/+32
* scsi: mpi3mr: Update MPI3 headers - part2Sreekanth Reddy2021-12-238-61/+261
* scsi: mpi3mr: Update MPI3 headers - part1Sreekanth Reddy2021-12-232-106/+499
* scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy2021-12-232-6/+9
* scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave()Sreekanth Reddy2021-12-231-4/+6
* scsi: mpi3mr: Add debug APIs based on logging_level bitsSreekanth Reddy2021-12-231-24/+109
* scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()Christoph Hellwig2021-12-231-2/+2
* scsi: snic: Don't use GFP_DMA in snic_queue_report_tgt_req()Christoph Hellwig2021-12-231-1/+1
* scsi: myrs: Don't use GFP_DMAChristoph Hellwig2021-12-231-6/+4
* scsi: myrb: Don't use GFP_DMA in myrb_pdev_slave_alloc()Christoph Hellwig2021-12-231-1/+1
* scsi: initio: Don't use GFP_DMA in initio_probe_one()Christoph Hellwig2021-12-231-1/+2
* scsi: sr: Don't use GFP_DMAChristoph Hellwig2021-12-232-3/+3
* scsi: ch: Don't use GFP_DMAChristoph Hellwig2021-12-231-3/+3
* scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen2021-12-231-0/+2
* scsi: libsas: Keep host active while processing eventsXiang Chen2021-12-231-3/+21
* scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen2021-12-233-3/+24
* scsi: libsas: Defer works of new phys during suspendXiang Chen2021-12-232-0/+25
* scsi: libsas: Refactor sas_queue_deferred_work()Xiang Chen2021-12-232-11/+15
* scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen2021-12-231-0/+2
* scsi: libsas: Resume host while sending SMP I/OsXiang Chen2021-12-232-0/+4
* scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen2021-12-231-2/+6
* scsi: libsas: Insert PORTE_BROADCAST_RCVD event for resuming hostXiang Chen2021-12-231-0/+29
* scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen2021-12-231-0/+5
* scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen2021-12-231-3/+8
* scsi: libsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen2021-12-231-1/+5
* scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern2021-12-231-1/+1
* scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry2021-12-231-6/+0
* scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry2021-12-232-3/+24
* scsi: libsas: Decode SAM status and host byte codesJohn Garry2021-12-171-3/+4
* scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2021-12-172-7/+21
* scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2021-12-172-3/+6
* scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu2021-12-171-0/+2
* scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry2021-12-171-157/+124
* scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2021-12-172-9/+17
* scsi: hisi_sas: Make internal abort have no task protoJohn Garry2021-12-171-1/+1
* scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry2021-12-171-11/+6
* scsi: efct: Don't pass GFP_DMA to dma_alloc_coherent()Christoph Hellwig2021-12-176-18/+18
* scsi: ufs: core: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()Bean Huo2021-12-171-1/+2
* scsi: qla2xxx: Synchronize rport dev_loss_tmo settingHannes Reinecke2021-12-173-8/+13
* Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen2021-12-1718-84/+160
|\
| * scsi: qla2xxx: Format log strings only if neededRoman Bolshakov2021-12-071-0/+3