summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)Author
2019-04-29scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche
2019-04-29scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport...Bart Van Assche
2019-04-29scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definitionBart Van Assche
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen
2019-04-08scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche
2019-04-08scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche
2019-04-08scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche
2019-04-08scsi: qla2xxx: Declare local symbols staticBart Van Assche
2019-04-08scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali
2019-04-03scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran
2019-04-03scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali
2019-04-03scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali
2019-03-19scsi: qla2xxx: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang
2019-03-19scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-19scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali
2019-02-05scsi: qla2xxx: Fix session cleanup hangQuinn Tran
2019-02-05scsi: qla2xxx: Add pci function reset support.Quinn Tran
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali
2019-01-11scsi: qla2xxx: Add protection mask module parametersMartin K. Petersen
2019-01-11scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-12scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani
2018-12-07Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani
2018-12-07scsi: qla2xxx: NULL check before some freeing functions is not neededThomas Meyer
2018-12-07scsi: qla2xxx: Split the __qla2x00_abort_all_cmds() functionBart Van Assche
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-08scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapterBill Kuzeja
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-11-07block: kill request ->cpu memberJens Axboe
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-11-05scsi: qla2xxx: Fix a typo in MODULE_PARM_DESCMasanari Iida
2018-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-10-23scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-27scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran