summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()Christophe JAILLET2022-01-101-1/+2
* scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-104-132/+154
* scsi: megaraid: Avoid mismatched storage type sizesKees Cook2022-01-071-50/+34
* scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen2022-01-071-5/+0
* scsi: aic79xx: Remove redundant error variableMinghao Chi2022-01-051-5/+1
* scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy2022-01-053-3/+14
* scsi: mpi3mr: Fix formatting problems in some kernel-doc commentsYang Li2022-01-051-3/+2
* scsi: mpi3mr: Fix some spelling mistakesColin Ian King2022-01-051-3/+3
* scsi: mpt3sas: Update persistent trigger pages from sysfs interfaceSuganath Prabu S2022-01-052-6/+85
* scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal2022-01-052-6/+4
* scsi: aacraid: Fix spelling of "its"Randy Dunlap2022-01-051-1/+1
* scsi: qedf: Fix potential dereference of NULL pointerJiasheng Jiang2022-01-051-0/+2
* scsi: mpi3mr: Bump driver version to 8.0.0.61.0Sreekanth Reddy2021-12-231-2/+2
* scsi: mpi3mr: Fixes around reply request queuesSreekanth Reddy2021-12-232-2/+5
* scsi: mpi3mr: Enhanced Task Management Support Reply handlingSreekanth Reddy2021-12-232-38/+185
* scsi: mpi3mr: Use TM response codes from MPI3 headersSreekanth Reddy2021-12-232-34/+27
* scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy2021-12-233-38/+210
* scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy2021-12-232-3/+73
* scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy2021-12-233-33/+96
* scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy2021-12-233-12/+224
* scsi: mpi3mr: Gracefully handle online FW update operationSreekanth Reddy2021-12-232-18/+92
* scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy2021-12-233-163/+120
* 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-221-2/+2
* scsi: snic: Don't use GFP_DMA in snic_queue_report_tgt_req()Christoph Hellwig2021-12-221-1/+1
* scsi: myrs: Don't use GFP_DMAChristoph Hellwig2021-12-221-6/+4
* scsi: myrb: Don't use GFP_DMA in myrb_pdev_slave_alloc()Christoph Hellwig2021-12-221-1/+1
* scsi: initio: Don't use GFP_DMA in initio_probe_one()Christoph Hellwig2021-12-221-1/+2
* scsi: sr: Don't use GFP_DMAChristoph Hellwig2021-12-222-3/+3
* scsi: ch: Don't use GFP_DMAChristoph Hellwig2021-12-221-3/+3
* scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen2021-12-221-0/+2
* scsi: libsas: Keep host active while processing eventsXiang Chen2021-12-221-3/+21
* scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen2021-12-223-3/+24
* scsi: libsas: Defer works of new phys during suspendXiang Chen2021-12-222-0/+25
* scsi: libsas: Refactor sas_queue_deferred_work()Xiang Chen2021-12-222-11/+15
* scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen2021-12-221-0/+2