aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvmet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-01scsi: lpfc: don't double count abort errorsDan Carpenter1-1/+0
2017-07-01scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter1-10/+10
2017-06-19scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort request.James Smart1-0/+1
2017-06-19scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart1-23/+59
2017-06-19scsi: lpfc: Reduce time spent in IRQ for received NVME commandsJames Smart1-2/+0
2017-06-12scsi: lpfc: Fix defects reported by Coverity ScanJames Smart1-6/+4
2017-06-12scsi: lpfc: Add changes to assist in NVMET debuggingJames Smart1-65/+143
2017-06-12scsi: lpfc: make a couple of functions staticColin Ian King1-2/+2
2017-06-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-05-31scsi: lpfc: nvmet_fc: fix format stringArnd Bergmann1-2/+2
2017-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-80/+334
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart1-1/+0
2017-05-17scsi: lpfc: fix build issue if NVME_FC_TARGET is not definedJames Smart1-0/+2
2017-05-16scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart1-20/+118
2017-05-16scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart1-58/+188