aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-30scsi: qla2xxx: Remove WARN_ON_ONCE in qla2x00_status_cont_entry()Daniel Wagner1-2/+0
2019-09-07scsi: qla2xxx: Fix message indicating vectors used by driverHimanshu Madhani1-4/+2
2019-08-29scsi: qla2xxx: Fix a recently introduced kernel warningBart Van Assche1-2/+0
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche1-2/+1
2019-08-12scsi: qla2xxx: Remove superfluous sts_entry_* castsBart Van Assche1-10/+5
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche1-0/+4
2019-08-12scsi: qla2xxx: Simplify a debug statementBart Van Assche1-1/+1
2019-07-30scsi: qla2xxx: Skip FW dump on LOOP initialization errorQuinn Tran1-1/+0
2019-04-29scsi: qla2xxx: Fix a qla24xx_enable_msix() error pathBart Van Assche1-1/+5
2019-04-29scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche1-2/+2
2019-04-29scsi: qla2xxx: Silence Successful ELS IOCB messageHimanshu Madhani1-1/+1
2019-04-15scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche1-0/+8
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche1-2/+2
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+3
2019-04-08scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche1-38/+47
2019-04-08scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche1-1/+1
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-6/+6
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio1-1/+3
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-6/+8
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+23
2019-02-19scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali1-1/+1
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp1-0/+9
2019-02-05scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop downSawan Chandak1-1/+2
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-0/+11
2019-01-11scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei1-0/+1
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche1-3/+3
2018-09-11scsi: qla2xxx: Fix dropped srb resource.Quinn Tran1-1/+1
2018-09-11scsi: qla2xxx: Allow FC-NVMe underrun to be handled by transportDarren Trapp1-13/+21
2018-09-11scsi: qla2xxx: Fix deadlock between ATIO and HW lockQuinn Tran1-26/+22
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-1/+2
2018-07-19scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran1-0/+3
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-07scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy1-2/+6
2018-04-09scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn1-3/+3
2018-04-09scsi: qla2xxx: correctly shift host byteJohannes Thumshirn1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-2/+4
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp1-50/+28
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp1-1/+3
2018-03-21scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp1-3/+0
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-2/+3
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-9/+14
2018-01-30scsi: qla2xxx: Avoid triggering undefined behavior in qla2x00_mbx_completion()Bart Van Assche1-2/+4
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-2/+2
2018-01-03scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran1-0/+1
2018-01-03scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran1-3/+1
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+35
2017-12-11scsi: qla2xxx: Suppress gcc 7 fall-through warningsBart Van Assche1-2/+3
2017-12-07scsi: qla2xxx: Serialize GPNID for multiple RSCNQuinn Tran1-1/+1