aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-19scsi: lpfc: Resolve inconsistent check of hdwq in lpfc_scsi_cmd_iocb_cmplJames Smart1-1/+1
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart1-1/+1
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart1-47/+47
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart1-4/+24
2019-02-05scsi: lpfc: Allow override of hardware queue selection policiesJames Smart1-1/+1
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart1-100/+62
2019-02-05scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart1-53/+19
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart1-4/+5
2019-02-05scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart1-16/+31
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-42/+65
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-4/+4
2019-02-05scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart1-8/+1
2019-02-05scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart1-388/+112
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-25/+120
2018-12-19scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart1-20/+101
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-4/+0
2018-12-07scsi: lpfc: Fix dif and first burst use in write commandsJames Smart1-0/+18
2018-12-07scsi: lpfc: Fix a duplicate 0711 log message number.James Smart1-1/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-1/+1
2018-09-11scsi: lpfc: reduce locking when updating statisticsJames Smart1-8/+10
2018-09-11scsi: lpfc: Correct race with abort on completion pathJames Smart1-3/+11
2018-08-30scsi: lpfc: remove an unnecessary NULL checkDan Carpenter1-1/+1
2018-08-02scsi: lpfc: Limit tracking of tgt queue depth in fast pathJames Smart1-30/+44
2018-08-02scsi: lpfc: Fix list corruption on the completion queue.James Smart1-8/+36
2018-07-10scsi: lpfc: remove ScsiResult macroJohannes Thumshirn1-22/+22
2018-07-10scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart1-0/+5
2018-07-10scsi: lpfc: Make PBDE optimizations configurableJames Smart1-3/+11