aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-19scsi: lpfc: Fix PLOGI failure with high remoteport countJames Smart1-0/+12
2019-08-19scsi: lpfc: remove redundant codeFuqian Huang1-1/+0
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-31/+45
2019-06-21lpfc: add support to generate RSCN events for nportJames Smart1-0/+1
2019-06-18scsi: lpfc: Make some symbols staticYueHaibing1-2/+2
2019-06-18scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart1-17/+25
2019-06-18scsi: lpfc: Fix memory leak in abnormal exit path from lpfc_eq_createJames Smart1-3/+5
2019-06-18scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart1-9/+13
2019-05-13scsi: lpfc: resolve lockdep warningsJames Smart1-31/+53
2019-04-03scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche1-3/+3
2019-04-03scsi: lpfc: Remove unused functionsBart Van Assche1-153/+0
2019-04-03scsi: lpfc: Fix indentation and balance bracesBart Van Assche1-3/+3
2019-04-03scsi: lpfc: Declare local functions staticBart Van Assche1-3/+3
2019-03-20scsi: lpfc: Fixup eq_clr_intr referencesJames Smart1-2/+2
2019-03-20scsi: lpfc: Fix build errorJames Bottomley1-6/+0
2019-03-19scsi: lpfc: Specify node affinity for queue memory allocationJames Smart1-4/+6
2019-03-19scsi: lpfc: Reduce memory footprint for lpfc_queueJames Smart1-26/+29
2019-03-19scsi: lpfc: Correct boot bios information to FDMI registrationJames Smart1-17/+68
2019-03-19scsi: lpfc: Fix mailbox hang on adapter initJames Smart1-6/+6
2019-03-19scsi: lpfc: Convert bootstrap mbx polling from msleep to udelayJames Smart1-1/+1
2019-03-19scsi: lpfc: Coordinate adapter error handling with offline handlingJames Smart1-3/+3
2019-03-19scsi: lpfc: Stop adapter if pci errors detectedJames Smart1-2/+9
2019-03-19scsi: lpfc: Fix nvmet handling of first burst cmdJames Smart1-1/+1
2019-03-19scsi: lpfc: Fix use-after-free mailbox cmd completionJames Smart1-1/+1
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-812/+1479
2019-03-06scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep checkJames Smart1-1/+1
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King1-1/+1
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart1-9/+33
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart1-323/+410
2019-02-05scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart1-53/+73
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart1-94/+54
2019-02-05scsi: lpfc: Allow override of hardware queue selection policiesJames Smart1-1/+1
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart1-28/+692
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart1-12/+14
2019-02-05scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart1-30/+0
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-57/+31
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-78/+81
2019-02-05scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart1-197/+15
2019-02-05scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart1-67/+212
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+11
2019-01-08scsi: lpfc: lpfc_sli: Mark expected switch fall-throughsGustavo A. R. Silva1-9/+11
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-8/+7
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-92/+217
2018-12-19scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart1-5/+37
2018-12-19scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart1-2/+6
2018-12-19scsi: lpfc: Correct MDS loopback diagnostics supportJames Smart1-15/+34
2018-12-18scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is invalidEwan D. Milne1-1/+2
2018-12-07scsi: lpfc: Fix driver release of fw-logging buffersJames Smart1-0/+19