aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds24-4056/+5134
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+12
2019-02-25scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-7/+12
2019-02-19scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing1-2/+1
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King5-8/+8
2019-02-12scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter1-0/+1
2019-02-05scsi: lpfc: Update lpfc version to 12.2.0.0James Smart1-1/+1
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart22-22/+22
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 Smart3-112/+137
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart10-59/+46
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart5-74/+112
2019-02-05scsi: lpfc: Enable SCSI and NVME fc4s by defaultJames Smart1-2/+2
2019-02-05scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart4-41/+51
2019-02-05scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart1-149/+13
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart7-476/+729
2019-02-05scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart4-58/+89
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart11-343/+831
2019-02-05scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart3-42/+56
2019-02-05scsi: lpfc: Allow override of hardware queue selection policiesJames Smart5-11/+20
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart13-327/+1527
2019-02-05scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart4-58/+27
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart9-34/+60
2019-02-05scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart10-103/+304
2019-02-05scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart5-116/+124
2019-02-05scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart3-33/+0
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart14-338/+623
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart10-606/+417
2019-02-05scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart6-468/+25
2019-02-05scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart10-1209/+707
2019-02-05scsi: lpfc: cleanup: Remove excess check on NVME io submit code pathJames Smart1-1/+1
2019-02-05scsi: lpfc: cleanup: remove nrport from nvme command structureJames Smart2-24/+7
2019-01-29scsi: lpfc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-170/+0
2019-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-12/+16
2019-01-22scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne2-4/+6
2019-01-22scsi: lpfc: nvme: avoid hang / use-after-free when destroying localportEwan D. Milne2-8/+10
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+11
2019-01-08scsi: lpfc: lpfc_sli: Mark expected switch fall-throughsGustavo A. R. Silva1-9/+11
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain4-20/+19
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds24-463/+1969
2018-12-19scsi: lpfc: Update lpfc version to 12.0.0.10James Smart1-1/+1
2018-12-19scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart5-27/+233
2018-12-19scsi: lpfc: Add log messages to aid in debugging fc4type discovery issuesJames Smart1-3/+45
2018-12-19scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart2-2/+8
2018-12-19scsi: lpfc: update fault value on successful trunk events.James Smart1-8/+4
2018-12-19scsi: lpfc: Correct MDS loopback diagnostics supportJames Smart1-15/+34
2018-12-19scsi: lpfc: Fix link state reporting for trunking when adapter is offlineJames Smart1-2/+14
2018-12-18scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is invalidEwan D. Milne1-1/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-4/+0
2018-12-12scsi: lpfc: Enable Management features for IF_TYPE=6James Smart4-7/+7