aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-07scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart1-11/+3
2018-12-07scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart1-0/+2
2018-12-07scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart1-6/+53
2018-12-07scsi: lpfc: refactor mailbox structure context fieldsJames Smart1-37/+41
2018-12-07scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart1-6/+8
2018-11-28scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck1-1/+0
2018-11-21scsi: lpfc: Use dma_zalloc_coherentSabyasachi Gupta1-2/+1
2018-11-06scsi: lpfc: add Trunking supportJames Smart1-0/+11
2018-11-06scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart1-9/+2
2018-10-16scsi: lpfc: Remove set but not used variables 'fc_hdr' and 'hw_page_size'YueHaibing1-7/+0
2018-09-11scsi: lpfc: add support to retrieve firmware logsJames Smart1-0/+265
2018-09-11scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart1-5/+1
2018-09-11scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart1-1/+24
2018-09-11scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart1-0/+7
2018-08-02scsi: lpfc: Fix ELS abort on SLI-3 adaptersJames Smart1-2/+14