aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-13scsi: lpfc: Standardize discovery object logging formatJames Smart1-1/+1
2021-03-15scsi: lpfc: Fix a bunch of kernel-doc misdemeanoursLee Jones1-12/+12
2021-03-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-2/+2
2021-03-04scsi: lpfc: Change wording of invalid pci reset log messageJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix reftag generation sizing errorsJames Smart1-38/+52
2021-01-14scsi: lpfc: Add support for eh_should_retry_cmd()Muneendra Kumar1-0/+1
2021-01-07scsi: lpfc: Implement health checking when aborting I/OJames Smart1-0/+3
2021-01-07scsi: lpfc: Fix target reset failingJames Smart1-2/+36
2021-01-07scsi: lpfc: Fix error log messages being logged following SCSI task mgntJames Smart1-4/+13
2020-11-19scsi: 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-10scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issuesLee Jones1-18/+30
2020-10-26scsi: lpfc: Enlarge max_sectors in scsi host templatesJames Smart1-2/+2
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-02scsi: lpfc: Add an internal trace log bufferDick Kennedy1-61/+64
2020-03-29scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart1-0/+23
2020-03-29scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart1-19/+4
2020-03-26scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart1-48/+0
2020-02-10scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart1-1/+1
2020-02-10scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error pathJames Smart1-1/+3
2019-12-21scsi: lpfc: Fix improper flag check for IO typeJames Smart1-2/+2
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+24
2019-11-12scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferencesJames Smart1-1/+1
2019-10-24scsi: lpfc: Slight fast-path performance optimizationsJames Smart1-8/+9
2019-10-24scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart1-2/+3
2019-10-24scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart1-4/+7
2019-10-17scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke1-2/+0
2019-09-30scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart1-1/+1
2019-09-30scsi: lpfc: Fix GPF on scsi command completionJames Smart1-5/+5
2019-08-29scsi: lpfc: Remove bg debugfs buffersJames Smart1-79/+0
2019-08-19scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-21/+33
2019-08-19scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart1-82/+273
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-8/+8
2019-08-19scsi: lpfc: Fix too many sg segments spamming in kernel logJames Smart1-19/+60
2019-08-19scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart1-7/+9
2019-06-18scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart1-1/+6
2019-06-18scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart1-3/+4
2019-06-18scsi: lpfc: Fix alloc context on oas lun creationsJames Smart1-1/+1
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-4/+3
2019-04-03scsi: lpfc: Fix missing wakeups on abort threadsJames Smart1-4/+3
2019-04-03scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche1-3/+3
2019-04-03scsi: lpfc: Annotate switch/case fall-throughBart Van Assche1-4/+4
2019-03-19scsi: lpfc: Fix driver crash in target reset handlerJames Smart1-3/+4