aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)Author
2020-10-29scsi: qla2xxx: Warn if done() or free() are called on an already freed srbDaniel Wagner
2020-10-29scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba()Tianjia Zhang
2020-10-29scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()Tianjia Zhang
2020-10-29scsi: qla2xxx: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET
2020-09-17scsi: qla2xxx: Fix regression on sparc64René Rebe
2020-09-03Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"Saurav Kashyap
2020-09-03scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran
2020-09-03scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap
2020-09-03scsi: qla2xxx: Fix login timeoutQuinn Tran
2020-09-03scsi: qla2xxx: Indicate correct supported speeds for Mezz cardQuinn Tran
2020-09-03scsi: qla2xxx: Flush I/O on zone disableQuinn Tran
2020-09-03scsi: qla2xxx: Flush all sessions on zone disableQuinn Tran
2020-08-26Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran
2020-08-19scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...Bart Van Assche
2020-06-26scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()Dan Carpenter
2020-06-23scsi: qla2xxx: Keep initiator ports after RSCNRoman Bolshakov
2020-06-23scsi: qla2xxx: Set NVMe status code for failed NVMe FCP requestDaniel Wagner
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-05-26scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner
2020-05-26scsi: qla2xxx: Remove an unused functionBart Van Assche
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche
2020-05-19scsi: qla2xxx: Fix endianness annotations in header filesBart Van Assche
2020-05-19scsi: qla2xxx: Use make_handle() instead of open-coding itBart Van Assche
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche
2020-05-19scsi: qla2xxx: Use register names instead of register offsetsBart Van Assche
2020-05-19scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expr...Bart Van Assche
2020-05-19scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche
2020-05-19scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicitBart Van Assche
2020-05-19scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche
2020-05-19scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche
2020-05-19scsi: qla2xxx: Fix spelling of a variable nameBart Van Assche
2020-05-11scsi: qla2xxx: Do not log message when reading port speed via sysfsEwan D. Milne
2020-05-07scsi: qla2xxx: Make qlafx00_process_aen() return voidJason Yan
2020-05-07scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan
2020-05-07scsi: qla2xxx: Use true, false for need_mpi_resetJason Yan
2020-05-07scsi: qla2xxx: Make qla_set_ini_mode() return voidJason Yan
2020-05-07scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko
2020-05-07scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko
2020-05-07scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko
2020-04-29scsi: qla2xxx: make 1-bit bit-fields unsigned intColin Ian King
2020-04-24scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran
2020-04-24scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi
2020-04-24scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi
2020-04-21scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck
2020-04-21scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck
2020-04-14scsi: qla2xxx: Use ARRAY_SIZE() instead of open-coding itBart Van Assche