summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2019-06-19scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart1-1/+4
2019-06-19scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart1-13/+19
2019-06-19scsi: lpfc: resolve lockdep warningsJames Smart2-33/+56
2019-05-31scsi: lpfc: Fix use-after-free mailbox cmd completionJames Smart2-1/+5
2019-05-31scsi: lpfc: Resolve irq-unsafe lockdep heirarchy warning in lpfc_io_freeJames Smart1-4/+0
2019-05-31scsi: lpfc: Resolve inconsistent check of hdwq in lpfc_scsi_cmd_iocb_cmplJames Smart1-1/+1
2019-05-31scsi: lpfc: Fix mailbox hang on adapter initJames Smart1-6/+6
2019-05-31scsi: lpfc: Fix SLI3 commands being issued on SLI4 devicesJames Smart1-1/+10
2019-05-31scsi: lpfc: Fix io lost on host resetsJames Smart1-0/+7
2019-05-31scsi: lpfc: Fix fc4type information for FDMIJames Smart1-7/+10
2019-05-31scsi: lpfc: Fix FDMI manufacturer attribute valueJames Smart1-1/+4
2019-05-31scsi: lpfc: avoid uninitialized variable warningArnd Bergmann1-4/+4
2019-05-11scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare4-339/+349
2019-04-04scsi: lpfc: Fix missing wakeups on abort threadsJames Smart1-4/+3
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-11/+15
2019-03-14scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter1-7/+9
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds24-4056/+5134
2019-03-07scsi: lpfc: fix 32-bit format string warningArnd Bergmann1-1/+1
2019-03-07scsi: lpfc: fix unused variable warningArnd Bergmann1-1/+2
2019-03-07scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart1-1/+2
2019-03-07scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep checkJames Smart1-1/+1
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-7/+12
2019-02-26scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-7/+12
2019-02-20scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing1-2/+1
2019-02-14scsi: lpfc: fix a handful of indentation issuesColin Ian King5-8/+8
2019-02-13scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter1-0/+1
2019-02-06scsi: lpfc: Update lpfc version to 12.2.0.0James Smart1-1/+1
2019-02-06scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart22-22/+22
2019-02-06scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart1-13/+37
2019-02-06scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart3-112/+137
2019-02-06scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart10-59/+46
2019-02-06scsi: lpfc: Rework locking on SCSI io completionJames Smart5-74/+112
2019-02-06scsi: lpfc: Enable SCSI and NVME fc4s by defaultJames Smart1-2/+2
2019-02-06scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart4-41/+51
2019-02-06scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart1-149/+13
2019-02-06scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart7-476/+729
2019-02-06scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart4-58/+89
2019-02-06scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart11-343/+831
2019-02-06scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart3-42/+56
2019-02-06scsi: lpfc: Allow override of hardware queue selection policiesJames Smart5-11/+20
2019-02-06scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart13-327/+1527
2019-02-06scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart4-58/+27
2019-02-06scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart9-34/+60
2019-02-06scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart10-103/+304
2019-02-06scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart5-116/+124
2019-02-06scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart3-33/+0
2019-02-06scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart14-338/+623
2019-02-06scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart10-606/+417
2019-02-06scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart6-468/+25
2019-02-06scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart10-1209/+707