aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds27-2569/+2711
2020-05-26scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner1-4/+1
2020-05-26scsi: qla2xxx: Remove an unused functionBart Van Assche1-41/+0
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche14-319/+329
2020-05-19scsi: qla2xxx: Fix endianness annotations in header filesBart Van Assche9-1100/+1100
2020-05-19scsi: qla2xxx: Use make_handle() instead of open-coding itBart Van Assche1-5/+5
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche10-39/+39
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower caseBart Van Assche16-791/+790
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche8-32/+67
2020-05-19scsi: qla2xxx: Use register names instead of register offsetsBart Van Assche1-4/+4
2020-05-19scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expressionsBart Van Assche2-3/+2
2020-05-19scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche2-1/+3
2020-05-19scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicitBart Van Assche1-0/+1
2020-05-19scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche2-0/+72
2020-05-19scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche11-156/+71
2020-05-19scsi: qla2xxx: Fix spelling of a variable nameBart Van Assche2-3/+3
2020-05-11scsi: qla2xxx: Do not log message when reading port speed via sysfsEwan D. Milne1-3/+0
2020-05-07scsi: qla2xxx: Make qlafx00_process_aen() return voidJason Yan2-5/+2
2020-05-07scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan6-11/+11
2020-05-07scsi: qla2xxx: Use true, false for need_mpi_resetJason Yan1-2/+2
2020-05-07scsi: qla2xxx: Make qla_set_ini_mode() return voidJason Yan1-4/+1
2020-05-07scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko1-0/+2
2020-05-07scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko1-1/+6
2020-05-07scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko1-0/+1
2020-04-29scsi: qla2xxx: make 1-bit bit-fields unsigned intColin Ian King1-2/+2
2020-04-24scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran1-1/+1
2020-04-24scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi1-1/+1
2020-04-24scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi7-43/+186
2020-04-21scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck1-0/+3
2020-04-21scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck1-18/+14
2020-04-14scsi: qla2xxx: Use ARRAY_SIZE() instead of open-coding itBart Van Assche1-18/+18
2020-04-13scsi: qla2xxx: Split qla2x00_configure_local_loop()Bart Van Assche1-42/+50
2020-04-13scsi: qla2xxx: Fix regression warningsNilesh Javali4-6/+2
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-1/+0
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds23-1467/+2796
2020-03-26scsi: qla2xxx: Remove non functional codeDaniel Wagner1-23/+0
2020-03-17scsi: qla2xxx: Fix I/Os being passed down when FC device is being deletedArun Easi1-2/+2
2020-03-11scsi: qla2xxx: add ring buffer for tracing debug logsRajan Shanmugavelu1-3/+20
2020-02-28scsi: qla2xxx: Update driver version to 10.01.00.25-kHimanshu Madhani1-1/+1
2020-02-28scsi: qla2xxx: Set Nport ID for N2NQuinn Tran1-19/+23
2020-02-28scsi: qla2xxx: Handle NVME status iocb correctlyArun Easi1-8/+39
2020-02-28scsi: qla2xxx: Remove restriction of FC T10-PI and FC-NVMeQuinn Tran1-4/+0
2020-02-28scsi: qla2xxx: Serialize fc_port alloc in N2NQuinn Tran2-3/+3
2020-02-28scsi: qla2xxx: Fix NPIV instantiation after FW dumpQuinn Tran1-1/+1
2020-02-28scsi: qla2xxx: Fix RDP respond data formatQuinn Tran1-55/+47
2020-02-28scsi: qla2xxx: Force semaphore on flash validation failureQuinn Tran1-0/+16
2020-02-28scsi: qla2xxx: add more FW debug informationQuinn Tran1-6/+18
2020-02-28scsi: qla2xxx: Update BPM enablement semantics.Andrew Vasquez7-96/+98