aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2018-11-08scsi: 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-05scsi: 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-23scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-3/+3
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-27scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran1-2/+2
2018-09-27scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida1-1/+1
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran1-15/+44
2018-09-11scsi: qla2xxx: Check for Register disconnectSawan Chandak1-0/+1
2018-09-11scsi: qla2xxx: Move ABTS code behind qpairQuinn Tran1-81/+97
2018-09-11scsi: qla2xxx: Remove stale ADISC_DONE eventHimanshu Madhani1-5/+0
2018-09-11scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani1-3/+0
2018-09-11scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran1-2/+1
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-1/+2
2018-09-11scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran1-9/+33
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran1-55/+75
2018-09-11scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran1-0/+1
2018-09-11scsi: qla2xxx: Defer chip reset until target mode is enabledQuinn Tran1-7/+21
2018-09-11scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran1-10/+16
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-55/+78
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-11/+21
2018-08-02scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran1-1/+2
2018-08-02scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran1-0/+3
2018-08-02scsi: qla2xxx: Fix login retry countQuinn Tran1-43/+47
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-0/+5
2018-07-19scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran1-2/+3
2018-07-19scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran1-26/+18
2018-07-19scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran1-1/+1
2018-07-10scsi: qla2xxx: Fix kernel crash due to late workqueue allocationhimanshu.madhani@cavium.com1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+8
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran1-0/+4
2018-04-09scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja1-23/+21
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+8
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-24/+46