aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12scsi: lpfc: revise nvme max queues to be hdwq countJames Smart1-6/+4
2019-10-24scsi: lpfc: Slight fast-path performance optimizationsJames Smart1-1/+1
2019-09-30scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTSJames Smart1-32/+41
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-55/+30
2019-08-19scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart1-0/+3
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart1-18/+76
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-44/+46
2019-08-19scsi: lpfc: Add simple unlikely optimizations to reduce NVME latencyJames Smart1-4/+4
2019-08-19scsi: lpfc: Fix coverity warningsJames Smart1-2/+3
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