summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-06scsi: qla2xxx: Update driver version to 10.00.00.13-kHimanshu Madhani1-1/+1
2019-02-06scsi: qla2xxx: Use complete switch scan for RSCN eventsQuinn Tran1-86/+0
2019-02-06scsi: qla2xxx: Fix fw options handle eh_bus_reset()Quinn Tran1-5/+2
2019-02-06scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop downSawan Chandak1-1/+2
2019-02-06scsi: qla2xxx: Prevent memory leak for CT req/rsp allocationQuinn Tran1-2/+9
2019-02-06scsi: qla2xxx: Fix SRB allocation flag to avoid sleeping in IRQ contextGiridhar Malavali1-1/+1
2019-02-06scsi: qla2xxx: allow session delete to finish before create.Quinn Tran1-0/+3
2019-02-06scsi: qla2xxx: fix fcport null pointer access.Quinn Tran1-3/+12
2019-02-06scsi: qla2xxx: flush IO on chip reset or sess deleteQuinn Tran1-6/+3
2019-02-06scsi: qla2xxx: Fix session cleanup hangQuinn Tran2-7/+15
2019-02-06scsi: qla2xxx: Change default ZIO threshold.Quinn Tran1-1/+1
2019-02-06scsi: qla2xxx: Add pci function reset support.Quinn Tran1-0/+53
2019-02-06scsi: qla2xxx: Fix N2N target discovery with Local loopHimanshu Madhani1-5/+0
2019-02-05scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-31/+0
2019-02-02scsi: 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-12scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali8-68/+503
2019-01-12scsi: qla2xxx: Add protection mask module parametersMartin K. Petersen1-8/+28
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-158/+87
2018-12-29Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-36/+13
2018-12-20scsi: qla2xxx: deadlock by configfs_depend_itemAnatoliy Glagolev2-43/+8
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-13scsi: qla2xxx: Update driver version to 10.00.00.12-kHimanshu Madhani1-1/+1
2018-12-13scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV portGiridhar Malavali2-6/+6
2018-12-13scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani2-13/+5
2018-12-13scsi: qla2xxx: Enable FC-NVME on NPIV portsAnil Gurumurthy1-0/+1
2018-12-08Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani1-2/+2
2018-12-08scsi: qla2xxx: NULL check before some freeing functions is not neededThomas Meyer1-16/+8
2018-12-08scsi: 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-29scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()Bart Van Assche1-7/+7
2018-11-29scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-2/+0
2018-11-29scsi: 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-19Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2-1/+2
2018-11-09scsi: 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-07scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2-12/+4
2018-11-07scsi: qla2xxx: Initialize port speed to avoid setting lower speedQuinn Tran1-0/+1
2018-11-06scsi: 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/gi...Linus Torvalds1-2/+0
2018-10-24scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche1-8/+5
2018-10-24scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche1-1/+1
2018-10-24scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-3/+3
2018-10-24scsi: qla2xxx: Make qla2x00_sysfs_write_nvram() easier to analyzeBart Van Assche1-1/+1
2018-10-24scsi: qla2xxx: Declare local functions 'static'Bart Van Assche1-2/+3