summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-04scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali1-38/+45
2019-04-04scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali1-2/+4
2019-04-04scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy1-2/+0
2019-04-04scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran1-5/+2
2019-04-04scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali1-0/+4
2019-04-04scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali1-2/+1
2019-03-19scsi: qla2xxx: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang1-1/+1
2019-03-19scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani1-1/+1
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez1-1/+17
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio1-4/+10
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-1/+1
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-16/+73
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+262
2019-02-20scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali1-1/+1
2019-02-06scsi: qla2xxx: Fix session cleanup hangQuinn Tran1-4/+13
2019-02-06scsi: qla2xxx: Add pci function reset support.Quinn Tran1-0/+53
2019-01-12scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-2/+167
2019-01-12scsi: qla2xxx: Add protection mask module parametersMartin K. Petersen1-8/+28
2019-01-12scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei1-1/+1
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-62/+55
2018-12-29Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+13
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-13scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani1-0/+2
2018-12-08Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani1-2/+2
2018-12-08scsi: qla2xxx: NULL check before some freeing functions is not neededThomas Meyer1-16/+8
2018-12-08scsi: qla2xxx: Split the __qla2x00_abort_all_cmds() functionBart Van Assche1-38/+36
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-2/+8
2018-11-19Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-1/+1
2018-11-09scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapterBill Kuzeja1-2/+8
2018-11-07blk-mq: abstract out queue mapJens Axboe1-2/+3
2018-11-07block: kill request ->cpu memberJens Axboe1-1/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-21/+9
2018-11-06scsi: qla2xxx: Fix a typo in MODULE_PARM_DESCMasanari Iida1-1/+1
2018-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-107/+210
2018-10-24scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-3/+3
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-28scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran1-2/+2
2018-09-28scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida1-1/+1
2018-09-12scsi: qla2xxx: Add mode control for each physical portQuinn Tran1-15/+44
2018-09-12scsi: qla2xxx: Check for Register disconnectSawan Chandak1-0/+1
2018-09-12scsi: qla2xxx: Move ABTS code behind qpairQuinn Tran1-81/+97
2018-09-12scsi: qla2xxx: Remove stale ADISC_DONE eventHimanshu Madhani1-5/+0
2018-09-12scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani1-3/+0
2018-09-12scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran1-2/+1
2018-09-12scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-1/+2
2018-09-12scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran1-9/+33
2018-09-12scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran1-55/+75
2018-09-12scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran1-0/+1
2018-09-12scsi: qla2xxx: Defer chip reset until target mode is enabledQuinn Tran1-7/+21