summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-1515-236/+420
|\
| * scsi: lpfc: Fix hard lock up NMI in els timeout handling.Dick Kennedy2017-11-091-3/+10
| * scsi: lpfc: fix kzalloc-simple.cocci warningsVasyl Gomonovych2017-11-031-7/+2Star
| * scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()Dan Carpenter2017-10-171-1/+1
| * scsi: lpfc: change version to 11.4.0.4Dick Kennedy2017-10-031-1/+1
| * scsi: lpfc: correct nvme sg segment count checkJames Smart2017-10-031-2/+2
| * scsi: lpfc: Fix oops of nvme host during driver unload.Dick Kennedy2017-10-032-0/+19
| * scsi: lpfc: Extend RDP supportDick Kennedy2017-10-031-12/+0Star
| * scsi: lpfc: Ensure io aborts interlocked with the target.Dick Kennedy2017-10-031-25/+34
| * scsi: lpfc: Fix secure firmware updatesDick Kennedy2017-10-031-1/+1
| * scsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIPDick Kennedy2017-10-031-0/+10
| * scsi: lpfc: Disable NPIV support if NVME is enabledDick Kennedy2017-10-031-0/+9
| * scsi: lpfc: Fix oops if nvmet_fc_register_targetport failsDick Kennedy2017-10-031-4/+11
| * scsi: lpfc: Revise NVME module parameter descriptions for better clarityDick Kennedy2017-10-031-2/+2
| * scsi: lpfc: Set missing abort contextJames Smart2017-10-031-0/+1
| * scsi: lpfc: Reduce log spew on controller reconnectsJames Smart2017-10-032-9/+13
| * scsi: lpfc: Fix FCP hba_wqidx assignmentDick Kennedy2017-10-031-1/+4
| * scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy2017-10-035-65/+109
| * scsi: lpfc: Make ktime sampling more accurateDick Kennedy2017-10-033-58/+109
| * scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy2017-10-031-1/+2
| * scsi: lpfc: Fix warning messages when NVME_TARGET_FC not definedDick Kennedy2017-10-031-0/+2
| * scsi: lpfc: Fix lpfc nvme host rejecting IO with Not Ready messageDick Kennedy2017-10-031-18/+28
| * scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy2017-10-037-13/+37
| * scsi: lpfc: fix pci hot plug crash in list_add callDick Kennedy2017-10-031-7/+10
| * scsi: lpfc: fix pci hot plug crash in timer management routinesDick Kennedy2017-10-031-0/+1
| * scsi: lpfc: Cocci spatch "pool_zalloc-simple"Thomas Meyer2017-09-261-4/+3Star
| * scsi: lpfc: remove redundant null check on eqeColin Ian King2017-09-151-3/+0Star
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-0/+5
|\ \
| * | lpfc: tie in to new dev_loss_tmo interface in nvme transportJames Smart2017-11-111-0/+5
* | | scsi: lpfc: Convert timers to use timer_setup()Kees Cook2017-11-017-49/+41Star
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-09-301-0/+1
|\ \ \ | |/ / |/| |
| * | scsi: lpfc: Don't return internal MBXERR_ERROR code from probe functionStefano Brivio2017-09-161-0/+1
| |/
* / lpfc: remove use of FC-specific error codesJames Smart2017-09-251-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-0824-241/+668
|\
| * scsi: lpfc: avoid false-positive gcc-8 warningArnd Bergmann2017-08-261-3/+3
| * scsi: lpfc: avoid an unused function warningArnd Bergmann2017-08-261-2/+3
| * scsi: lpfc: lpfc version bump 11.4.0.3Dick Kennedy2017-08-251-1/+1
| * scsi: lpfc: fix "integer constant too large" error on 32bit archsMaurizio Lombardi2017-08-251-3/+2Star
| * scsi: lpfc: Add Buffer to Buffer credit recovery supportJames Smart2017-08-2510-14/+162
| * scsi: lpfc: remove console log clutterJames Smart2017-08-251-1/+1
| * scsi: lpfc: Fix bad sgl reposting after 2nd adapter resetDick Kennedy2017-08-251-2/+9
| * scsi: lpfc: Fix nvme target failure after 2nd adapter resetDick Kennedy2017-08-251-1/+13
| * scsi: lpfc: Fix relative offset error on large nvmet target iosDick Kennedy2017-08-251-2/+4
| * scsi: lpfc: Fix MRQ > 1 context list handlingDick Kennedy2017-08-258-97/+234
| * scsi: lpfc: Limit amount of work processed in IRQDick Kennedy2017-08-252-12/+20
| * scsi: lpfc: Correct issues with FAWWN and FDISCsDick Kennedy2017-08-251-0/+1
| * scsi: lpfc: Fix NVME PRLI handling during RSCNDick Kennedy2017-08-251-0/+10
| * scsi: lpfc: Fix crash in lpfc nvmet when fc port is resetDick Kennedy2017-08-251-0/+16
| * scsi: lpfc: Fix duplicate NVME rport entries and namespaces.Dick Kennedy2017-08-251-0/+20
| * scsi: lpfc: Fix handling of FCP and NVME FC4 types in Pt2Pt topologyDick Kennedy2017-08-253-0/+38