summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Fix less-than-zero comparison of unsigned valueDick Kennedy2020-07-081-5/+3
* scsi: lpfc: Fix interrupt assignments when multiple vectors are supported on ...Dick Kennedy2020-07-081-6/+16
* scsi: lpfc: Fix inconsistent indentingColin Ian King2020-07-081-1/+1
* scsi: lpfc: Update lpfc version to 12.8.0.2Dick Kennedy2020-07-031-1/+1
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-0313-792/+928
* scsi: lpfc: Add blk_io_poll support for latency improvmentDick Kennedy2020-07-034-25/+224
* scsi: lpfc: Add support to display if adapter dumps are availableDick Kennedy2020-07-032-0/+25
* scsi: lpfc: Allow applications to issue Common Set Features mailbox commandDick Kennedy2020-07-032-0/+15
* scsi: lpfc: Fix language in 0373 message to reflect non-error messageDick Kennedy2020-07-031-2/+2
* scsi: lpfc: Fix kdump hang on PPCDick Kennedy2020-07-031-6/+30
* scsi: lpfc: Fix shost refcount mismatch when deleting vportDick Kennedy2020-07-031-18/+8
* scsi: lpfc: Fix stack trace seen while setting rrq activeDick Kennedy2020-07-032-2/+3
* scsi: lpfc: Fix oops due to overrun when reading SLI3 dataDick Kennedy2020-07-032-13/+15
* scsi: lpfc: Fix NVMe rport deregister and registration during ADISCDick Kennedy2020-07-031-5/+11
* scsi: lpfc: Fix missing MDS functionalityDick Kennedy2020-07-032-1/+2
* scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_testDick Kennedy2020-07-031-18/+16
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-0614-164/+172
|\
| * scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang2020-05-261-0/+2
| * scsi: lpfc: Remove redundant initialization to variable rcColin Ian King2020-05-121-1/+1
| * scsi: lpfc: Update lpfc version to 12.8.0.1Dick Kennedy2020-05-081-1/+1
| * scsi: lpfc: Fix MDS Diagnostic Enablement definitionDick Kennedy2020-05-081-1/+1
| * scsi: lpfc: Fix noderef and address space warningsDick Kennedy2020-05-083-6/+8
| * scsi: lpfc: Remove unnecessary lockdep_assert_held callsDick Kennedy2020-05-082-23/+18
| * scsi: lpfc: Change default queue allocation for reduced memory consumptionDick Kennedy2020-05-084-76/+137
| * scsi: lpfc: Fix negation of else clause in lpfc_prep_node_fc4typeDick Kennedy2020-05-081-1/+0
| * scsi: lpfc: Remove re-binding of nvme rport during registrationDick Kennedy2020-05-081-32/+0
| * scsi: lpfc: Maintain atomic consistency of queue_claimed flagDick Kennedy2020-05-081-2/+2
| * scsi: lpfc: remove duplicate unloading checksJames Smart2020-04-223-24/+2
* | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0314-689/+1153
|\ \
| * | lpfc: Fix return value in __lpfc_nvme_ls_abortJames Smart2020-05-271-1/+1
| * | lpfc: fix axchg pointer reference after free and double freesJames Smart2020-05-272-6/+7
| * | lpfc: Fix pointer checks and comments in LS receive refactoringJames Smart2020-05-271-9/+17
| * | lpfc: nvmet: Add Send LS Request and Abort LS Request supportJames Smart2020-05-101-0/+95
| * | lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart2020-05-105-1/+74
| * | lpfc: nvme: Add Receive LS Request and Send LS Response support to nvmeJames Smart2020-05-101-0/+71
| * | lpfc: Refactor Send LS Response supportJames Smart2020-05-102-78/+184
| * | lpfc: Refactor Send LS Abort supportJames Smart2020-05-102-50/+77
| * | lpfc: Refactor Send LS Request supportJames Smart2020-05-102-118/+184
| * | lpfc: Refactor NVME LS receive handlingJames Smart2020-05-105-130/+184
| * | lpfc: Commonize lpfc_async_xchg_ctx state and flag definitionsJames Smart2020-05-103-97/+100
| * | lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart2020-05-107-62/+63
| * | lpfc: Refactor lpfc nvme headersJames Smart2020-05-1012-187/+146
| * | nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-102-6/+6
| |/
* / lpfc_debugfs: get rid of pointless access_ok()Al Viro2020-05-291-12/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-1015-492/+442
|\
| * scsi: lpfc: Change default SCSI LUN QD to 64Dick Kennedy2020-03-301-2/+2
| * scsi: lpfc: Update lpfc version to 12.8.0.0James Smart2020-03-301-1/+1
| * scsi: lpfc: Remove prototype FIPS/DSS options from SLI-3James Smart2020-03-305-109/+8
| * scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart2020-03-307-110/+137
| * scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart2020-03-308-169/+215