aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-14/+14
2020-08-17Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran1-4/+0
2020-08-17Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"Saurav Kashyap1-8/+0
2020-08-17scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran1-0/+5
2020-08-17scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap1-0/+5
2020-08-17scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hbaArun Easi2-1/+10
2020-08-17scsi: qla2xxx: Allow ql2xextended_error_logging special value 1 to be set anytimeArun Easi1-0/+3
2020-08-17scsi: qla2xxx: Reduce noisy debug messageQuinn Tran1-2/+2
2020-08-17scsi: qla2xxx: Fix login timeoutQuinn Tran2-4/+16
2020-08-17scsi: qla2xxx: Indicate correct supported speeds for Mezz cardQuinn Tran1-5/+12
2020-08-17scsi: qla2xxx: Flush I/O on zone disableQuinn Tran1-1/+0
2020-08-17scsi: qla2xxx: Flush all sessions on zone disableQuinn Tran1-0/+12
2020-08-17scsi: qla2xxx: Use MBX_TOV_SECONDS for mailbox command timeout valuesEnzo Matsumiya1-7/+7
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-173/+494
2020-07-15scsi: qla2xxx: Address a set of sparse warningsShyam Sundar2-3/+3
2020-07-01scsi: qla2xxx: SAN congestion management implementationShyam Sundar8-33/+295
2020-07-01scsi: qla2xxx: Change in PUREX to handle FPIN ELS requestsShyam Sundar5-43/+132
2020-06-30scsi: qla2xxx: Introduce a function for computing the debug message prefixBart Van Assche1-64/+32
2020-06-30scsi: qla2xxx: Make qla2x00_restart_isp() easier to readBart Van Assche1-17/+22
2020-06-30scsi: qla2xxx: Fix a Coverity complaint in qla2100_fw_dump()Bart Van Assche2-1/+2
2020-06-30scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.handleBart Van Assche1-2/+2
2020-06-30scsi: qla2xxx: Remove a superfluous castBart Van Assche1-2/+1
2020-06-30scsi: qla2xxx: Initialize 'n' before using itBart Van Assche1-0/+1
2020-06-30scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to readBart Van Assche1-12/+7
2020-06-30scsi: qla2xxx: Remove the __packed annotation from struct fcp_hdr and fcp_hdr_leBart Van Assche1-2/+2
2020-06-30scsi: qla2xxx: Check the size of struct fcp_hdr at compile timeBart Van Assche1-0/+1
2020-06-26scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()Dan Carpenter1-1/+1
2020-06-23scsi: qla2xxx: Keep initiator ports after RSCNRoman Bolshakov1-1/+3
2020-06-23scsi: qla2xxx: Set NVMe status code for failed NVMe FCP requestDaniel Wagner1-1/+2
2020-06-15scsi: Fix trivial spellingKieran Bingham2-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
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