aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-492/+442
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-2/+0
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2020-03-29scsi: lpfc: Change default SCSI LUN QD to 64Dick Kennedy1-2/+2
2020-03-29scsi: lpfc: Update lpfc version to 12.8.0.0James Smart1-1/+1
2020-03-29scsi: lpfc: Remove prototype FIPS/DSS options from SLI-3James Smart5-109/+8
2020-03-29scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart7-110/+137
2020-03-29scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart8-169/+215
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-2/+2
2020-03-26scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart1-6/+8
2020-03-26scsi: lpfc: Fix update of wq consumer index in lpfc_sli4_wq_releaseJames Smart1-13/+4
2020-03-26scsi: lpfc: Fix crash after handling a pci errorJames Smart1-0/+5
2020-03-26scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart4-74/+54
2020-03-26scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_reqJames Smart1-3/+4
2020-03-26scsi: lpfc: Fix lockdep error - register non-static keyJames Smart2-7/+4
2020-03-26scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-02-24scsi: lpfc: fix spelling mistake "Notication" -> "Notification"Colin Ian King1-1/+1
2020-02-18scsi: lpfc: add RDF registration and Link Integrity FPIN loggingJames Smart7-23/+361
2020-02-10scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart10-10/+10
2020-02-10scsi: lpfc: Update lpfc version to 12.6.0.4James Smart1-1/+1
2020-02-10scsi: lpfc: Clean up hba max_lun_queue_depth checksJames Smart3-25/+4
2020-02-10scsi: lpfc: Remove handler for obsolete ELS - Read Port Status (RPS)James Smart3-209/+5
2020-02-10scsi: lpfc: Fix coverity errors in fmdi attribute handlingJames Smart2-88/+85
2020-02-10scsi: lpfc: Fix compiler warning on frame sizeJames Smart1-6/+14
2020-02-10scsi: lpfc: Fix release of hwq to clear the eq relationshipJames Smart1-0/+1
2020-02-10scsi: lpfc: Fix registration of ELS type support in fdmiJames Smart1-2/+0
2020-02-10scsi: lpfc: Fix broken Credit Recovery after driver loadJames Smart2-20/+40
2020-02-10scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error pathJames Smart1-1/+3
2020-02-10scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart1-0/+4
2020-01-10scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing1-1/+1
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen3-8/+7
2019-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-8/+7
2019-12-21scsi: lpfc: Update lpfc version to 12.6.0.3James Smart1-1/+1
2019-12-21scsi: lpfc: Fix improper flag check for IO typeJames Smart1-2/+2
2019-12-21scsi: lpfc: Fix MDS Latency Diagnostics Err-drop ratesJames Smart1-2/+11
2019-12-21scsi: lpfc: Fix unmap of dpp bars affecting next driver loadJames Smart1-0/+2
2019-12-21scsi: lpfc: Fix disablement of FC-AL on lpe35000 modelsJames Smart2-13/+4
2019-12-21scsi: lpfc: Fix ras_log via debugfsJames Smart1-2/+9
2019-12-21scsi: lpfc: Fix Fabric hostname registration if system hostname changesJames Smart5-13/+46
2019-12-21scsi: lpfc: Fix missing check for CSF in Write Object Mbox RspJames Smart2-1/+14
2019-12-21scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registrationJames Smart1-20/+22
2019-12-21scsi: lpfc: Fix incomplete NVME discovery when targetJames Smart1-9/+99
2019-12-19scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King2-6/+6
2019-12-16scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann1-2/+1
2019-12-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+9
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-12-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds22-594/+1998