summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-163-11/+15
|\
| * scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter2019-03-141-7/+9
| * scsi: lpfc: fix 32-bit format string warningArnd Bergmann2019-03-061-1/+1
| * scsi: lpfc: fix unused variable warningArnd Bergmann2019-03-061-1/+2
| * scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart2019-03-061-1/+2
| * scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep checkJames Smart2019-03-061-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-0924-4056/+5134
|\|
| * scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing2019-02-191-2/+1
| * scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-135-8/+8
| * scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter2019-02-121-0/+1
| * scsi: lpfc: Update lpfc version to 12.2.0.0James Smart2019-02-051-1/+1
| * scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-0522-22/+22
| * scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart2019-02-051-13/+37
| * scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart2019-02-053-112/+137
| * scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart2019-02-0510-59/+46
| * scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-055-74/+112
| * scsi: lpfc: Enable SCSI and NVME fc4s by defaultJames Smart2019-02-051-2/+2
| * scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart2019-02-054-41/+51
| * scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart2019-02-051-149/+13
| * scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart2019-02-057-476/+729
| * scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart2019-02-054-58/+89
| * scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-0511-343/+831
| * scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart2019-02-053-42/+56
| * scsi: lpfc: Allow override of hardware queue selection policiesJames Smart2019-02-055-11/+20
| * scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-0513-327/+1527
| * scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart2019-02-054-58/+27
| * scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-059-34/+60
| * scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-0510-103/+304
| * scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart2019-02-055-116/+124
| * scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart2019-02-053-33/+0
| * scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-0514-338/+623
| * scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-0510-606/+417
| * scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-056-468/+25
| * scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-0510-1209/+707
| * scsi: lpfc: cleanup: Remove excess check on NVME io submit code pathJames Smart2019-02-051-1/+1
| * scsi: lpfc: cleanup: remove nrport from nvme command structureJames Smart2019-02-052-24/+7
| * scsi: lpfc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-170/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-021-7/+12
|\ \
| * | scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-7/+12
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-264-12/+16
|\| |
| * | scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne2019-01-222-4/+6
| * | scsi: lpfc: nvme: avoid hang / use-after-free when destroying localportEwan D. Milne2019-01-222-8/+10
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-201-9/+11
|\| |
| * | scsi: lpfc: lpfc_sli: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-081-9/+11
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-084-20/+19
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-2824-463/+1969
|\
| * scsi: lpfc: Update lpfc version to 12.0.0.10James Smart2018-12-191-1/+1
| * scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart2018-12-195-27/+233
| * scsi: lpfc: Add log messages to aid in debugging fc4type discovery issuesJames Smart2018-12-191-3/+45
| * scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart2018-12-192-2/+8