summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* scsi: lpfc: Correct some pretty obvious misdocumentationLee Jones2020-07-151-21/+17
* scsi: lpfc: NVMe remote port devloss_tmo from llddJames Smart2020-07-151-0/+5
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-031-38/+29
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-061-37/+0
|\
| * scsi: lpfc: Remove re-binding of nvme rport during registrationDick Kennedy2020-05-081-32/+0
| * scsi: lpfc: remove duplicate unloading checksJames Smart2020-04-221-5/+0
* | lpfc: Fix return value in __lpfc_nvme_ls_abortJames Smart2020-05-271-1/+1
* | lpfc: nvme: Add Receive LS Request and Send LS Response support to nvmeJames Smart2020-05-101-0/+71
* | lpfc: Refactor Send LS Abort supportJames Smart2020-05-101-50/+75
* | lpfc: Refactor Send LS Request supportJames Smart2020-05-101-118/+171
* | lpfc: Refactor NVME LS receive handlingJames Smart2020-05-101-0/+19
* | lpfc: Refactor lpfc nvme headersJames Smart2020-05-101-3/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-101-115/+32
|\
| * scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart2020-03-301-85/+3
| * scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart2020-03-301-24/+21
| * scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart2020-03-271-6/+8
* | nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-2/+0
|/
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-131-0/+2
|\
| * nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-261-0/+2
* | scsi: lpfc: revise nvme max queues to be hdwq countJames Smart2019-11-131-6/+4
* | scsi: lpfc: Slight fast-path performance optimizationsJames Smart2019-10-251-1/+1
* | scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTSJames Smart2019-10-011-32/+41
|/
* scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart2019-08-201-55/+30
* scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart2019-08-201-0/+3
* scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart2019-08-201-18/+76
* scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-201-44/+46
* scsi: lpfc: Add simple unlikely optimizations to reduce NVME latencyJames Smart2019-08-201-4/+4
* scsi: lpfc: Fix coverity warningsJames Smart2019-08-201-2/+3
* scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart2019-08-201-0/+47
* scsi: lpfc: Fix error in remote port address changeJames Smart2019-08-201-4/+13
* scsi: lpfc: Fix driver nvme rescan loggingJames Smart2019-08-201-14/+17
* scsi: lpfc: Fix Oops in nvme_register with target logout/loginJames Smart2019-08-201-4/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-3/+13
|\
| * scsi: lpfc: Revise message when stuck due to unresponsive adapterJames Smart2019-06-191-3/+13
* | lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart2019-06-211-0/+44
|/
* scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche2019-04-091-2/+2
* scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-041-4/+4
* scsi: lpfc: Annotate switch/case fall-throughBart Van Assche2019-04-041-0/+1
* scsi: lpfc: Declare local functions staticBart Van Assche2019-04-041-2/+2
* scsi: lpfc: avoid uninitialized variable warningArnd Bergmann2019-03-261-4/+4
* scsi: lpfc: Enhance 6072 log stringJames Smart2019-03-191-1/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-1/+2
|\
| * scsi: lpfc: fix unused variable warningArnd Bergmann2019-03-071-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-579/+167
|\|
| * scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-061-1/+1
| * scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-061-18/+30
| * scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-061-6/+12
| * scsi: lpfc: Allow override of hardware queue selection policiesJames Smart2019-02-061-3/+11
| * scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-061-65/+26