aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart1-2/+0
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+5
2018-09-20scsi: lpfc: Synchronize access to remoteport via rportJames Smart1-3/+8
2018-09-17scsi: lpfc: Remove set but not used variable 'sgl_size'YueHaibing1-3/+1
2018-09-11scsi: lpfc: Fix errors in log messages.James Smart1-1/+1
2018-09-11scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart1-10/+3
2018-08-02scsi: lpfc: Limit tracking of tgt queue depth in fast pathJames Smart1-17/+24
2018-08-02scsi: lpfc: Fix driver crash when re-registering NVME rports.James Smart1-8/+14
2018-07-10scsi: lpfc: Make PBDE optimizations configurableJames Smart1-4/+4
2018-07-10scsi: lpfc: Fix panic if driver unloaded when port is offlineJames Smart1-1/+4
2018-05-28scsi: lpfc: Fix crash in blk_mq layer when executing modprobe -r lpfcJames Smart1-0/+9
2018-05-28scsi: lpfc: correct oversubscription of nvme io requests for an adapterJames Smart1-4/+19
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart1-1/+1
2018-05-08scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart1-21/+32
2018-05-08scsi: lpfc: Change IO submit return to EBUSY if remote port is recoveringJames Smart1-6/+7
2018-04-18scsi: lpfc: Fix NULL pointer reference when resetting adapterJames Smart1-16/+20
2018-04-18scsi: lpfc: Fix nvme remoteport registration race conditionsJames Smart1-2/+14
2018-04-18scsi: lpfc: Fix driver not recovering NVME rports during target link faultsJames Smart1-2/+10
2018-04-18scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart1-4/+9
2018-04-18scsi: lpfc: Add per io channel NVME IO statisticsJames Smart1-34/+73
2018-03-14scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King1-4/+4
2018-03-12scsi: lpfc: Streamline NVME Initiator WQE setupJames Smart1-127/+200
2018-03-12scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart1-13/+12
2018-02-22scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart1-15/+36
2018-02-22scsi: lpfc: Fix nvme embedded io length on new hardwareJames Smart1-1/+1
2018-02-22scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart1-0/+18
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-1/+1
2018-02-12scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.James Smart1-11/+13
2018-02-12scsi: lpfc: Fix IO failure during hba reset testing with nvme io.James Smart1-2/+2
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