summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Insert spaces where requiredBart Van Assche2019-04-151-2/+2
* scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-151-1/+1
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+5
* Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-121-1/+1
|\
| * scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani2019-03-191-1/+1
* | scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche2019-04-081-4/+5
* | scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche2019-04-081-13/+21
* | scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche2019-04-081-46/+31
* | scsi: qla2xxx: Declare local symbols staticBart Van Assche2019-04-081-2/+2
* | scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche2019-04-081-3/+0
* | scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali2019-04-031-38/+45
* | scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2019-04-031-2/+4
* | scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy2019-04-031-2/+0
* | scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran2019-04-031-5/+2
* | scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali2019-04-031-0/+4
* | scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali2019-04-031-2/+1
* | scsi: qla2xxx: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang2019-03-191-1/+1
* | scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez2019-03-191-1/+17
* | scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio2019-03-191-4/+10
* | scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio2019-03-191-1/+1
* | scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio2019-03-191-16/+73
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-15/+262
|\
| * scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali2019-02-191-1/+1
| * scsi: qla2xxx: Fix session cleanup hangQuinn Tran2019-02-051-4/+13
| * scsi: qla2xxx: Add pci function reset support.Quinn Tran2019-02-051-0/+53
| * scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali2019-01-111-2/+167
| * scsi: qla2xxx: Add protection mask module parametersMartin K. Petersen2019-01-111-8/+28
* | scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei2019-01-111-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-62/+55
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
| * scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani2018-12-121-0/+2
| * scsi: qla2xxx: NULL check before some freeing functions is not neededThomas Meyer2018-12-071-16/+8
| * scsi: qla2xxx: Split the __qla2x00_abort_all_cmds() functionBart Van Assche2018-12-071-38/+36
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-24/+13
|\ \
| * \ Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-2/+8
| |\ \
| * \ \ Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-1/+1
| |\ \ \
| * | | | blk-mq: abstract out queue mapJens Axboe2018-11-071-2/+3
| * | | | block: kill request ->cpu memberJens Axboe2018-11-071-1/+1
| * | | | scsi: kill off the legacy IO pathJens Axboe2018-11-071-21/+9
| | |_|/ | |/| |
* | | | Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani2018-12-071-2/+2
| |_|/ |/| |
* | | scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapterBill Kuzeja2018-11-081-2/+8
| |/ |/|
* | scsi: qla2xxx: Fix a typo in MODULE_PARM_DESCMasanari Iida2018-11-051-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-11-031-3/+3
|\
| * scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche2018-10-231-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-107/+210
|\ \ | |/
| * scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran2018-09-271-2/+2
| * scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida2018-09-271-1/+1
| * scsi: qla2xxx: Add mode control for each physical portQuinn Tran2018-09-111-15/+44
| * scsi: qla2xxx: Check for Register disconnectSawan Chandak2018-09-111-0/+1
| * scsi: qla2xxx: Move ABTS code behind qpairQuinn Tran2018-09-111-81/+97
OpenPOWER on IntegriCloud