summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)Author
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
2019-02-12scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart
2019-02-05scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart
2019-02-05scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart
2019-02-05scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart
2019-02-05scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart
2019-02-05scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart
2019-02-05scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart
2019-02-05scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart
2019-02-05scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds