aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2019-06-27scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi1-1/+0
2019-06-18scsi: qla2xxx: Fix hardlockup in abort command during driver removeArun Easi1-1/+1
2019-05-13scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran1-139/+82
2019-04-29scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche1-14/+2
2019-04-29scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche1-0/+24
2019-04-29scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche1-97/+53
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche1-7/+2
2019-04-29scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()Bart Van Assche1-18/+20
2019-04-29scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twiceBart Van Assche1-0/+3
2019-04-29scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche1-34/+27
2019-04-29scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport pointerBart Van Assche1-2/+3
2019-04-29scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definitionBart Van Assche1-0/+13
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche1-2/+2
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+5
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-1/+1
2019-04-08scsi: qla2xxx: Unregister resources in the opposite order of the registration orderBart Van Assche1-4/+5
2019-04-08scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche1-13/+21
2019-04-08scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche1-46/+31
2019-04-08scsi: qla2xxx: Declare local symbols staticBart Van Assche1-2/+2
2019-04-08scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche1-3/+0
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali1-38/+45
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali1-2/+4
2019-04-03scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy1-2/+0
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran1-5/+2
2019-04-03scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali1-0/+4
2019-04-03scsi: 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-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+262
2019-02-19scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali1-1/+1
2019-02-05scsi: qla2xxx: Fix session cleanup hangQuinn Tran1-4/+13
2019-02-05scsi: qla2xxx: Add pci function reset support.Quinn Tran1-0/+53
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-2/+167
2019-01-11scsi: qla2xxx: Add protection mask module parametersMartin K. Petersen1-8/+28
2019-01-11scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-62/+55
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+13
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-12scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani1-0/+2
2018-12-07Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani1-2/+2
2018-12-07scsi: qla2xxx: NULL check before some freeing functions is not neededThomas Meyer1-16/+8
2018-12-07scsi: 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-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-1/+1