summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_scsi.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-11scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart1-1/+1
2020-02-11scsi: 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-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+24
2019-11-13scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferencesJames Smart1-1/+1
2019-10-25scsi: lpfc: Slight fast-path performance optimizationsJames Smart1-8/+9
2019-10-25scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart1-2/+3
2019-10-25scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart1-4/+7
2019-10-18scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke1-2/+0
2019-10-01scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart1-1/+1
2019-10-01scsi: lpfc: Fix GPF on scsi command completionJames Smart1-5/+5
2019-08-30scsi: lpfc: Remove bg debugfs buffersJames Smart1-79/+0
2019-08-20scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart1-21/+33
2019-08-20scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart1-82/+273
2019-08-20scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-8/+8
2019-08-20scsi: lpfc: Fix too many sg segments spamming in kernel logJames Smart1-19/+60
2019-08-20scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart1-7/+9
2019-06-19scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart1-1/+6
2019-06-19scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart1-3/+4
2019-06-19scsi: lpfc: Fix alloc context on oas lun creationsJames Smart1-1/+1
2019-04-13Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-4/+3
2019-04-04scsi: lpfc: Fix missing wakeups on abort threadsJames Smart1-4/+3
2019-04-04scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche1-3/+3
2019-04-04scsi: lpfc: Annotate switch/case fall-throughBart Van Assche1-4/+4
2019-03-19scsi: lpfc: Fix driver crash in target reset handlerJames Smart1-3/+4
2019-03-19scsi: lpfc: Resolve inconsistent check of hdwq in lpfc_scsi_cmd_iocb_cmplJames Smart1-1/+1
2019-02-06scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-06scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart1-1/+1
2019-02-06scsi: lpfc: Rework locking on SCSI io completionJames Smart1-47/+47
2019-02-06scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart1-4/+24
2019-02-06scsi: lpfc: Allow override of hardware queue selection policiesJames Smart1-1/+1