summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart2019-09-101-4/+6
* scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing2019-04-181-1/+1
* scsi: lpfc: Declare local functions staticBart Van Assche2019-04-031-5/+5
* scsi: lpfc: Fix duplicate log message numbersJames Smart2019-03-191-1/+1
* scsi: lpfc: Specify node affinity for queue memory allocationJames Smart2019-03-191-29/+43
* scsi: lpfc: Fix io lost on host resetsJames Smart2019-03-191-0/+7
* scsi: lpfc: Coordinate adapter error handling with offline handlingJames Smart2019-03-191-0/+19
* scsi: lpfc: Stop adapter if pci errors detectedJames Smart2019-03-191-1/+6
* scsi: lpfc: Fix deadlock due to nested hbalock callJames Smart2019-03-191-3/+3
* scsi: lpfc: Fix lpfc_nvmet_mrq attribute handling when 0James Smart2019-03-191-4/+4
* scsi: lpfc: Resolve irq-unsafe lockdep heirarchy warning in lpfc_io_freeJames Smart2019-03-191-4/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-9/+12
|\
| * scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter2019-03-141-7/+9
| * scsi: lpfc: fix 32-bit format string warningArnd Bergmann2019-03-061-1/+1
| * scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart2019-03-061-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-1003/+1271
|\|
| * scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing2019-02-191-2/+1
| * scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-131-1/+1
| * scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter2019-02-121-0/+1
| * scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-051-1/+1
| * scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart2019-02-051-0/+3
| * scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-051-0/+1
| * scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart2019-02-051-19/+13
| * scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart2019-02-051-149/+13
| * scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart2019-02-051-112/+93
| * scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart2019-02-051-2/+7
| * scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-051-92/+411
| * scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart2019-02-051-32/+26
| * scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-051-29/+297
| * scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart2019-02-051-2/+6
| * scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-051-1/+2
| * scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-051-14/+26
| * scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-051-161/+286
| * scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-051-311/+178
| * scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-051-217/+8
| * scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-051-238/+277
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-021-7/+12
|\ \
| * | scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-7/+12
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-7/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-53/+220
|\
| * scsi: lpfc: update fault value on successful trunk events.James Smart2018-12-191-8/+4
| * scsi: lpfc: Fix driver release of fw-logging buffersJames Smart2018-12-071-6/+5
| * scsi: lpfc: Cap NPIV vports to 256James Smart2018-12-071-0/+3
| * scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart2018-12-071-1/+6
| * scsi: lpfc: refactor mailbox structure context fieldsJames Smart2018-12-071-3/+3
| * scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart2018-12-071-1/+2
| * scsi: lpfc: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-24/+10
| * scsi: lpfc: add Trunking supportJames Smart2018-11-061-0/+148
| * scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart2018-11-061-1/+1
| * scsi: lpfc: Fix lpfc_sli4_read_config return value checkJames Smart2018-11-061-2/+2