aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-21scsi: lpfc: Fix Fabric hostname registration if system hostname changesJames Smart1-1/+1
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 Torvalds1-210/+744
2019-11-21scsi: lpfc: size cpu map by last cpu id setJames Smart1-1/+1
2019-11-12scsi: lpfc: Initialize cpu_map for not present cpusJames Smart1-1/+18
2019-11-08scsi: lpfc: Fix lpfc_cpumask_of_node_init()Bart Van Assche1-9/+3
2019-11-08scsi: lpfc: Fix a kernel warning triggered by lpfc_sli4_enable_intr()Bart Van Assche1-2/+0
2019-11-06scsi: lpfc: Change default IRQ model on AMD architecturesJames Smart1-118/+332
2019-11-06scsi: lpfc: Add registration for CPU Offline/Online eventsJames Smart1-4/+198
2019-10-28scsi: lpfc: Fix NULL check before mempool_destroy is not neededSaurav Girepunje1-2/+1
2019-10-28scsi: lpfc: fix spelling error in MAGIC_NUMER_xxxJames Smart1-2/+2
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2019-10-24scsi: lpfc: Add FC-AL support to lpe32000 modelsJames Smart1-0/+90
2019-10-24scsi: lpfc: Add FA-WWN Async Event reportingJames Smart1-0/+10
2019-10-24scsi: lpfc: Revise interrupt coalescing for missing scenariosJames Smart1-30/+21
2019-10-24scsi: lpfc: Remove lock contention target write pathJames Smart1-12/+4
2019-10-24scsi: lpfc: Fix reporting of read-only fw error errorsJames Smart1-20/+49
2019-10-24scsi: lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue countJames Smart1-4/+2
2019-10-17scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke1-2/+0
2019-09-30scsi: lpfc: Update async event loggingJames Smart1-6/+11
2019-09-30scsi: lpfc: Fix device recovery errors after PLOGI failuresJames Smart1-17/+23
2019-09-30scsi: lpfc: Fix NVME io abort failures causing hangsJames Smart1-6/+3
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-497/+429
2019-08-29scsi: lpfc: Remove bg debugfs buffersJames Smart1-70/+0
2019-08-29scsi: lpfc: Resolve checker warning for lpfc_new_io_buf()James Smart1-10/+1
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-221/+75
2019-08-19scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart1-0/+8
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart1-113/+200
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-9/+9
2019-08-19scsi: lpfc: Fix sli4 adapter initialization with MSIJames Smart1-8/+9
2019-08-19scsi: lpfc: Fix nvme sg_seg_cnt display if HBA does not support NVMEJames Smart1-0/+1
2019-08-19scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart1-0/+4
2019-08-19scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart1-4/+3
2019-08-19scsi: lpfc: Fix sg_seg_cnt for HBAs that don't support NVMEJames Smart1-0/+9
2019-08-19scsi: lpfc: Fix oops when fewer hdwqs than cpusJames Smart1-55/+89
2019-08-19scsi: lpfc: Fix failure to clear non-zero eq_delay after io rate reductionJames Smart1-11/+21
2019-08-19scsi: lpfc: Fix crash on driver unload in wq freeJames Smart1-6/+5
2019-08-19scsi: lpfc: Limit xri count for kdump environmentJames Smart1-0/+5
2019-08-19scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart1-4/+6
2019-08-07scsi: lpfc: Fix crash when cpu count is 1 and null irq affinity maskJames Smart1-2/+21
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley1-1/+1
2019-06-18scsi: lpfc: Make some symbols staticYueHaibing1-1/+1
2019-06-18scsi: lpfc: Remove set but not used variables 'qp'YueHaibing1-2/+0
2019-06-18scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer1-4/+3
2019-06-18scsi: lpfc: Fix BFS crash with DIX enabledJames Smart1-2/+4
2019-06-18scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart1-95/+226
2019-06-18scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart1-9/+134
2019-06-18scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart1-2/+8
2019-06-18scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart1-18/+37