summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)Author
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-10-17scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-08-29scsi: lpfc: Remove bg debugfs buffersJames Smart
2019-08-29scsi: lpfc: Resolve checker warning for lpfc_new_io_buf()James Smart
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart
2019-08-19scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart
2019-08-19scsi: lpfc: Fix sli4 adapter initialization with MSIJames Smart
2019-08-19scsi: lpfc: Fix nvme sg_seg_cnt display if HBA does not support NVMEJames Smart
2019-08-19scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart
2019-08-19scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart
2019-08-19scsi: lpfc: Fix sg_seg_cnt for HBAs that don't support NVMEJames Smart
2019-08-19scsi: lpfc: Fix oops when fewer hdwqs than cpusJames Smart
2019-08-19scsi: lpfc: Fix failure to clear non-zero eq_delay after io rate reductionJames Smart
2019-08-19scsi: lpfc: Fix crash on driver unload in wq freeJames Smart
2019-08-19scsi: lpfc: Limit xri count for kdump environmentJames Smart
2019-08-19scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart
2019-08-07scsi: lpfc: Fix crash when cpu count is 1 and null irq affinity maskJames Smart
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley
2019-06-18scsi: lpfc: Make some symbols staticYueHaibing
2019-06-18scsi: lpfc: Remove set but not used variables 'qp'YueHaibing
2019-06-18scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer
2019-06-18scsi: lpfc: Fix BFS crash with DIX enabledJames Smart
2019-06-18scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart
2019-06-18scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart
2019-06-18scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart
2019-06-18scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart
2019-06-18scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart
2019-04-18scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing
2019-04-03scsi: lpfc: Declare local functions staticBart Van Assche
2019-03-19scsi: lpfc: Fix duplicate log message numbersJames Smart
2019-03-19scsi: lpfc: Specify node affinity for queue memory allocationJames Smart
2019-03-19scsi: lpfc: Fix io lost on host resetsJames Smart
2019-03-19scsi: lpfc: Coordinate adapter error handling with offline handlingJames Smart
2019-03-19scsi: lpfc: Stop adapter if pci errors detectedJames Smart
2019-03-19scsi: lpfc: Fix deadlock due to nested hbalock callJames Smart
2019-03-19scsi: lpfc: Fix lpfc_nvmet_mrq attribute handling when 0James Smart
2019-03-19scsi: lpfc: Resolve irq-unsafe lockdep heirarchy warning in lpfc_io_freeJames Smart
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-14scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-06scsi: lpfc: fix 32-bit format string warningArnd Bergmann
2019-03-06scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-02-25scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke
2019-02-19scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King