aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20scsi: lpfc: Beef up stat counters for debugJames Smart1-4/+39
2017-12-20scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.James Smart1-84/+51
2017-12-20scsi: lpfc: Fix random heartbeat timeouts during heavy IOJames Smart1-21/+45
2017-12-04scsi: lpfc: small sg cnt cleanupJames Smart1-1/+2
2017-12-04scsi: lpfc: Fix driver handling of nvme resources during unloadJames Smart1-11/+85
2017-12-04scsi: lpfc: Fix crash during driver unload with running nvme trafficJames Smart1-0/+14
2017-12-04scsi: lpfc: Correct driver deregistrations with host nvme transportJames Smart1-6/+110
2017-12-04scsi: lpfc: correct port registrations with nvme_fcJames Smart1-1/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-63/+111
2017-10-16scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()Dan Carpenter1-1/+1
2017-10-02scsi: lpfc: correct nvme sg segment count checkJames Smart1-2/+2
2017-10-02scsi: lpfc: Fix oops of nvme host during driver unload.Dick Kennedy1-0/+8
2017-10-02scsi: lpfc: Ensure io aborts interlocked with the target.Dick Kennedy1-25/+34
2017-10-02scsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIPDick Kennedy1-0/+10
2017-10-02scsi: lpfc: Reduce log spew on controller reconnectsJames Smart1-3/+3
2017-10-02scsi: lpfc: Make ktime sampling more accurateDick Kennedy1-11/+23
2017-10-02scsi: lpfc: Fix lpfc nvme host rejecting IO with Not Ready messageDick Kennedy1-18/+28
2017-09-25scsi: lpfc: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-4/+3
2017-09-25lpfc: remove use of FC-specific error codesJames Smart1-1/+1
2017-08-24scsi: lpfc: remove console log clutterJames Smart1-1/+1
2017-08-24scsi: lpfc: Fix bad sgl reposting after 2nd adapter resetDick Kennedy1-2/+9
2017-08-24scsi: lpfc: Correct return error codes to align with nvme_fc transportDick Kennedy1-5/+4
2017-08-24scsi: lpfc: Fix oops when NVME Target is discovered in a nonNVME environmentDick Kennedy1-0/+3
2017-08-07scsi: lpfc: Replace PCI pool old APIRomain Perier1-3/+3
2017-06-26scsi: lpfc: Fix nvme io stoppage after link bounceJames Smart1-34/+1
2017-06-12scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart1-6/+13
2017-06-12scsi: lpfc: Fix transition nvme-i rport handling to nport only.James Smart1-18/+0
2017-06-12scsi: lpfc: Add nvme initiator devloss supportJames Smart1-89/+52
2017-04-25lpfc: Fix memory corruption of the lpfc_ncmd->list pointersJames Smart1-6/+11
2017-04-24Update ABORT processing for NVMET.James Smart1-13/+32
2017-04-24Fix max_sgl_segments settings for NVME / NVMETJames Smart1-4/+14
2017-04-24Fix driver load issues when MRQ=8James Smart1-11/+12
2017-04-24Fix nvme initiator handling when not enabled.James Smart1-2/+13
2017-04-24Fix log message in completion path.James Smart1-3/+2
2017-04-24Fix rejected nvme LS Req.James Smart1-5/+21
2017-04-24Fix nvme unregister port timeout.James Smart1-3/+5
2017-03-15scsi: lpfc: Finalize Kconfig options for nvmeJames Smart1-4/+4
2017-03-06scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart1-3/+15
2017-03-06scsi: lpfc: add NVME exchange abortsJames Smart1-5/+59
2017-03-06scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart1-2/+2
2017-03-06scsi: lpfc: Fix IO submission if WQ is fullJames Smart1-1/+1
2017-03-06scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart1-13/+4
2017-03-06scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart1-1/+1
2017-02-27scsi: lpfc: use proper format string for dma_addr_tArnd Bergmann1-6/+6
2017-02-22scsi: lpfc: Update copyrightsJames Smart1-1/+3
2017-02-22scsi: lpfc: NVME Initiator: Add debugfs supportJames Smart1-0/+143
2017-02-22scsi: lpfc: NVME Initiator: bind to nvme_fc apiJames Smart1-0/+2319