summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_isr.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-16scsi: qla2xxx: Reserve extra IRQ vectorsRoman Bolshakov1-2/+2
2021-03-30scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran1-8/+1
2021-03-25scsi: qla2xxx: Fix endianness annotationsBart Van Assche1-1/+1
2021-01-23scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong1-2/+2
2021-01-13scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika1-1/+8
2021-01-13scsi: qla2xxx: Move some messages from debug to normal log levelSaurav Kashyap1-27/+25
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initia...Saurav Kashyap1-0/+22
2020-12-09scsi: qla2xxx: Tear down session if FW say it is downQuinn Tran1-1/+27
2020-12-09scsi: qla2xxx: Limit interrupt vectors to number of CPUsQuinn Tran1-2/+4
2020-10-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-27/+15
2020-10-15Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds1-2/+1
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+49
2020-10-08scsi: qla2xxx: Do not consume srb greedilyDaniel Wagner1-27/+15
2020-09-30scsi: qla2xxx: Fix MPI reset needed messageArun Easi1-1/+1
2020-09-23scsi: qla2xxx: Add IOCB resource trackingQuinn Tran1-0/+2
2020-09-23scsi: qla2xxx: Performance tweakQuinn Tran1-3/+5
2020-09-23scsi: qla2xxx: Honor status qualifier in FCP_RSP per specArun Easi1-13/+5
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-2/+2
2020-09-10scsi: qla2xxx: Handle incorrect entry_type entriesDaniel Wagner1-2/+27
2020-09-10scsi: qla2xxx: Log calling function name in qla2x00_get_sp_from_handle()Daniel Wagner1-4/+6
2020-09-10scsi: qla2xxx: Simplify return value logic in qla2x00_get_sp_from_handle()Daniel Wagner1-5/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-08-18scsi: qla2xxx: Reduce noisy debug messageQuinn Tran1-2/+2
2020-07-15scsi: qla2xxx: Address a set of sparse warningsShyam Sundar1-2/+2
2020-07-02scsi: qla2xxx: SAN congestion management implementationShyam Sundar1-18/+172
2020-07-02scsi: qla2xxx: Change in PUREX to handle FPIN ELS requestsShyam Sundar1-31/+85
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-135/+152
2020-05-20scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-48/+45
2020-05-20scsi: qla2xxx: Use make_handle() instead of open-coding itBart Van Assche1-5/+5
2020-05-20scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche1-64/+64
2020-05-20scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche1-2/+2
2020-05-20scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche1-6/+6
2020-04-24scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi1-17/+37
2020-04-13scsi: qla2xxx: Fix regression warningsNilesh Javali1-1/+0
2020-02-29scsi: qla2xxx: Handle NVME status iocb correctlyArun Easi1-8/+39
2020-02-29scsi: qla2xxx: add more FW debug informationQuinn Tran1-6/+18
2020-02-29scsi: qla2xxx: Update BPM enablement semantics.Andrew Vasquez1-4/+5
2020-02-29scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPsAndrew Vasquez1-7/+24
2020-02-29scsi: qla2xxx: Simplify the code for aborting SCSI commandsBart Van Assche1-5/+0
2020-02-24scsi: qla2xxx: Print portname for logging in qla24xx_logio_entry()Joe Carnuccio1-10/+6
2020-02-24scsi: qla2xxx: Add deferred queue for processing ABTS and RDPJoe Carnuccio1-4/+150
2020-02-24scsi: qla2xxx: Display message for FCE enabledHimanshu Madhani1-0/+6
2020-02-24scsi: qla2xxx: Add vendor extended RDP additions and amendmentsJoe Carnuccio1-0/+10
2020-02-22scsi: qla2xxx: Add sysfs node for D-Port Diagnostics AEN dataJoe Carnuccio1-0/+1
2020-01-30scsi: qla2xxx: Fix unbound NVME response lengthArun Easi1-0/+12
2020-01-03scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche1-6/+6
2019-12-20scsi: qla2xxx: Add D-Port Diagnostic reason explanation logsJoe Carnuccio1-5/+27
2019-12-20scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-9/+7
2019-12-10scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov1-4/+0