summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-21scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failureBill Kuzeja1-22/+37
2018-03-21scsi: qla2xxx: Fix logo flag for qlt_free_session_done()Himanshu Madhani1-0/+1
2018-03-21scsi: qla2xxx: Fix NULL pointer access for fcport structureQuinn Tran1-4/+9
2018-03-21scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_queHimanshu Madhani1-2/+4
2018-03-15scsi: qla2xxx: Fix recursion while sending terminate exchangehimanshu.madhani@cavium.com1-1/+1
2018-03-15scsi: qla2xxx: Fix NULL pointer crash due to probe failurehimanshu.madhani@cavium.com1-4/+4
2018-03-15scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com1-0/+1
2018-03-15scsi: qla2xxx: Fix memory leak in dual/target modehimanshu.madhani@cavium.com2-11/+11
2018-03-15scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unrefQuinn Tran1-5/+5
2018-03-15scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.Giridhar Malavali1-10/+0
2018-03-15scsi: qla2xxx: Defer processing of GS IOCB callsGiridhar Malavali1-2/+2
2018-03-15scsi: qla2xxx: Clear loop id after deleteQuinn Tran1-5/+4
2018-03-15scsi: qla2xxx: Fix scan state field for fcportQuinn Tran1-0/+1
2018-03-15scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcportQuinn Tran1-1/+1
2018-03-15scsi: qla2xxx: Fix abort command deadlock due to spinlockQuinn Tran1-3/+0
2018-03-15scsi: qla2xxx: Fix PRLI state checkQuinn Tran1-2/+1
2018-03-15scsi: qla2xxx: Fix Relogin being triggered too fastQuinn Tran3-17/+30
2018-03-15scsi: qla2xxx: Fix NPIV host cleanup in target modeSawan Chandak1-2/+5
2018-03-15scsi: qla2xxx: Fix login state machine stuck at GPDBQuinn Tran1-1/+10
2018-03-15scsi: qla2xxx: Serialize GPNID for multiple RSCNQuinn Tran4-28/+58
2018-03-15scsi: qla2xxx: Retry switch command on time outQuinn Tran1-8/+26
2018-03-15scsi: qla2xxx: Fix re-login for Nport Handle in useQuinn Tran3-14/+51
2018-03-15scsi: qla2xxx: Skip IRQ affinity for Target QPairsQuinn Tran1-1/+6
2018-03-15scsi: qla2xxx: Move session delete to driver work queueQuinn Tran2-2/+4
2018-03-15scsi: qla2xxx: Fix gpnid error processingQuinn Tran1-0/+5
2018-03-15scsi: qla2xxx: Fix system crash for Notify ack timeout handlingQuinn Tran1-1/+1
2017-11-30scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()Bart Van Assche1-1/+1
2017-11-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-31scsi: qla2xxx: Fix oops in qla2x00_probe_one error pathDouglas Miller1-0/+1
2017-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2017-10-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2017-10-17scsi: qla2xxx: Initialize Work element before requesting IRQsHimanshu Madhani1-2/+2
2017-10-11scsi: qla2xxx: Fix uninitialized work elementQuinn Tran1-1/+2
2017-09-25qla2xxx: remove use of FC-specific error codesJames Smart1-1/+1
2017-09-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds19-325/+942
2017-09-07Merge branch 'fixes' into miscJames Bottomley2-16/+4
2017-08-31scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran2-0/+3
2017-08-31scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran3-2/+34
2017-08-31scsi: qla2xxx: Clear fc4f_nvme flagDarren Trap1-0/+1
2017-08-31scsi: qla2xxx: add missing includes for qla_isrJohannes Thumshirn1-0/+2
2017-08-31scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter1-4/+4
2017-08-25scsi: qla2xxx: Update driver version to 10.00.00.01-khimanshu.madhani@cavium.com1-1/+1
2017-08-25scsi: qla2xxx: Do not call abort handler function during chip resetSawan Chandak1-0/+2
2017-08-25scsi: qla2xxx: Ability to process multiple SGEs in Command SGL for CT passthr...Giridhar Malavali1-20/+35
2017-08-25scsi: qla2xxx: Skip zero queue count entry during FW dump captureJoe Carnuccio1-7/+12
2017-08-25scsi: qla2xxx: Recheck session state after RSCNQuinn Tran3-9/+13
2017-08-25scsi: qla2xxx: Increase ql2xmaxqdepth to 64Michael Hernandez1-2/+2
2017-08-25scsi: qla2xxx: Enable Async TMF processinghimanshu.madhani@cavium.com1-1/+1