aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-06-18scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart1-0/+2
2019-04-18scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing1-1/+1
2019-04-03scsi: lpfc: Declare local functions staticBart Van Assche1-5/+5
2019-03-19scsi: lpfc: Fix duplicate log message numbersJames Smart1-1/+1
2019-03-19scsi: lpfc: Specify node affinity for queue memory allocationJames Smart1-29/+43
2019-03-19scsi: lpfc: Fix io lost on host resetsJames Smart1-0/+7
2019-03-19scsi: lpfc: Coordinate adapter error handling with offline handlingJames Smart1-0/+19
2019-03-19scsi: lpfc: Stop adapter if pci errors detectedJames Smart1-1/+6
2019-03-19scsi: lpfc: Fix deadlock due to nested hbalock callJames Smart1-3/+3
2019-03-19scsi: lpfc: Fix lpfc_nvmet_mrq attribute handling when 0James Smart1-4/+4
2019-03-19scsi: lpfc: Resolve irq-unsafe lockdep heirarchy warning in lpfc_io_freeJames Smart1-4/+0
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+12
2019-03-14scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter1-7/+9
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1003/+1271