aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-19scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart1-0/+47
2019-08-19scsi: lpfc: Fix error in remote port address changeJames Smart1-4/+13
2019-08-19scsi: lpfc: Fix driver nvme rescan loggingJames Smart1-14/+17
2019-08-19scsi: lpfc: Fix Oops in nvme_register with target logout/loginJames Smart1-4/+7
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+13
2019-06-21lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart1-0/+44
2019-06-18scsi: lpfc: Revise message when stuck due to unresponsive adapterJames Smart1-3/+13
2019-04-08scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche1-2/+2
2019-04-03scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche1-4/+4
2019-04-03scsi: lpfc: Annotate switch/case fall-throughBart Van Assche1-0/+1
2019-04-03scsi: lpfc: Declare local functions staticBart Van Assche1-2/+2
2019-03-25scsi: lpfc: avoid uninitialized variable warningArnd Bergmann1-4/+4
2019-03-19scsi: lpfc: Enhance 6072 log stringJames Smart1-1/+3
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-579/+167
2019-03-06scsi: lpfc: fix unused variable warningArnd Bergmann1-1/+2
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart1-18/+30
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart1-6/+12
2019-02-05scsi: lpfc: Allow override of hardware queue selection policiesJames Smart1-3/+11
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart1-65/+26
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart1-5/+6
2019-02-05scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart1-40/+17
2019-02-05scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart1-18/+19
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-39/+51
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-8/+8
2019-02-05scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart1-437/+63
2019-02-05scsi: lpfc: cleanup: Remove excess check on NVME io submit code pathJames Smart1-1/+1
2019-02-05scsi: lpfc: cleanup: remove nrport from nvme command structureJames Smart1-23/+7
2019-01-22scsi: lpfc: nvme: avoid hang / use-after-free when destroying localportEwan D. Milne1-7/+9
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