summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_isr.c
AgeCommit message (Expand)Author
2019-12-09scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov
2019-11-26scsi: qla2xxx: Fix qla2x00_request_irqs() for MSIHuacai Chen
2019-11-08scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran
2019-10-09scsi: qla2xxx: Capture FW dump on MPI heartbeat stop eventQuinn Tran
2019-09-30scsi: qla2xxx: Remove WARN_ON_ONCE in qla2x00_status_cont_entry()Daniel Wagner
2019-09-07scsi: qla2xxx: Fix message indicating vectors used by driverHimanshu Madhani
2019-08-29scsi: qla2xxx: Fix a recently introduced kernel warningBart Van Assche
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche
2019-08-12scsi: qla2xxx: Remove superfluous sts_entry_* castsBart Van Assche
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche
2019-08-12scsi: qla2xxx: Simplify a debug statementBart Van Assche
2019-07-30scsi: qla2xxx: Skip FW dump on LOOP initialization errorQuinn Tran
2019-04-29scsi: qla2xxx: Fix a qla24xx_enable_msix() error pathBart Van Assche
2019-04-29scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche
2019-04-29scsi: qla2xxx: Silence Successful ELS IOCB messageHimanshu Madhani
2019-04-15scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-04-08scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche
2019-04-08scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-19scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp
2019-02-05scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop downSawan Chandak
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali
2019-01-11scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche
2018-09-11scsi: qla2xxx: Fix dropped srb resource.Quinn Tran
2018-09-11scsi: qla2xxx: Allow FC-NVMe underrun to be handled by transportDarren Trapp
2018-09-11scsi: qla2xxx: Fix deadlock between ATIO and HW lockQuinn Tran
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran
2018-07-19scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy
2018-04-09scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn
2018-04-09scsi: qla2xxx: correctly shift host byteJohannes Thumshirn
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp
2018-03-21scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche
2018-01-30scsi: qla2xxx: Avoid triggering undefined behavior in qla2x00_mbx_completion()Bart Van Assche
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran
2018-01-03scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran