summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_mid.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25scsi: qla2xxx: Declare SCSI host template constBart Van Assche1-1/+1
2023-01-19scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() staticTom Rix1-2/+2
2023-01-19scsi: qla2xxx: Fix printk() format stringArnd Bergmann1-1/+1
2023-01-12scsi: qla2xxx: edif: Reduce memory usage during low I/OQuinn Tran1-0/+94
2023-01-12scsi: qla2xxx: edif: Fix performance dip due to lock contentionQuinn Tran1-0/+116
2023-01-12scsi: qla2xxx: Relocate/rename vp mapQuinn Tran1-4/+79
2023-01-12scsi: qla2xxx: Remove dead codeQuinn Tran1-9/+0
2022-06-08scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication applicationQuinn Tran1-1/+5
2022-06-02scsi: qla2xxx: Remove setting of 'req' and 'rsp' parametersTom Rix1-2/+0
2022-01-25scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-1/+3
2022-01-25scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner1-3/+2
2021-08-12scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran1-17/+25
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-1/+6
2020-10-15Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds1-2/+1
2020-09-23scsi: qla2xxx: Performance tweakQuinn Tran1-3/+1
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-05-20scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche1-2/+2
2020-02-29scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPsAndrew Vasquez1-1/+2
2020-02-24scsi: qla2xxx: Add deferred queue for processing ABTS and RDPJoe Carnuccio1-0/+7
2020-02-24scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDPJoe Carnuccio1-0/+3
2019-12-20scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-3/+3
2019-12-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+4
2019-11-09scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran1-7/+4
2019-11-06scsi: qla2xxx: fix NPIV tear down processMartin Wilck1-3/+5
2019-09-24scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran1-10/+22
2019-08-13scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-3/+1
2019-04-30scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche1-2/+7
2018-12-13scsi: qla2xxx: Enable FC-NVME on NPIV portsAnil Gurumurthy1-0/+1
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-08-02scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran1-1/+1
2018-07-20scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran1-2/+4
2018-07-20scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran1-0/+5
2018-04-10scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-1/+1
2018-03-22scsi: qla2xxx: Remove nvme_done_listDarren Trapp1-6/+0
2018-01-04scsi: qla2xxx: Reduce trace noise for Async EventsQuinn Tran1-2/+9
2018-01-04scsi: qla2xxx: Add lock protection around host lookupQuinn Tran1-4/+5
2018-01-04scsi: qla2xxx: Use known NPort ID for Management Server loginhimanshu.madhani@cavium.com1-1/+1
2018-01-04scsi: qla2xxx: Move work element processing out of DPC threadQuinn Tran1-5/+1
2018-01-04scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+76
2017-12-21scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_queHimanshu Madhani1-2/+4
2017-12-08scsi: qla2xxx: Fix memory leak in dual/target modehimanshu.madhani@cavium.com1-8/+10
2017-12-08scsi: qla2xxx: Fix Relogin being triggered too fastQuinn Tran1-9/+15
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-11-09scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-17scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani1-1/+1
2017-08-25scsi: qla2xxx: Fix NPIV host enable after chip resetQuinn Tran1-0/+5
2017-08-25scsi: qla2xxx: Add command completion for error pathDuane Grigsby1-0/+7
2017-08-25scsi: qla2xxx: Correction to vha->vref_count timeoutJoe Carnuccio1-1/+1
2017-06-28scsi: qla2xxx: Fix mailbox failure while deleting Queue pairsSawan Chandak1-0/+4
2017-06-28scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-18/+22