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