summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-11scsi: qla2xxx: Convert comma to semicolonChen Ni1-1/+1
2024-07-11Merge patch series "qla2xxx misc. bug fixes"Martin K. Petersen11-374/+452
2024-07-11scsi: qla2xxx: Update version to 10.02.09.300-kNilesh Javali1-2/+2
2024-07-11scsi: qla2xxx: Use QP lock to search for bsgQuinn Tran1-39/+57
2024-07-11scsi: qla2xxx: Reduce fabric scan duplicate codeQuinn Tran5-269/+200
2024-07-11scsi: qla2xxx: Fix optrom version displayed in FDMIShreyas Deodhar1-1/+1
2024-07-11scsi: qla2xxx: During vport delete send async logout explicitlyManish Rangankar1-1/+1
2024-07-11scsi: qla2xxx: Complete command early within lockShreyas Deodhar1-5/+0
2024-07-11scsi: qla2xxx: Fix flash read failureQuinn Tran2-46/+125
2024-07-11scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmdsSaurav Kashyap1-1/+1
2024-07-11scsi: qla2xxx: Fix for possible memory corruptionShreyas Deodhar1-1/+1
2024-07-11scsi: qla2xxx: validate nvme_local_port correctlyNilesh Javali1-1/+4
2024-07-11scsi: qla2xxx: Unable to act on RSCN for port onlineQuinn Tran4-8/+60
2024-05-31scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple'Dr. David Alan Gilbert1-6/+0
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+2
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-27/+26
2024-05-14Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2024-05-07scsi: qla2xxx: Fix debugfs output for fw_resource_countHimanshu Madhani1-1/+1
2024-05-04scsi: Use device_show_string() helper for sysfs attributesLukas Wunner1-9/+2
2024-04-25scsi: qla2xxx: Avoid possible run-time warning with long model_numKees Cook1-4/+2
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen1-3/+3
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-3/+3
2024-04-09scsi: qla2xxx: Indent help textPrasad Pandit1-20/+22
2024-04-06scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()Dan Carpenter1-1/+1
2024-04-06scsi: qla2xxx: Drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-03-11scsi: qla2xxx: Update version to 10.02.09.200-kNilesh Javali1-2/+2
2024-03-11scsi: qla2xxx: Delay I/O Abort on PCI errorQuinn Tran1-2/+12
2024-03-11scsi: qla2xxx: Change debug message during driver unloadSaurav Kashyap1-1/+1
2024-03-11scsi: qla2xxx: Fix double free of fcportSaurav Kashyap1-2/+3
2024-03-11scsi: qla2xxx: Fix double free of the ha->vp_map pointerSaurav Kashyap1-0/+1
2024-03-11scsi: qla2xxx: Fix command flush on cable pullQuinn Tran1-0/+10
2024-03-11scsi: qla2xxx: NVME|FCP prefer flag not being honoredQuinn Tran1-0/+18
2024-03-11scsi: qla2xxx: Update manufacturer detailBikash Hazarika1-1/+1
2024-03-11scsi: qla2xxx: Split FCE|EFT trace controlQuinn Tran1-61/+41
2024-03-11scsi: qla2xxx: Fix N2N stuck connectionQuinn Tran3-23/+13
2024-03-11scsi: qla2xxx: Prevent command send on chip resetQuinn Tran2-4/+37
2023-12-19tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)1-1/+1
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen1-2/+10
2023-11-09scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran1-2/+10
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-52/+7
2023-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+9
2023-10-17scsi: qla2xxx: Fix double free of dsd_list during driver loadQuinn Tran1-1/+1
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen1-0/+6
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie1-0/+6
2023-10-04scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-52/+7
2023-09-22Merge patch series "scsi: pm8001: Bug fix and cleanup"Martin K. Petersen6-16/+15
2023-09-14scsi: qla2xxx: Use FIELD_GET() to extract PCIe capability fieldsIlpo Järvinen1-2/+3
2023-09-05scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan1-3/+3
2023-09-05scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali4-8/+7
2023-09-05scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali1-5/+5