summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvme.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-061-5/+6
| * scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-061-40/+17
| * scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart2019-02-061-18/+19
| * scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-061-39/+51
| * scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-061-8/+8
| * scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-061-437/+63
| * scsi: lpfc: cleanup: Remove excess check on NVME io submit code pathJames Smart2019-02-061-1/+1
| * scsi: lpfc: cleanup: remove nrport from nvme command structureJames Smart2019-02-061-23/+7
* | scsi: lpfc: nvme: avoid hang / use-after-free when destroying localportEwan D. Milne2019-01-231-7/+9
|/
* scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart2018-12-081-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-14/+5
|\
| * scsi: lpfc: Remove set but not used variable 'sgl_size'YueHaibing2018-09-171-3/+1
| * scsi: lpfc: Fix errors in log messages.James Smart2018-09-121-1/+1
| * scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart2018-09-121-10/+3
* | scsi: lpfc: Synchronize access to remoteport via rportJames Smart2018-09-211-3/+8
|/
* scsi: lpfc: Limit tracking of tgt queue depth in fast pathJames Smart2018-08-021-17/+24
* scsi: lpfc: Fix driver crash when re-registering NVME rports.James Smart2018-08-021-8/+14
* scsi: lpfc: Make PBDE optimizations configurableJames Smart2018-07-111-4/+4
* scsi: lpfc: Fix panic if driver unloaded when port is offlineJames Smart2018-07-111-1/+4
* scsi: lpfc: Fix crash in blk_mq layer when executing modprobe -r lpfcJames Smart2018-05-291-0/+9
* scsi: lpfc: correct oversubscription of nvme io requests for an adapterJames Smart2018-05-291-4/+19
* scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart2018-05-081-1/+1
* scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart2018-05-081-21/+32
* scsi: lpfc: Change IO submit return to EBUSY if remote port is recoveringJames Smart2018-05-081-6/+7
* scsi: lpfc: Fix NULL pointer reference when resetting adapterJames Smart2018-04-191-16/+20
* scsi: lpfc: Fix nvme remoteport registration race conditionsJames Smart2018-04-191-2/+14
* scsi: lpfc: Fix driver not recovering NVME rports during target link faultsJames Smart2018-04-191-2/+10
* scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart2018-04-191-4/+9
* scsi: lpfc: Add per io channel NVME IO statisticsJames Smart2018-04-191-34/+73
* scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King2018-03-151-4/+4
* scsi: lpfc: Streamline NVME Initiator WQE setupJames Smart2018-03-131-127/+200
* scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart2018-03-131-13/+12
* scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart2018-02-231-15/+36
* scsi: lpfc: Fix nvme embedded io length on new hardwareJames Smart2018-02-231-1/+1
* scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart2018-02-231-0/+18
* scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart2018-02-121-1/+1
* scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.James Smart2018-02-121-11/+13
* scsi: lpfc: Fix IO failure during hba reset testing with nvme io.James Smart2018-02-121-2/+2
* scsi: lpfc: Beef up stat counters for debugJames Smart2017-12-211-4/+39
* scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.James Smart2017-12-211-84/+51
* scsi: lpfc: Fix random heartbeat timeouts during heavy IOJames Smart2017-12-211-21/+45
* scsi: lpfc: small sg cnt cleanupJames Smart2017-12-051-1/+2