summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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
2018-12-19scsi: lpfc: update fault value on successful trunk events.James Smart1-8/+4
2018-12-07scsi: lpfc: Fix driver release of fw-logging buffersJames Smart1-6/+5
2018-12-07scsi: lpfc: Cap NPIV vports to 256James Smart1-0/+3
2018-12-07scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart1-1/+6
2018-12-07scsi: lpfc: refactor mailbox structure context fieldsJames Smart1-3/+3
2018-12-07scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart1-1/+2
2018-11-28scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck1-1/+5
2018-11-15scsi: lpfc: use dma_set_mask_and_coherentChristoph Hellwig1-24/+10
2018-11-06scsi: lpfc: add Trunking supportJames Smart1-0/+148
2018-11-06scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart1-1/+1
2018-11-06scsi: lpfc: Fix lpfc_sli4_read_config return value checkJames Smart1-2/+2
2018-11-06scsi: lpfc: Correct speeds on SFP swapJames Smart1-17/+46
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-20/+83
2018-10-16scsi: lpfc: fix spelling mistake "Resrouce" -> "Resource"Colin Ian King1-1/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-8/+0
2018-09-11scsi: lpfc: add support to retrieve firmware logsJames Smart1-0/+40
2018-09-11scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart1-8/+11
2018-09-11scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart1-11/+31
2018-07-10scsi: lpfc: Support duration field in Link Cable Beacon V1 commandJames Smart1-0/+1
2018-07-10scsi: lpfc: Make PBDE optimizations configurableJames Smart1-15/+7
2018-07-10scsi: lpfc: Fix abort error path for NVMETJames Smart1-0/+5