aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-8/+7
2019-12-19scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King2-6/+6
2019-12-16scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann1-2/+1
2019-12-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+9
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-12-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds22-594/+1998
2019-11-27nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+2
2019-11-21scsi: lpfc: size cpu map by last cpu id setJames Smart1-1/+1
2019-11-19scsi: lpfc: use hdwq assigned cpu for allocationJames Smart1-2/+2
2019-11-12scsi: lpfc: Update lpfc version to 12.6.0.2James Smart1-1/+1
2019-11-12scsi: lpfc: revise nvme max queues to be hdwq countJames Smart1-6/+4
2019-11-12scsi: lpfc: Initialize cpu_map for not present cpusJames Smart1-1/+18
2019-11-12scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()James Smart2-2/+2
2019-11-12scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart1-1/+1
2019-11-12scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferencesJames Smart1-1/+1
2019-11-08scsi: lpfc: Fix lpfc_cpumask_of_node_init()Bart Van Assche1-9/+3
2019-11-08scsi: lpfc: Fix a kernel warning triggered by lpfc_sli4_enable_intr()Bart Van Assche1-2/+0
2019-11-08scsi: lpfc: Fix a kernel warning triggered by lpfc_get_sgl_per_hdwq()Bart Van Assche1-2/+2
2019-11-06scsi: lpfc: Update lpfc version to 12.6.0.1James Smart1-1/+1
2019-11-06scsi: lpfc: Add enablement of multiple adapter dumpsJames Smart2-1/+36
2019-11-06scsi: lpfc: Change default IRQ model on AMD architecturesJames Smart4-138/+484
2019-11-06scsi: lpfc: Add registration for CPU Offline/Online eventsJames Smart5-12/+388
2019-11-06scsi: lpfc: Clarify FAWNN error messageJames Smart1-2/+2
2019-11-06scsi: lpfc: Sync with FC-NVMe-2 SLER change to require Conf with SLERJames Smart1-1/+3
2019-11-06scsi: lpfc: Fix dynamic fw log enablement checkJames Smart1-1/+1
2019-11-06scsi: lpfc: Fix unexpected error messages during RSCN handlingJames Smart1-2/+19
2019-11-06scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during remote port bounceJames Smart1-20/+20
2019-11-06scsi: lpfc: Fix configuration of BB credit recovery in service parametersJames Smart1-10/+3
2019-11-06scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart1-0/+7
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+3
2019-10-28scsi: lpfc: Make lpfc_debugfs_ras_log_data staticYueHaibing1-2/+2
2019-10-28scsi: lpfc: Fix NULL check before mempool_destroy is not neededSaurav Girepunje1-2/+1
2019-10-28scsi: lpfc: fix spelling error in MAGIC_NUMER_xxxJames Smart2-4/+4
2019-10-28scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmallocJames Smart1-0/+1
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+0
2019-10-24scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointerSaurav Girepunje1-2/+2
2019-10-24scsi: lpfc: lpfc_attr: Fix Use plain integer as NULL pointerSaurav Girepunje1-1/+1
2019-10-24scsi: lpfc: Update lpfc version to 12.6.0.0James Smart1-1/+1
2019-10-24scsi: lpfc: Add additional discovery log messagesJames Smart3-9/+62
2019-10-24scsi: lpfc: Add FC-AL support to lpe32000 modelsJames Smart6-1/+142
2019-10-24scsi: lpfc: Add FA-WWN Async Event reportingJames Smart2-0/+11
2019-10-24scsi: lpfc: Add log macros to allow print by serverity or verbosity settingJames Smart1-0/+17
2019-10-24scsi: lpfc: Make FW logging dynamically configurableJames Smart5-10/+204
2019-10-24scsi: lpfc: Revise interrupt coalescing for missing scenariosJames Smart4-32/+24
2019-10-24scsi: lpfc: Remove lock contention target write pathJames Smart5-54/+14
2019-10-24scsi: lpfc: Slight fast-path performance optimizationsJames Smart2-9/+10
2019-10-24scsi: lpfc: fix coverity error of dereference after null checkJames Smart1-2/+2
2019-10-24scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart1-2/+3