summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing2019-02-201-2/+1
* scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-145-8/+8
* scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter2019-02-131-0/+1
* scsi: lpfc: Update lpfc version to 12.2.0.0James Smart2019-02-061-1/+1
* scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-0622-22/+22
* 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-063-112/+137
* scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart2019-02-0610-59/+46
* scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-065-74/+112
* scsi: lpfc: Enable SCSI and NVME fc4s by defaultJames Smart2019-02-061-2/+2
* scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart2019-02-064-41/+51
* scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart2019-02-061-149/+13
* scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart2019-02-067-476/+729
* scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart2019-02-064-58/+89
* scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-0611-343/+831
* scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart2019-02-063-42/+56
* scsi: lpfc: Allow override of hardware queue selection policiesJames Smart2019-02-065-11/+20
* scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-0613-327/+1527
* scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart2019-02-064-58/+27
* scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-069-34/+60
* scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-0610-103/+304
* scsi: lpfc: Adapt cpucheck debugfs logic to Hardware QueuesJames Smart2019-02-065-116/+124
* scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart2019-02-063-33/+0
* scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-0614-338/+623
* scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-0610-606/+417
* scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-066-468/+25
* scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-0610-1209/+707
* 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-062-24/+7
* scsi: lpfc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-170/+0
* 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-201-1/+1
| * scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart2018-12-205-27/+233
| * scsi: lpfc: Add log messages to aid in debugging fc4type discovery issuesJames Smart2018-12-201-3/+45
| * scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart2018-12-202-2/+8
| * scsi: lpfc: update fault value on successful trunk events.James Smart2018-12-201-8/+4
| * scsi: lpfc: Correct MDS loopback diagnostics supportJames Smart2018-12-201-15/+34
| * scsi: lpfc: Fix link state reporting for trunking when adapter is offlineJames Smart2018-12-201-2/+14
| * scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne2018-12-191-1/+2
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-4/+0
| * scsi: lpfc: Enable Management features for IF_TYPE=6James Smart2018-12-134-7/+7
| * Revert "scsi: lpfc: ls_rjt erroneus FLOGIs"Martin K. Petersen2018-12-132-21/+0
| * scsi: lpfc: update driver version to 12.0.0.9James Smart2018-12-081-1/+1
| * scsi: lpfc: Fix dif and first burst use in write commandsJames Smart2018-12-081-0/+18
| * scsi: lpfc: Fix driver release of fw-logging buffersJames Smart2018-12-084-26/+27
| * scsi: lpfc: Correct topology type reporting on G7 adaptersJames Smart2018-12-082-5/+6
| * scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart2018-12-082-13/+3
| * scsi: lpfc: Defer LS_ACC to FLOGI on point to point loginsJames Smart2018-12-083-3/+65
| * scsi: lpfc: ls_rjt erroneus FLOGIsJames Smart2018-12-082-0/+21
| * scsi: lpfc: rport port swap discovery issue.James Smart2018-12-081-8/+35