summaryrefslogtreecommitdiffstats
path: root/drivers/dma/bcm-sba-raid.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-26scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche4-7/+7
2022-04-26scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche3-32/+32
2022-04-26scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()Bart Van Assche1-1/+1
2022-04-26scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche2-7/+4
2022-04-26scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche2-5/+0
2022-04-26scsi: ufs: Simplify statements that return a booleanBart Van Assche3-27/+8
2022-04-26scsi: ufs: Remove superfluous boolean conversionsBart Van Assche3-8/+6
2022-04-26scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche2-4/+1
2022-04-26scsi: ufs: Fix a spelling error in a source code commentBart Van Assche1-1/+1
2022-04-26scsi: ufs: core: Increase fDeviceInit poll frequencyKonstantin Vyshetsky1-1/+1
2022-04-26scsi: iscsi: Fix harmless double shift bugDan Carpenter1-3/+3
2022-04-26scsi: target: core: Silence the message about unknown VPD pagesKonstantin Shelekhin1-1/+1
2022-04-26scsi: mpt3sas: Fix adapter replyPostRegisterIndex declarationDamien Le Moal2-5/+6
2022-04-26scsi: mpt3sas: Fix event callback log_code value handlingDamien Le Moal1-3/+3
2022-04-26scsi: mpt3sas: Fix ioc->base_readl() useDamien Le Moal1-7/+6
2022-04-26scsi: mpt3sas: Fix writel() useDamien Le Moal1-5/+5
2022-04-26scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID checkDamien Le Moal1-5/+6
2022-04-26scsi: qla2xxx: Remove free_sg command flagGleb Chesnokov2-3/+0
2022-04-19scsi: core: Increase max device queue_depth to 4096Sumit Saxena1-2/+2
2022-04-19scsi: fcoe: Simplify if-if to if-elseYihao Han1-1/+1
2022-04-19scsi: pmcraid: Remove unneeded semicolonJiapeng Chong1-1/+1
2022-04-19scsi: lpfc: Copyright updates for 14.2.0.2 patchesJames Smart4-4/+4
2022-04-19scsi: lpfc: Update lpfc version to 14.2.0.2James Smart1-1/+1
2022-04-19scsi: lpfc: Expand setting ELS_ID field in ELS_REQUEST64_WQEJames Smart2-15/+37
2022-04-19scsi: lpfc: Update stat accounting for READ_STATUS mbox commandJames Smart2-20/+52
2022-04-19scsi: lpfc: Change FA-PWWN detection methodologyJames Smart8-26/+86
2022-04-19scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart9-395/+248
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart11-501/+490
2022-04-19scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completionJames Smart3-3/+9
2022-04-19scsi: lpfc: Register for Application Services FC-4 type in Fabric topologyJames Smart2-30/+32
2022-04-19scsi: lpfc: Remove false FDMI NVMe FC-4 support for NPIV portsJames Smart1-1/+3
2022-04-19scsi: lpfc: Revise FDMI reporting of supported port speed for trunk groupsJames Smart1-20/+48
2022-04-19scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart1-2/+2
2022-04-19scsi: lpfc: Correct CRC32 calculation for congestion statsJames Smart1-1/+1
2022-04-19scsi: lpfc: Move MI module parameter check to handle dynamic disableJames Smart2-5/+7
2022-04-19scsi: lpfc: Remove unnecessary NULL pointer assignment for ELS_RDF pathJames Smart1-1/+0
2022-04-19scsi: lpfc: Transition to NPR state upon LOGO cmpl if link down or abortedJames Smart1-0/+3
2022-04-19scsi: lpfc: Update fc_prli_sent outstanding only after guaranteed IOCB submitJames Smart1-18/+11
2022-04-19scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart2-2/+25
2022-04-19scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGIJames Smart1-16/+35
2022-04-19scsi: lpfc: Clear fabric topology flag before initiating a new FLOGIJames Smart1-0/+2
2022-04-19scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart1-18/+15
2022-04-19scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link downJames Smart1-0/+1
2022-04-19scsi: lpfc: Zero SLI4 fcp_cmnd buffer's fcpCntl0 fieldJames Smart1-1/+1
2022-04-19scsi: lpfc: Fix diagnostic fw logging after a function resetJames Smart2-3/+3
2022-04-19scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()James Smart2-31/+4
2022-04-19scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart3-6/+6
2022-04-19scsi: ufs: core: Remove redundant HPB unmapPo-Wen Kao1-7/+0
2022-04-12scsi: iscsi: MAINTAINERS: Add Mike Christie as co-maintainerMike Christie1-0/+1
2022-04-12scsi: qedi: Fix failed disconnect handlingMike Christie1-35/+34