summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Remove redundant flush_workqueue() callMinghao Chi (CGEL ZTE)2022-01-311-1/+0
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-5/+5
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-5/+5
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-1413-160/+267
|\ \
| * \ Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen2021-12-161-7/+2
| |\ \
| * | | scsi: lpfc: Use struct_group to isolate cast to larger objectKees Cook2021-12-132-27/+32
| * | | scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_infoKees Cook2021-12-132-48/+46
| * | | scsi: lpfc: Update lpfc version to 14.0.0.4James Smart2021-12-061-1/+1
| * | | scsi: lpfc: Add additional debugfs support for CMFJames Smart2021-12-061-1/+12
| * | | scsi: lpfc: Cap CMF read bytes to MBPIJames Smart2021-12-062-2/+11
| * | | scsi: lpfc: Adjust CMF total bytes and rxmonitorJames Smart2021-12-064-15/+22
| * | | scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart2021-12-064-30/+48
| * | | scsi: lpfc: Fix NPIV port deletion crashJames Smart2021-12-064-25/+73
| * | | scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalanceJames Smart2021-12-061-5/+0
| * | | scsi: lpfc: Change return code on I/Os received during link bounceJames Smart2021-12-062-4/+6
| * | | scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart2021-12-063-3/+17
* | | | Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-082-9/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter2021-12-161-2/+2
| | |/ | |/|
| * | scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGOJames Smart2021-11-231-7/+2
| |/
* / scsi: lpfc: Use irq_set_affinity()Nitesh Narayan Lal2021-12-101-3/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-0514-332/+792
|\
| * scsi: lpfc: Update lpfc version to 14.0.0.3James Smart2021-10-201-1/+1
| * scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart2021-10-206-15/+139
| * scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart2021-10-201-7/+7
| * scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart2021-10-201-0/+13
| * scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routineJames Smart2021-10-201-0/+1
| * scsi: lpfc: Correct sysfs reporting of loop support after SFP status changeJames Smart2021-10-203-21/+55
| * scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart2021-10-201-0/+7
| * scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart2021-10-203-6/+6
| * scsi: lpfc: Switch to attribute groupsBart Van Assche2021-10-164-153/+171
| * scsi: lpfc: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
| * Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-127-37/+32
| |\
| * | scsi: lpfc: Add support for optional PLDV handlingJames Smart2021-09-282-0/+18
| * | scsi: lpfc: Return NULL rather than a plain 0 integerColin Ian King2021-09-281-1/+1
| * | scsi: lpfc: Fix a function name in commentsCai Huoqing2021-09-281-4/+4
| * | scsi: lpfc: Fix mailbox command failure during driver initializationJames Smart2021-09-221-2/+13
| * | scsi: lpfc: Update lpfc version to 14.0.0.2James Smart2021-09-141-1/+1
| * | scsi: lpfc: Improve PBDE checks during SGL processingJames Smart2021-09-143-42/+40
| * | scsi: lpfc: Zero CGN stats only during initial driver load and stat resetJames Smart2021-09-142-4/+4
| * | scsi: lpfc: Fix I/O block after enabling managed congestion modeJames Smart2021-09-141-1/+2
| * | scsi: lpfc: Adjust bytes received vales during cmf timer intervalJames Smart2021-09-141-2/+14
| * | scsi: lpfc: Fix EEH support for NVMe I/OJames Smart2021-09-147-28/+154
| * | scsi: lpfc: Fix FCP I/O flush functionality for TMF routinesJames Smart2021-09-141-23/+78
| * | scsi: lpfc: Fix NVMe I/O failover to non-optimized pathJames Smart2021-09-141-0/+1
| * | scsi: lpfc: Don't remove ndlp on PRLI errors in P2P modeJames Smart2021-09-141-0/+7
| * | scsi: lpfc: Fix rediscovery of tape device after LIPJames Smart2021-09-141-2/+5
| * | scsi: lpfc: Fix hang on unload due to stuck fport nodeJames Smart2021-09-142-1/+27
| * | scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJTJames Smart2021-09-141-3/+5
| * | scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart2021-09-143-12/+14
| * | scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart2021-09-141-0/+1