aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-02scsi: qla2xxx: Improve readability of the code that handles qla_flt_headerBart Van Assche1-1/+1
2019-12-21scsi: qla2xxx: Fix stuck login session using prli_pend_timerQuinn Tran1-0/+5
2019-12-19scsi: qla2xxx: Cleanup unused async_logout_doneShyam Sundar1-1/+0
2019-12-19scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar1-0/+14
2019-12-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran1-0/+1
2019-11-08scsi: qla2xxx: don't use zero for FC4_PRIORITY_NVMEMartin Wilck1-2/+4
2019-11-08scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran1-1/+4
2019-11-08scsi: qla2xxx: Do command completion on abort timeoutQuinn Tran1-0/+1
2019-10-09scsi: qla2xxx: Dual FCP-NVMe target port supportMichael Hernandez1-2/+24
2019-09-23scsi: qla2xxx: Fix N2N link resetQuinn Tran1-1/+2
2019-09-23scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran1-0/+1
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche1-17/+0
2019-08-12scsi: qla2xxx: Report invalid mailbox status codesBart Van Assche1-0/+5
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context pointerBart Van Assche1-2/+2
2019-08-12scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI commandBart Van Assche1-1/+0
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-2/+12
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche1-6/+65
2019-08-12scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche1-2/+2
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche1-5/+5
2019-08-07scsi: qla2xxx: Fix premature timer expirationQuinn Tran1-0/+1
2019-07-30scsi: qla2xxx: Fix abort timeout race condition.Quinn Tran1-0/+1
2019-06-27scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran1-1/+0
2019-06-27scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race conditionQuinn Tran1-0/+3
2019-06-27scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi1-1/+0
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-3/+3
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-45/+13
2019-04-29scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche1-1/+0
2019-04-29scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche1-7/+1
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche1-1/+1
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-1/+4
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali1-1/+1
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran1-0/+1
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez1-2/+29
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio1-18/+45
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio1-4/+4
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio1-4/+5
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-1/+1
2019-03-19scsi: qla2xxx: Correctly report max/min supported speedsJoe Carnuccio1-3/+4
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio1-1/+3
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-18/+44
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+42
2019-02-19scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy1-0/+6
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp1-0/+4
2019-02-05scsi: qla2xxx: Change default ZIO threshold.Quinn Tran1-1/+1
2019-02-01scsi: qla2xxx: Add new FC-NVMe enable BIT to enable FC-NVMe featureGiridhar Malavali1-0/+3
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-0/+28
2019-01-11scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei1-0/+2