summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-07-13scsi: smartpqi: Add ctrl ready timeout module parameterKevin Barnett3-1/+33
2022-07-13scsi: smartpqi: Update deleting a LUN via sysfsKevin Barnett1-18/+30
2022-07-13scsi: smartpqi: Add module param to disable managed intsMike McGowen2-2/+13
2022-07-13scsi: smartpqi: Fix RAID map race conditionKevin Barnett1-39/+71
2022-07-13scsi: smartpqi: Fix DMA direction for RAID requestsMahesh Rajashekhara1-2/+2
2022-07-13scsi: smartpqi: Stop logging spurious PQI reset failuresKevin Barnett1-2/+1
2022-07-13scsi: smartpqi: Add PCI IDs for Lenovo controllersMike McGowen1-0/+32
2022-07-13scsi: smartpqi: Add PCI ID for Adaptec SmartHBA 2100-8iMike McGowen1-0/+4
2022-07-13scsi: smartpqi: Fix PCI control linkdown system hangSagar Biradar3-5/+52
2022-07-13scsi: smartpqi: Add driver support for multi-LUN devicesKumar Meiyappan2-35/+72
2022-07-13scsi: smartpqi: Close write read holesMike McGowen1-0/+3
2022-07-13scsi: smartpqi: Add PCI IDs for ramaxel controllersMurthy Bhat1-0/+8
2022-07-13scsi: smartpqi: Add controller fw version to console logGilbert Wu1-0/+3
2022-07-13scsi: smartpqi: Shorten drive visibility after removalMike McGowen2-2/+9
2022-07-13scsi: pm80xx: Set stopped phy's linkrate to DisabledChangyuan Lyu1-1/+5
2022-07-13scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu2-16/+5
2022-07-13scsi: fnic: Refactor code in fnic probe to initialize SCSI layerKaran Tilak Kumar1-11/+34
2022-07-13scsi: gvp11.c: Fix DMA mask calculation errorMichael Schmitz1-3/+3
2022-07-13scsi: megaraid: Clear READ queue map's nr_queuesMing Lei1-0/+3
2022-07-07scsi: lpfc: Copyright updates for 14.2.0.5 patchesJames Smart3-3/+3
2022-07-07scsi: lpfc: Update lpfc version to 14.2.0.5James Smart1-1/+1
2022-07-07scsi: lpfc: Remove Menlo/Hornet related codeJames Smart11-465/+7
2022-07-07scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart5-52/+18
2022-07-07scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart3-9/+3
2022-07-07scsi: lpfc: Fix lost NVMe paths during LIF bounce stress testJames Smart1-7/+8
2022-07-07scsi: lpfc: Fix attempted FA-PWWN usage after feature disableJames Smart2-2/+11
2022-07-07scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart1-1/+3
2022-07-07scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart1-1/+0
2022-07-07scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocbJames Smart1-0/+1
2022-07-07scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart1-10/+10
2022-07-07scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()James Smart1-0/+1
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen21-88/+214
2022-07-07scsi: sd: Rework asynchronous resume supportBart Van Assche2-18/+71
2022-07-07scsi: core: Move the definition of SCSI_QUEUE_DELAYBart Van Assche1-7/+7
2022-07-07scsi: megaraid_sas: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-07-07scsi: gvp11: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz1-18/+77
2022-07-07scsi: a2091: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz1-15/+48
2022-07-07scsi: a3000: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz1-9/+44
2022-07-07scsi: core: Shorten long warning messagesLi Zhijian1-3/+1
2022-07-07scsi: mpi3mr: Increase cmd_per_lun to 128Sreekanth Reddy1-1/+1
2022-07-07scsi: mpi3mr: Enable shared host tagsetSreekanth Reddy1-0/+2
2022-07-07scsi: qla2xxx: Check correct variable in qla24xx_async_gffid()Dan Carpenter1-2/+2
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-1/+1
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig1-3/+3
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2-4/+4
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry5-30/+16
2022-07-06scsi: fnic: Drop reserved request handlingJohn Garry1-2/+0
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2-4/+2
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry3-12/+6
2022-06-28block: simplify disk shutdownChristoph Hellwig4-8/+8