summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-1015-492/+442
|\
| * scsi: lpfc: Change default SCSI LUN QD to 64Dick Kennedy2020-03-291-2/+2
| * scsi: lpfc: Update lpfc version to 12.8.0.0James Smart2020-03-291-1/+1
| * scsi: lpfc: Remove prototype FIPS/DSS options from SLI-3James Smart2020-03-295-109/+8
| * scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart2020-03-297-110/+137
| * scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart2020-03-298-169/+215
| * scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart2020-03-261-6/+8
| * scsi: lpfc: Fix update of wq consumer index in lpfc_sli4_wq_releaseJames Smart2020-03-261-13/+4
| * scsi: lpfc: Fix crash after handling a pci errorJames Smart2020-03-261-0/+5
| * scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart2020-03-264-74/+54
| * scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_reqJames Smart2020-03-261-3/+4
| * scsi: lpfc: Fix lockdep error - register non-static keyJames Smart2020-03-262-7/+4
| * scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart2020-03-261-0/+2
* | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-101-2/+0
|\ \
| * | nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-2/+0
* | | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-2/+2
|\ \ \ | |_|/ |/| |
| * | PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan2020-03-281-2/+2
| |/
* | scsi: lpfc: fix spelling mistake "Notication" -> "Notification"Colin Ian King2020-02-241-1/+1
* | scsi: lpfc: add RDF registration and Link Integrity FPIN loggingJames Smart2020-02-187-23/+361
* | scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart2020-02-1010-10/+10
* | scsi: lpfc: Update lpfc version to 12.6.0.4James Smart2020-02-101-1/+1
* | scsi: lpfc: Clean up hba max_lun_queue_depth checksJames Smart2020-02-103-25/+4
* | scsi: lpfc: Remove handler for obsolete ELS - Read Port Status (RPS)James Smart2020-02-103-209/+5
* | scsi: lpfc: Fix coverity errors in fmdi attribute handlingJames Smart2020-02-102-88/+85
* | scsi: lpfc: Fix compiler warning on frame sizeJames Smart2020-02-101-6/+14
* | scsi: lpfc: Fix release of hwq to clear the eq relationshipJames Smart2020-02-101-0/+1
* | scsi: lpfc: Fix registration of ELS type support in fdmiJames Smart2020-02-101-2/+0
* | scsi: lpfc: Fix broken Credit Recovery after driver loadJames Smart2020-02-102-20/+40
* | scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error pathJames Smart2020-02-101-1/+3
* | scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart2020-02-101-0/+4
|/
* scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing2020-01-101-1/+1
* Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen2020-01-103-8/+7
|\
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-273-8/+7
| |\
| | * scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King2019-12-192-6/+6
| | * scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann2019-12-161-2/+1
* | | scsi: lpfc: Update lpfc version to 12.6.0.3James Smart2019-12-211-1/+1
* | | scsi: lpfc: Fix improper flag check for IO typeJames Smart2019-12-211-2/+2
* | | scsi: lpfc: Fix MDS Latency Diagnostics Err-drop ratesJames Smart2019-12-211-2/+11
* | | scsi: lpfc: Fix unmap of dpp bars affecting next driver loadJames Smart2019-12-211-0/+2
* | | scsi: lpfc: Fix disablement of FC-AL on lpe35000 modelsJames Smart2019-12-212-13/+4
* | | scsi: lpfc: Fix ras_log via debugfsJames Smart2019-12-211-2/+9
* | | scsi: lpfc: Fix Fabric hostname registration if system hostname changesJames Smart2019-12-215-13/+46
* | | scsi: lpfc: Fix missing check for CSF in Write Object Mbox RspJames Smart2019-12-212-1/+14
* | | scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registrationJames Smart2019-12-211-20/+22
* | | scsi: lpfc: Fix incomplete NVME discovery when targetJames Smart2019-12-211-9/+99
|/ /
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-141-6/+9
|\|
| * scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu2019-12-091-6/+9
* | Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-131-0/+2
|\ \ | |/ |/|
| * nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-271-0/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-081-1/+1
|\ \