aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-31/+0
2019-02-01scsi: qla2xxx: Add new FC-NVMe enable BIT to enable FC-NVMe featureGiridhar Malavali2-1/+6
2019-01-29scsi: qla2xxx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-42/+1
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali8-68/+503
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 Torvalds10-158/+87
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-36/+13
2018-12-19scsi: qla2xxx: deadlock by configfs_depend_itemAnatoliy Glagolev2-43/+8
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-12scsi: qla2xxx: Update driver version to 10.00.00.12-kHimanshu Madhani1-1/+1
2018-12-12scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV portGiridhar Malavali2-6/+6
2018-12-12scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani2-13/+5
2018-12-12scsi: qla2xxx: Enable FC-NVME on NPIV portsAnil Gurumurthy1-0/+1
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-28scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()Bart Van Assche1-7/+7
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-2/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-12/+2
2018-11-19nvme-fc: remove ->poll implementationJens Axboe1-12/+0
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2-1/+2
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-06scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2-12/+4
2018-11-06scsi: qla2xxx: Initialize port speed to avoid setting lower speedQuinn Tran1-0/+1
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 Torvalds11-34/+32
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-971/+1748
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2018-10-23scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche1-8/+5
2018-10-23scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche1-1/+1
2018-10-23scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-3/+3
2018-10-23scsi: qla2xxx: Make qla2x00_sysfs_write_nvram() easier to analyzeBart Van Assche1-1/+1
2018-10-23scsi: qla2xxx: Declare local functions 'static'Bart Van Assche1-2/+3
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche8-17/+17
2018-10-23scsi: qla2xxx: Modify fall-through annotationsBart Van Assche2-2/+2
2018-10-17scsi: qla2xxx: fully convert to the generic DMA APIChristoph Hellwig2-5/+5
2018-10-16scsi: qla2xxx: Simplify conditional checkNathan Chancellor1-2/+2
2018-10-16scsi: qla2xxx: Remove unnecessary self assignmentNathan Chancellor1-1/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-28scsi: qla2xxx: Return switch command on a timeoutHimanshu Madhani1-6/+5
2018-09-27scsi: qla2xxx: Move log messages before issuing command to firmwareGiridhar Malavali2-30/+33
2018-09-27scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali2-2/+16
2018-09-27scsi: qla2xxx: Fix recursive mailbox timeoutQuinn Tran1-1/+1
2018-09-27scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani1-3/+0
2018-09-27scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2-15/+6
2018-09-27scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran1-3/+3