summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: smartpqi: Add PCI ID for Adaptec SmartHBA 2100-8iMike McGowen2022-07-131-0/+4
| * | scsi: smartpqi: Fix PCI control linkdown system hangSagar Biradar2022-07-133-5/+52
| * | scsi: smartpqi: Add driver support for multi-LUN devicesKumar Meiyappan2022-07-132-35/+72
| * | scsi: smartpqi: Close write read holesMike McGowen2022-07-131-0/+3
| * | scsi: smartpqi: Add PCI IDs for ramaxel controllersMurthy Bhat2022-07-131-0/+8
| * | scsi: smartpqi: Add controller fw version to console logGilbert Wu2022-07-131-0/+3
| * | scsi: smartpqi: Shorten drive visibility after removalMike McGowen2022-07-132-2/+9
| * | scsi: fnic: Refactor code in fnic probe to initialize SCSI layerKaran Tilak Kumar2022-07-131-11/+34
| * | scsi: gvp11.c: Fix DMA mask calculation errorMichael Schmitz2022-07-131-3/+3
| * | scsi: lpfc: Copyright updates for 14.2.0.5 patchesJames Smart2022-07-073-3/+3
| * | scsi: lpfc: Update lpfc version to 14.2.0.5James Smart2022-07-071-1/+1
| * | scsi: lpfc: Remove Menlo/Hornet related codeJames Smart2022-07-0711-465/+7
| * | scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart2022-07-075-52/+18
| * | scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart2022-07-073-9/+3
| * | scsi: lpfc: Fix lost NVMe paths during LIF bounce stress testJames Smart2022-07-071-7/+8
| * | scsi: lpfc: Fix attempted FA-PWWN usage after feature disableJames Smart2022-07-072-2/+11
| * | scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart2022-07-071-1/+3
| * | scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart2022-07-071-1/+0
| * | scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocbJames Smart2022-07-071-0/+1
| * | scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart2022-07-071-10/+10
| * | scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()James Smart2022-07-071-0/+1
| * | Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-0721-88/+214
| |\ \
| * | | scsi: sd: Rework asynchronous resume supportBart Van Assche2022-07-072-18/+71
| * | | scsi: core: Move the definition of SCSI_QUEUE_DELAYBart Van Assche2022-07-071-7/+7
| * | | scsi: megaraid_sas: Clean up some inconsistent indentingJiapeng Chong2022-07-071-2/+2
| * | | scsi: gvp11: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz2022-07-071-18/+77
| * | | scsi: a2091: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz2022-07-071-15/+48
| * | | scsi: a3000: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz2022-07-071-9/+44
| * | | scsi: core: Shorten long warning messagesLi Zhijian2022-07-071-3/+1
| * | | scsi: mpi3mr: Increase cmd_per_lun to 128Sreekanth Reddy2022-07-071-1/+1
| * | | scsi: mpi3mr: Enable shared host tagsetSreekanth Reddy2022-07-071-0/+2
| * | | scsi: qla2xxx: Check correct variable in qla24xx_async_gffid()Dan Carpenter2022-07-071-2/+2
| * | | scsi: dpt_i2o: Remove obsolete driverArnd Bergmann2022-06-2710-5655/+0
| * | | scsi: BusLogic: Remove bus_to_virt()Arnd Bergmann2022-06-272-13/+24
| * | | scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King2022-06-271-1/+0
| * | | scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa2022-06-211-1/+0
| * | | scsi: sym53c8xx_2: Remove redundant "with"Jiang Jian2022-06-211-1/+1
| * | | scsi: snic: Remove redundant "on"Jiang Jian2022-06-211-1/+1
| * | | scsi: aacraid: Remove redundant "the"Jiang Jian2022-06-211-1/+1
| * | | scsi: hisi_sas: Align commentsJiang Jian2022-06-211-2/+2
| * | | scsi: mpt3sas: Fix whitespace and spelling mistakeZhang Jiaming2022-06-211-4/+4
| * | | scsi: mpt3sas: Fix typo in commentRen Yu2022-06-211-1/+1
| * | | scsi: libiscsi: Improve conn_send_pdu APIMike Christie2022-06-211-23/+62
| * | | scsi: iscsi: Try to avoid taking back_lock in xmit pathMike Christie2022-06-211-16/+14
| * | | scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie2022-06-213-32/+88
| * | | scsi: iscsi: Remove unneeded task state checkMike Christie2022-06-211-5/+8
| * | | scsi: iscsi_tcp: Drop target_alloc useMike Christie2022-06-211-1/+0
| * | | scsi: iscsi_tcp: Tell net when there's more dataMike Christie2022-06-211-1/+1
| * | | scsi: iscsi: Run recv path from workqueueMike Christie2022-06-212-13/+54
| * | | scsi: iscsi: Add recv workqueue helpersMike Christie2022-06-211-2/+27