summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Standardize discovery object logging formatJames Smart2021-04-131-1/+1
* scsi: lpfc: Fix a bunch of kernel-doc misdemeanoursLee Jones2021-03-161-12/+12
* scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart2021-03-041-2/+2
* scsi: lpfc: Change wording of invalid pci reset log messageJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix reftag generation sizing errorsJames Smart2021-03-041-38/+52
* scsi: lpfc: Add support for eh_should_retry_cmd()Muneendra Kumar2021-01-151-0/+1
* scsi: lpfc: Implement health checking when aborting I/OJames Smart2021-01-081-0/+3
* scsi: lpfc: Fix target reset failingJames Smart2021-01-081-2/+36
* scsi: lpfc: Fix error log messages being logged following SCSI task mgntJames Smart2021-01-081-4/+13
* scsi: lpfc: Fix pointer defereference before it is null checked issueColin Ian King2020-11-201-2/+5
* scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart2020-11-171-51/+11
* scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlersJames Smart2020-11-171-13/+477
* scsi: lpfc: Convert SCSI path to use common I/O submission pathJames Smart2020-11-171-135/+320
* scsi: lpfc: Enable common send_io interface for SCSI and NVMeJames Smart2020-11-171-2/+4
* scsi: lpfc: Rework remote port lock handlingJames Smart2020-11-171-2/+2
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-16/+12
* scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issuesLee Jones2020-11-111-18/+30
* scsi: lpfc: Enlarge max_sectors in scsi host templatesJames Smart2020-10-271-2/+2
* scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-4/+4
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-031-61/+64
* scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart2020-03-301-0/+23
* scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart2020-03-301-19/+4
* scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart2020-03-271-48/+0
* scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart2020-02-111-1/+1
* scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error pathJames Smart2020-02-111-1/+3
* scsi: lpfc: Fix improper flag check for IO typeJames Smart2019-12-211-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-19/+24
|\
| * scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferencesJames Smart2019-11-131-1/+1
| * scsi: lpfc: Slight fast-path performance optimizationsJames Smart2019-10-251-8/+9
| * scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart2019-10-251-2/+3
| * scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart2019-10-251-4/+7
| * scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart2019-10-011-1/+1
| * scsi: lpfc: Fix GPF on scsi command completionJames Smart2019-10-011-5/+5
* | scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke2019-10-181-2/+0
|/
* scsi: lpfc: Remove bg debugfs buffersJames Smart2019-08-301-79/+0
* scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart2019-08-201-21/+33
* scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart2019-08-201-82/+273
* scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-201-8/+8
* scsi: lpfc: Fix too many sg segments spamming in kernel logJames Smart2019-08-201-19/+60
* scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart2019-08-201-7/+9
* scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart2019-06-191-1/+6
* scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart2019-06-191-3/+4
* scsi: lpfc: Fix alloc context on oas lun creationsJames Smart2019-06-191-1/+1
* Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-131-4/+3
|\
| * scsi: lpfc: Fix missing wakeups on abort threadsJames Smart2019-04-041-4/+3
* | scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-041-3/+3
* | scsi: lpfc: Annotate switch/case fall-throughBart Van Assche2019-04-041-4/+4
* | scsi: lpfc: Fix driver crash in target reset handlerJames Smart2019-03-191-3/+4