summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_scsi.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07scsi: lpfc: Change return code on I/Os received during link bounceJames Smart1-3/+5
2021-10-21scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart1-5/+5
2021-10-21scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart1-0/+7
2021-10-21scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart1-1/+1
2021-10-17scsi: lpfc: Switch to attribute groupsBart Van Assche1-2/+2
2021-10-17scsi: lpfc: Call scsi_done() directlyBart Van Assche1-4/+4
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-7/+2
2021-09-29scsi: lpfc: Fix a function name in commentsCai Huoqing1-4/+4
2021-09-15scsi: lpfc: Improve PBDE checks during SGL processingJames Smart1-13/+13
2021-09-15scsi: lpfc: Fix I/O block after enabling managed congestion modeJames Smart1-1/+2
2021-09-15scsi: lpfc: Fix EEH support for NVMe I/OJames Smart1-22/+41
2021-09-14scsi: lpfc: Remove unneeded variableChi Minghao1-2/+1
2021-09-14scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart1-5/+1
2021-08-25scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-72/+48
2021-08-25scsi: lpfc: Add rx monitoring statisticsJames Smart1-0/+2
2021-08-25scsi: lpfc: Add support for the CM frameworkJames Smart1-7/+178
2021-08-12scsi: lpfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-38/+33
2021-07-27scsi: lpfc: Revise Topology and RAS support checks for new adaptersJames Smart1-6/+2
2021-07-19scsi: lpfc: Fix target reset handler from falsely returning FAILUREJames Smart1-31/+37
2021-06-19scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart1-1/+1
2021-06-10scsi: lpfc: vmid: Introduce VMID in I/O pathGaurav Srivastava1-0/+174
2021-06-10scsi: lpfc: vmid: Functions to manage VMIDsGaurav Srivastava1-0/+118
2021-06-10scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava1-0/+25
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-36/+18
2021-05-22scsi: lpfc: Add a option to enable interlocked ABTS before job completionJames Smart1-6/+39
2021-04-13scsi: lpfc: Standardize discovery object logging formatJames Smart1-1/+1
2021-03-16scsi: lpfc: Fix a bunch of kernel-doc misdemeanoursLee Jones1-12/+12
2021-03-05scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-2/+2
2021-03-05scsi: lpfc: Change wording of invalid pci reset log messageJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix reftag generation sizing errorsJames Smart1-38/+52
2021-01-15scsi: lpfc: Add support for eh_should_retry_cmd()Muneendra Kumar1-0/+1
2021-01-08scsi: lpfc: Implement health checking when aborting I/OJames Smart1-0/+3
2021-01-08scsi: lpfc: Fix target reset failingJames Smart1-2/+36
2021-01-08scsi: lpfc: Fix error log messages being logged following SCSI task mgntJames Smart1-4/+13
2020-11-20scsi: lpfc: Fix pointer defereference before it is null checked issueColin Ian King1-2/+5
2020-11-17scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart1-51/+11
2020-11-17scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlersJames Smart1-13/+477
2020-11-17scsi: lpfc: Convert SCSI path to use common I/O submission pathJames Smart1-135/+320
2020-11-17scsi: lpfc: Enable common send_io interface for SCSI and NVMeJames Smart1-2/+4
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart1-2/+2
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-16/+12
2020-11-11scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issuesLee Jones1-18/+30
2020-10-27scsi: lpfc: Enlarge max_sectors in scsi host templatesJames Smart1-2/+2
2020-10-27scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-03scsi: lpfc: Add an internal trace log bufferDick Kennedy1-61/+64
2020-03-30scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart1-0/+23
2020-03-30scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart1-19/+4
2020-03-27scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart1-48/+0