aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-07scsi: lpfc: Fix reset recovery paths that are not recoveringJames Smart1-4/+5
2019-09-07scsi: lpfc: Convert existing %pf users to %psSakari Ailus1-1/+1
2019-08-29scsi: lpfc: fix 12.4.0.0 GPF at bootJames Smart1-1/+1
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-111/+34
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart1-0/+292
2019-08-19scsi: lpfc: Add MDS driver loopback diagnostics supportJames Smart1-5/+25
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-8/+8
2019-08-19scsi: lpfc: Fix coverity warningsJames Smart1-1/+1
2019-08-19scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart1-3/+6
2019-08-19scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart1-2/+4
2019-08-19scsi: lpfc: Fix loss of remote port after devloss due to lack of RPIsJames Smart1-14/+20
2019-08-19scsi: lpfc: Fix irq raising in lpfc_sli_hba_downJames Smart1-2/+2
2019-08-19scsi: lpfc: Fix leak of ELS completions on adapter resetJames Smart1-0/+3
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