summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_def.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen1-1/+0
2023-08-22scsi: qla2xxx: Fix firmware resource trackingQuinn Tran1-0/+11
2023-08-22scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran1-1/+0
2023-08-22scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMeManish Rangankar1-2/+32
2023-08-22scsi: qla2xxx: Move resource to allow code reuseQuinn Tran1-5/+6
2023-07-23scsi: qla2xxx: Limit TMF to 8 per functionQuinn Tran1-4/+5
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-1/+0
2023-07-06scsi: qla2xxx: Silence a static checker warningDan Carpenter1-1/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+23
2023-06-16scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar1-1/+0
2023-06-08scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2023-05-23scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov1-0/+1
2023-05-08scsi: qla2xxx: Fix hang in task managementQuinn Tran1-0/+4
2023-05-08scsi: qla2xxx: Fix task management cmd fail due to unavailable resourceQuinn Tran1-0/+3
2023-05-08scsi: qla2xxx: Fix task management cmd failureQuinn Tran1-0/+6
2023-05-08scsi: qla2xxx: Multi-que support for TMFQuinn Tran1-0/+8
2023-03-10scsi: qla2xxx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-1/+0
2023-01-12scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets calledShreyas Deodhar1-0/+2
2023-01-12scsi: qla2xxx: edif: Reduce memory usage during low I/OQuinn Tran1-1/+5
2023-01-12scsi: qla2xxx: edif: Fix performance dip due to lock contentionQuinn Tran1-1/+21
2023-01-12scsi: qla2xxx: Relocate/rename vp mapQuinn Tran1-2/+2
2023-01-12scsi: qla2xxx: Remove dead code (GNN ID)Quinn Tran1-3/+0
2023-01-12scsi: qla2xxx: Remove dead code (GPNID)Quinn Tran1-6/+1
2023-01-12scsi: qla2xxx: Remove dead codeQuinn Tran1-2/+1
2023-01-12scsi: qla2xxx: Fix exchange oversubscriptionQuinn Tran1-1/+5
2022-11-08scsi: qla2xxx: Fix set-but-not-used variable warningsBart Van Assche1-11/+11
2022-09-01scsi: qla2xxx: Add NVMe parameters support in Auxiliary Image StatusAnil Gurumurthy1-0/+2
2022-09-01scsi: qla2xxx: Add debugfs create/delete helpersArun Easi1-0/+5
2022-07-19scsi: qla2xxx: Update manufacturer detailsBikash Hazarika1-1/+1
2022-07-19scsi: qla2xxx: Fix incorrect display of max frame sizeBikash Hazarika1-0/+1
2022-06-17scsi: qla2xxx: Add debug prints in the device remove pathArun Easi1-0/+6
2022-06-17scsi: qla2xxx: Turn off multi-queue for 8G adaptersQuinn Tran1-2/+2
2022-06-17scsi: qla2xxx: Wind down adapter after PCIe errorQuinn Tran1-0/+4
2022-06-17scsi: qla2xxx: Add a new v2 dport diagnostic featureBikash Hazarika1-0/+10
2022-06-10scsi: qla2xxx: edif: Tear down session if keys have been removedQuinn Tran1-0/+5
2022-06-08scsi: qla2xxx: edif: Wait for app to ack on sess downQuinn Tran1-1/+1
2022-06-08scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashingQuinn Tran1-0/+2
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+38
2022-03-15scsi: qla2xxx: Fix laggy FC remote port session recoveryQuinn Tran1-0/+1
2022-03-15scsi: qla2xxx: Fix hang due to session stuckQuinn Tran1-0/+4
2022-02-23scsi: qla2xxx: Use named initializers for port_[d]state_strGleb Chesnokov1-16/+19
2022-02-23scsi: qla2xxx: Stop using the SCSI pointerBart Van Assche1-2/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-12scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_tGleb Chesnokov1-1/+0
2022-01-25scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adaptersJoe Carnuccio1-2/+4
2022-01-25scsi: qla2xxx: Fix wrong FDMI data for 64G adapterBikash Hazarika1-1/+5
2022-01-25scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-0/+5
2021-10-27scsi: qla2xxx: edif: Tweak trace messageQuinn Tran1-2/+2
2021-09-15scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueueManish Rangankar1-2/+2
2021-08-24scsi: qla2xxx: Fix NVMe retryQuinn Tran1-2/+7