aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvmet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche1-8/+8
2019-04-03scsi: lpfc: Remove set-but-not-used variablesBart Van Assche1-12/+3
2019-04-03scsi: lpfc: Declare local functions staticBart Van Assche1-1/+1
2019-03-19scsi: lpfc: Correct localport timeout duration errorJames Smart1-1/+5
2019-03-19scsi: lpfc: Fix nvmet async receive buffer replenishmentJames Smart1-1/+24
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-190/+258
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-05scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart1-13/+37
2019-02-05scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart1-112/+135
2019-02-05scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart1-13/+22
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart1-8/+26
2019-02-05scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart1-32/+26
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-11/+11
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-5/+5
2019-01-22scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne1-3/+5
2018-09-11scsi: lpfc: Fix errors in log messages.James Smart1-4/+3
2018-09-11scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart1-10/+3
2018-07-30scsi: lpfc: remove null check on nvmebufColin Ian King1-5/+3
2018-07-10scsi: lpfc: Revise copyright for new company languageJames Smart1-1/+1
2018-07-10scsi: lpfc: Fix NVME Target crash in defer rcv logicJames Smart1-1/+11
2018-07-10scsi: lpfc: Make PBDE optimizations configurableJames Smart1-10/+13
2018-07-10scsi: lpfc: Fix abort error path for NVMETJames Smart1-4/+11
2018-03-14scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King1-4/+4
2018-03-12scsi: lpfc: Streamline NVME Targe6t WQE setupJames Smart1-104/+189
2018-03-12scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart1-6/+6
2018-03-12scsi: lpfc: Add missing unlock in WQ full logicJames Smart1-0/+1
2018-02-22scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart1-0/+24
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-1/+1
2018-02-12scsi: lpfc: Fix header inclusion in lpfc_nvmetJames Smart1-1/+1
2018-02-12scsi: lpfc: Validate adapter support for SRIU optionJames Smart1-3/+4
2018-02-12scsi: lpfc: Fix RQ empty firmware trapJames Smart1-10/+21
2018-02-12scsi: lpfc: Add WQ Full Logic for NVME TargetJames Smart1-0/+116
2018-02-12scsi: lpfc: correct debug counters for abortJames Smart1-2/+2
2017-12-20scsi: lpfc: Beef up stat counters for debugJames Smart1-5/+29
2017-12-20scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcvJames Smart1-2/+22
2017-12-04scsi: lpfc: small sg cnt cleanupJames Smart1-1/+1
2017-12-04scsi: lpfc: Fix crash during driver unload with running nvme trafficJames Smart1-0/+11
2017-10-02scsi: lpfc: Fix oops of nvme host during driver unload.Dick Kennedy1-0/+11
2017-10-02scsi: lpfc: Fix oops if nvmet_fc_register_targetport failsDick Kennedy1-4/+11
2017-10-02scsi: lpfc: Set missing abort contextJames Smart1-0/+1
2017-10-02scsi: lpfc: Reduce log spew on controller reconnectsJames Smart1-6/+10
2017-10-02scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy1-3/+1
2017-10-02scsi: lpfc: Make ktime sampling more accurateDick Kennedy1-33/+66
2017-10-02scsi: lpfc: Fix warning messages when NVME_TARGET_FC not definedDick Kennedy1-0/+2
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-68/+211
2017-08-25scsi: lpfc: avoid an unused function warningArnd Bergmann1-2/+3
2017-08-24scsi: lpfc: Fix relative offset error on large nvmet target iosDick Kennedy1-2/+4
2017-08-24scsi: lpfc: Fix MRQ > 1 context list handlingDick Kennedy1-62/+202
2017-08-10lpfc: support nvmet_fc defer_rcv callbackJames Smart1-0/+30
2017-08-07scsi: lpfc: Replace PCI pool old APIRomain Perier1-2/+2