summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)Author
2019-03-19scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani
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
2018-09-27scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran
2018-09-11scsi: qla2xxx: Check for Register disconnectSawan Chandak
2018-09-11scsi: qla2xxx: Move ABTS code behind qpairQuinn Tran
2018-09-11scsi: qla2xxx: Remove stale ADISC_DONE eventHimanshu Madhani
2018-09-11scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani
2018-09-11scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran
2018-09-11scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran
2018-09-11scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran
2018-09-11scsi: qla2xxx: Defer chip reset until target mode is enabledQuinn Tran
2018-09-11scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran
2018-08-02scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran
2018-08-02scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran
2018-08-02scsi: qla2xxx: Fix login retry countQuinn Tran
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran
2018-07-19scsi: qla2xxx: Fix ISP recovery on unloadQuinn 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-07-10scsi: qla2xxx: Fix kernel crash due to late workqueue allocationhimanshu.madhani@cavium.com