aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/qla2xxx/qla_mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-16scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-10/+10
2022-01-24scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-1/+3
2022-01-24scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner1-4/+3
2021-10-26scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran1-23/+0
2021-03-24scsi: qla2xxx: Suppress Coverity complaints about dseg_r*Bart Van Assche1-6/+6
2021-03-15scsi: qla2xxx: Fix a couple of misnamed functionsLee Jones1-2/+2
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-5/+4
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower caseBart Van Assche1-47/+47
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche1-13/+13
2020-05-07scsi: qla2xxx: Make qlafx00_process_aen() return voidJason Yan1-4/+1
2020-02-28scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche1-4/+4
2020-02-28scsi: qla2xxx: Fix sparse warnings triggered by the PCI state checking codeBart Van Assche1-3/+2
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-19scsi: qla2xxx: Use common routine to free fcport structQuinn Tran1-3/+3
2019-12-19scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-5/+5
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche1-0/+4
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche1-11/+2
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-3/+1
2019-08-12scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche1-2/+4
2019-08-12scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche1-5/+3
2019-08-12scsi: qla2xxx: Complain if a mailbox command times outBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Use strlcpy() instead of strncpy()Bart Van Assche1-14/+14
2019-08-12scsi: qla2xxx: Remove an include directive from qla_mr.cBart Van Assche1-1/+0
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-4/+4
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-39/+18
2019-04-29scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche1-3/+3
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+2
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez1-2/+5
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-22/+17
2018-10-23scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche1-8/+5
2018-10-23scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche1-1/+1
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche1-3/+3
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-2/+3
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-15/+21
2017-10-16scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig1-2/+1
2017-08-24scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.Joe Carnuccio1-3/+4
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-25/+23
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-25/+23
2017-02-08qla2xxx: Fix wrong argument in sp done callbackQuinn Tran1-3/+3
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-1/+1
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-2/+3
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-3/+7
2016-04-15qla2xxx: Remove use of 'struct timeval'Tina Ruchandani1-3/+2
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche1-3/+3
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-1/+1
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-7/+3
2015-08-26qla2xxx: Report both rsp_info and rsp_info_lenBart Van Assche1-2/+2