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