summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei2019-01-123-1/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-2810-158/+87Star
|\
| * scsi: qla2xxx: deadlock by configfs_depend_itemAnatoliy Glagolev2018-12-202-43/+8Star
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
| * scsi: qla2xxx: Update driver version to 10.00.00.12-kHimanshu Madhani2018-12-131-1/+1
| * scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV portGiridhar Malavali2018-12-132-6/+6
| * scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani2018-12-132-13/+5Star
| * scsi: qla2xxx: Enable FC-NVME on NPIV portsAnil Gurumurthy2018-12-131-0/+1
| * scsi: qla2xxx: NULL check before some freeing functions is not neededThomas Meyer2018-12-081-16/+8Star
| * scsi: qla2xxx: Split the __qla2x00_abort_all_cmds() functionBart Van Assche2018-12-081-38/+36Star
| * scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()Bart Van Assche2018-11-291-7/+7
| * scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-2/+0Star
| * scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-12/+2Star
| * scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2018-11-072-12/+4Star
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-282-36/+13Star
|\ \
| * \ Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-2/+8
| |\ \
| * | | nvme-fc: remove ->poll implementationJens Axboe2018-11-191-12/+0Star
| * | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-182-1/+2
| |\ \ \
| * | | | 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/+9Star
| | |_|/ | |/| |
* | | | Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani2018-12-081-2/+2
| |_|/ |/| |
* | | scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapterBill Kuzeja2018-11-091-2/+8
| |/ |/|
* | scsi: qla2xxx: Initialize port speed to avoid setting lower speedQuinn Tran2018-11-071-0/+1
* | scsi: qla2xxx: Fix a typo in MODULE_PARM_DESCMasanari Iida2018-11-061-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-11-0311-34/+32Star
|\
| * scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche2018-10-241-8/+5Star
| * scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche2018-10-241-1/+1
| * scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche2018-10-241-3/+3
| * scsi: qla2xxx: Make qla2x00_sysfs_write_nvram() easier to analyzeBart Van Assche2018-10-241-1/+1
| * scsi: qla2xxx: Declare local functions 'static'Bart Van Assche2018-10-241-2/+3
| * scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-248-17/+17
| * scsi: qla2xxx: Modify fall-through annotationsBart Van Assche2018-10-242-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-2517-971/+1748
|\|
| * scsi: qla2xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-182-5/+5
| * scsi: qla2xxx: Simplify conditional checkNathan Chancellor2018-10-171-2/+2
| * scsi: qla2xxx: Remove unnecessary self assignmentNathan Chancellor2018-10-171-1/+0Star
| * scsi: qla2xxx: Return switch command on a timeoutHimanshu Madhani2018-09-281-6/+5Star
| * scsi: qla2xxx: Move log messages before issuing command to firmwareGiridhar Malavali2018-09-282-30/+33
| * scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali2018-09-282-2/+16
| * scsi: qla2xxx: Fix recursive mailbox timeoutQuinn Tran2018-09-281-1/+1
| * scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani2018-09-281-3/+0Star
| * scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2018-09-282-15/+6Star
| * scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran2018-09-281-3/+3
| * scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran2018-09-281-2/+2
| * scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran2018-09-281-1/+1
| * scsi: qla2xxx: don't allow negative thresholdsDan Carpenter2018-09-281-1/+1
| * scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida2018-09-281-1/+1
| * scsi: qla2xxx: Remove set but not used variable 'ptr_dma'YueHaibing2018-09-171-2/+0Star
| * scsi: qla2xxx: fix typo "CT-PASSTRHU" -> "CT-PASSTHRU"Colin Ian King2018-09-121-1/+1