summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvmet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-190/+258
|\
| * scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-061-1/+1
| * scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart2019-02-061-13/+37
| * scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart2019-02-061-112/+135
| * scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart2019-02-061-13/+22
| * scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-061-8/+26
| * scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart2019-02-061-32/+26Star
| * scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-061-11/+11
| * scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-061-5/+5
* | scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne2019-01-231-3/+5
|/
* scsi: lpfc: Fix errors in log messages.James Smart2018-09-121-4/+3Star
* scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart2018-09-121-10/+3Star
* scsi: lpfc: remove null check on nvmebufColin Ian King2018-07-311-5/+3Star
* scsi: lpfc: Revise copyright for new company languageJames Smart2018-07-111-1/+1
* scsi: lpfc: Fix NVME Target crash in defer rcv logicJames Smart2018-07-111-1/+11
* scsi: lpfc: Make PBDE optimizations configurableJames Smart2018-07-111-10/+13
* scsi: lpfc: Fix abort error path for NVMETJames Smart2018-07-111-4/+11
* scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King2018-03-151-4/+4
* scsi: lpfc: Streamline NVME Targe6t WQE setupJames Smart2018-03-131-104/+189
* scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart2018-03-131-6/+6
* scsi: lpfc: Add missing unlock in WQ full logicJames Smart2018-03-131-0/+1
* scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart2018-02-231-0/+24
* scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart2018-02-121-1/+1
* scsi: lpfc: Fix header inclusion in lpfc_nvmetJames Smart2018-02-121-1/+1
* scsi: lpfc: Validate adapter support for SRIU optionJames Smart2018-02-121-3/+4
* scsi: lpfc: Fix RQ empty firmware trapJames Smart2018-02-121-10/+21
* scsi: lpfc: Add WQ Full Logic for NVME TargetJames Smart2018-02-121-0/+116
* scsi: lpfc: correct debug counters for abortJames Smart2018-02-121-2/+2
* scsi: lpfc: Beef up stat counters for debugJames Smart2017-12-211-5/+29
* scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcvJames Smart2017-12-211-2/+22
* scsi: lpfc: small sg cnt cleanupJames Smart2017-12-051-1/+1
* scsi: lpfc: Fix crash during driver unload with running nvme trafficJames Smart2017-12-051-0/+11
* scsi: lpfc: Fix oops of nvme host during driver unload.Dick Kennedy2017-10-031-0/+11
* scsi: lpfc: Fix oops if nvmet_fc_register_targetport failsDick Kennedy2017-10-031-4/+11
* scsi: lpfc: Set missing abort contextJames Smart2017-10-031-0/+1
* scsi: lpfc: Reduce log spew on controller reconnectsJames Smart2017-10-031-6/+10
* scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy2017-10-031-3/+1Star
* scsi: lpfc: Make ktime sampling more accurateDick Kennedy2017-10-031-33/+66
* scsi: lpfc: Fix warning messages when NVME_TARGET_FC not definedDick Kennedy2017-10-031-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-081-68/+211
|\
| * scsi: lpfc: avoid an unused function warningArnd Bergmann2017-08-261-2/+3
| * scsi: lpfc: Fix relative offset error on large nvmet target iosDick Kennedy2017-08-251-2/+4
| * scsi: lpfc: Fix MRQ > 1 context list handlingDick Kennedy2017-08-251-62/+202
| * scsi: lpfc: Replace PCI pool old APIRomain Perier2017-08-071-2/+2
* | lpfc: support nvmet_fc defer_rcv callbackJames Smart2017-08-101-0/+30
|/
* scsi: lpfc: don't double count abort errorsDan Carpenter2017-07-011-1/+0Star
* scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter2017-07-011-10/+10
* scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort req...James Smart2017-06-201-0/+1
* scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart2017-06-201-23/+59
* scsi: lpfc: Reduce time spent in IRQ for received NVME commandsJames Smart2017-06-201-2/+0Star