aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-12scsi: lpfc: Memory allocation error during driver start-up on power8James Smart1-9/+10
2018-03-12scsi: lpfc: Fix mailbox wait for POST_SGL mbox commandJames Smart1-22/+12
2018-03-12scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart1-42/+32
2018-03-06scsi: lpfc: use __raw_writeX on DPP copiesJames Smart1-2/+9
2018-02-22scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart1-0/+15
2018-02-22scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart1-4/+21
2018-02-22scsi: lpfc: Enable fw download on if_type=6 devicesJames Smart1-0/+1
2018-02-22scsi: lpfc: Add if_type=6 support for cycling valid bitsJames Smart1-14/+63
2018-02-22scsi: lpfc: Add push-to-adapter support to sli4James Smart1-83/+146
2018-02-22scsi: lpfc: Add SLI-4 if_type=6 support to the code baseJames Smart1-3/+117
2018-02-22scsi: lpfc: Rework sli4 doorbell infrastructureJames Smart1-4/+4
2018-02-22scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlersJames Smart1-31/+32
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-2/+1
2018-02-12scsi: lpfc: Fix SCSI io host reset causing kernel crashJames Smart1-1/+12
2018-02-12scsi: lpfc: Fix RQ empty firmware trapJames Smart1-0/+12
2018-02-12scsi: lpfc: Add WQ Full Logic for NVME TargetJames Smart1-0/+3
2018-02-12scsi: lpfc: Increase CQ and WQ sizes for SCSIJames Smart1-1/+2
2018-02-12scsi: lpfc: Fix frequency of Release WQE CQEsJames Smart1-0/+2
2017-12-20scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcvJames Smart1-11/+13
2017-12-04scsi: lpfc: Fix NVME LS abort_xriJames Smart1-0/+1
2017-12-04scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart1-62/+35
2017-12-04scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart1-16/+55
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-89/+143
2017-11-08scsi: lpfc: Fix hard lock up NMI in els timeout handling.Dick Kennedy1-3/+10
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-02scsi: lpfc: Fix FCP hba_wqidx assignmentDick Kennedy1-1/+4
2017-10-02scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy1-61/+87
2017-10-02scsi: lpfc: Make ktime sampling more accurateDick Kennedy1-14/+20
2017-10-02scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy1-0/+12
2017-10-02scsi: lpfc: fix pci hot plug crash in list_add callDick Kennedy1-7/+10
2017-09-15scsi: lpfc: remove redundant null check on eqeColin Ian King1-3/+0
2017-08-24scsi: lpfc: Fix MRQ > 1 context list handlingDick Kennedy1-1/+1
2017-08-24scsi: lpfc: Limit amount of work processed in IRQDick Kennedy1-12/+19
2017-08-24scsi: lpfc: Correct return error codes to align with nvme_fc transportDick Kennedy1-9/+14
2017-08-07scsi: lpfc: Replace PCI pool old APIRomain Perier1-3/+3
2017-06-19scsi: lpfc: Fix crash doing IO with resetsJames Smart1-14/+8
2017-06-19scsi: lpfc: Fix crash after firmware flash when IO is running.James Smart1-1/+1
2017-06-19scsi: lpfc: Fix system panic when express lane enabled.James Smart1-0/+3
2017-06-12scsi: lpfc: Add auto EQ delay logicJames Smart1-6/+30
2017-06-12scsi: lpfc: Fix defects reported by Coverity ScanJames Smart1-15/+9
2017-06-12scsi: lpfc: Null pointer dereference when log_verbose is set to 0xffffffffJames Smart1-2/+4
2017-06-12scsi: lpfc: Fix crash on powering off BFS VM with passthrough deviceJames Smart1-2/+10
2017-06-12scsi: lpfc: Fix Port going offline after multiple resets.James Smart1-0/+1
2017-05-16scsi: lpfc: Add MDS Diagnostic support.James Smart1-8/+123
2017-05-16scsi: lpfc: Cleanup entry_repost settings on SLI4 queuesJames Smart1-11/+8
2017-05-16scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart1-3/+4
2017-05-16scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart1-4/+74
2017-05-16scsi: lpfc: Separate NVMET data buffer pool fir ELS/CT.James Smart1-4/+15
2017-05-16scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS testsJames Smart1-10/+6
2017-05-16scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart1-39/+10