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