summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29scsi: qla2xxx: Add marginal path handling supportBikash Hazarika1-0/+1
2021-04-13scsi: qla2xxx: Remove unneeded if-null-free checkQiheng Lin1-4/+2
2021-03-30scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran1-69/+104
2021-03-30scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()Arun Easi1-7/+0
2021-03-30scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMeQuinn Tran1-20/+14
2021-03-16scsi: qla2xxx: Use dma_pool_zalloc()Wang Qing1-2/+1
2021-01-27Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen1-1/+1
2021-01-23scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result valueHannes Reinecke1-1/+1
2021-01-21scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limitEnzo Matsumiya1-1/+1
2021-01-13scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika1-0/+5
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initia...Saurav Kashyap1-0/+20
2020-12-09scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retrySaurav Kashyap1-4/+4
2020-12-09scsi: qla2xxx: Fix the call trace for flush workqueueSaurav Kashyap1-1/+1
2020-12-01scsi: qla2xxx: Remove in_interrupt() from qla83xx-specific codeAhmed S. Darwish1-24/+19
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-03scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin1-2/+2
2020-09-30scsi: qla2xxx: Fix point-to-point (N2N) device discovery issueArun Easi1-0/+2
2020-09-30scsi: qla2xxx: Fix buffer-buffer credit extraction errorQuinn Tran1-15/+4
2020-09-23scsi: qla2xxx: Update version to 10.02.00.102-kNilesh Javali1-1/+0
2020-09-23scsi: qla2xxx: Add SLER and PI control supportSaurav Kashyap1-0/+1
2020-09-23scsi: qla2xxx: Add IOCB resource trackingQuinn Tran1-0/+6
2020-09-23scsi: qla2xxx: Performance tweakQuinn Tran1-4/+5
2020-09-23scsi: qla2xxx: Fix memory size truncationQuinn Tran1-2/+3
2020-09-23scsi: qla2xxx: Reduce duplicate code in reporting speedQuinn Tran1-94/+2
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-4/+5
2020-08-25scsi: qla2xxx: Remove pci-dma-compat wrapper APISuraj Upadhyay1-2/+2
2020-08-18Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran1-4/+0
2020-08-18scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap1-0/+5
2020-07-02scsi: qla2xxx: SAN congestion management implementationShyam Sundar1-0/+18
2020-07-02scsi: qla2xxx: Change in PUREX to handle FPIN ELS requestsShyam Sundar1-4/+15
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-33/+100
2020-05-20scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-13/+14
2020-05-20scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche1-5/+5
2020-05-20scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche1-13/+13
2020-05-20scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche1-1/+1
2020-05-20scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche1-0/+1
2020-05-20scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche1-0/+58
2020-05-20scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche1-2/+2
2020-05-20scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche1-1/+1
2020-05-08scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan1-1/+1
2020-05-08scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko1-0/+1
2020-04-24scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi1-0/+6
2020-04-22scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck1-0/+3
2020-04-22scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck1-18/+14
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-63/+659
2020-03-27scsi: qla2xxx: Remove non functional codeDaniel Wagner1-23/+0
2020-03-17scsi: qla2xxx: Fix I/Os being passed down when FC device is being deletedArun Easi1-2/+2
2020-02-29scsi: qla2xxx: Remove restriction of FC T10-PI and FC-NVMeQuinn Tran1-4/+0
2020-02-29scsi: qla2xxx: Serialize fc_port alloc in N2NQuinn Tran1-3/+2