summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-2519-108/+996
|\
| * scsi: lpfc: Remove set but not used variables 'tgtp'YueHaibing2018-10-171-2/+0
| * scsi: lpfc: Remove set but not used variable 'psli'YueHaibing2018-10-171-2/+0
| * scsi: lpfc: Remove set but not used variables 'fc_hdr' and 'hw_page_size'YueHaibing2018-10-171-7/+0
| * scsi: lpfc: fix spelling mistake "Resrouce" -> "Resource"Colin Ian King2018-10-161-1/+1
| * scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig2018-10-161-3/+0
| * scsi: lpfc: Remove set but not used variable 'sgl_size'YueHaibing2018-09-171-3/+1
| * scsi: lpfc: update driver version to 12.0.0.7James Smart2018-09-121-1/+1
| * scsi: lpfc: add support to retrieve firmware logsJames Smart2018-09-129-2/+790
| * scsi: lpfc: reduce locking when updating statisticsJames Smart2018-09-121-8/+10
| * scsi: lpfc: Fix errors in log messages.James Smart2018-09-122-5/+4
| * scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart2018-09-121-5/+1
| * scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart2018-09-127-22/+52
| * scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart2018-09-121-0/+7
| * scsi: lpfc: Correct race with abort on completion pathJames Smart2018-09-121-3/+11
| * scsi: lpfc: Raise nvme defaults to support a larger io and more connectivityJames Smart2018-09-121-0/+10
| * scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart2018-09-125-37/+103
| * scsi: lpfc: Fix GFT_ID and PRLI logic for RSCNJames Smart2018-09-123-6/+4
| * scsi: lpfc: remove an unnecessary NULL checkDan Carpenter2018-08-301-1/+1
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0
|\ \
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0
* | | scsi: lpfc: Synchronize access to remoteport via rportJames Smart2018-09-213-13/+23
|/ /
* | scsi: lpfc: Correct MDS diag and nvmet configurationJames Smart2018-08-271-1/+1
* | scsi: lpfc: Default fdmi_on to onJames Smart2018-08-271-4/+4
|/
* scsi: lpfc: update driver version to 12.0.0.6James Smart2018-08-021-1/+1
* scsi: lpfc: Remove lpfc_enable_pbde as module parameterJames Smart2018-08-021-10/+2
* scsi: lpfc: Correct LCB ACCept payloadJames Smart2018-08-021-0/+2
* scsi: lpfc: Limit tracking of tgt queue depth in fast pathJames Smart2018-08-026-53/+74
* scsi: lpfc: Fix driver crash when re-registering NVME rports.James Smart2018-08-021-8/+14
* scsi: lpfc: Fix list corruption on the completion queue.James Smart2018-08-021-8/+36
* scsi: lpfc: Fix sysfs Speed value on CNA portsJames Smart2018-08-021-0/+18
* scsi: lpfc: Fix ELS abort on SLI-3 adaptersJames Smart2018-08-022-2/+17
* scsi: lpfc: remove null check on nvmebufColin Ian King2018-07-311-5/+3
* scsi: lpfc: remove ScsiResult macroJohannes Thumshirn2018-07-112-23/+22
* scsi: lpfc: Revise copyright for new company languageJames Smart2018-07-1126-37/+37
* scsi: lpfc: update driver version to 12.0.0.5James Smart2018-07-111-1/+1
* scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart2018-07-112-4/+14
* scsi: lpfc: Fix NVME Target crash in defer rcv logicJames Smart2018-07-111-1/+11
* scsi: lpfc: Support duration field in Link Cable Beacon V1 commandJames Smart2018-07-115-28/+104
* scsi: lpfc: Make PBDE optimizations configurableJames Smart2018-07-117-38/+50
* scsi: lpfc: Fix abort error path for NVMETJames Smart2018-07-112-4/+16
* scsi: lpfc: Fix panic if driver unloaded when port is offlineJames Smart2018-07-111-1/+4
* scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell wordJames Smart2018-07-111-1/+8
* scsi: lpfc: Add Buffer overflow check, when nvme_info larger than PAGE_SIZEJames Smart2018-07-111-175/+257
* scsi: lpfc: use monotonic timestamps for statisticsArnd Bergmann2018-06-263-11/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-32/+27
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* scsi: lpfc: update driver version to 12.0.0.4James Smart2018-05-291-1/+1
* scsi: lpfc: Fix port initialization failure.James Smart2018-05-291-3/+18
* scsi: lpfc: Fix 16gb hbas failing cq create.James Smart2018-05-293-20/+1