aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-06scsi: lpfc: fix 32-bit format string warningArnd Bergmann1-1/+1
2019-03-06scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart1-1/+2
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+12
2019-02-25scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-7/+12
2019-02-19scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing1-2/+1
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King1-1/+1
2019-02-12scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter1-0/+1
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart1-0/+3
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart1-0/+1
2019-02-05scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart1-19/+13
2019-02-05scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart1-149/+13
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart1-112/+93
2019-02-05scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart1-2/+7
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart1-92/+411
2019-02-05scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart1-32/+26
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart1-29/+297
2019-02-05scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart1-2/+6
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart1-1/+2
2019-02-05scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart1-14/+26
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-161/+286
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-311/+178
2019-02-05scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart1-217/+8
2019-02-05scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart1-238/+277
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-7/+7
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-53/+220