summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_mr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-161-10/+10
* scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap2022-01-241-1/+3
* scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner2022-01-241-4/+3
* scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran2021-10-261-23/+0
* scsi: qla2xxx: Suppress Coverity complaints about dseg_r*Bart Van Assche2021-03-241-6/+6
* scsi: qla2xxx: Fix a couple of misnamed functionsLee Jones2021-03-151-2/+2
* scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-191-5/+4
* scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche2020-05-191-2/+2
* scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche2020-05-191-47/+47
* scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche2020-05-191-13/+13
* scsi: qla2xxx: Make qlafx00_process_aen() return voidJason Yan2020-05-071-4/+1
* scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche2020-02-281-4/+4
* scsi: qla2xxx: Fix sparse warnings triggered by the PCI state checking codeBart Van Assche2020-02-281-3/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-8/+8
|\
| * scsi: qla2xxx: Use common routine to free fcport structQuinn Tran2019-12-191-3/+3
| * scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani2019-12-191-5/+5
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
|/
* scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche2019-08-121-0/+4
* scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche2019-08-121-11/+2
* scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-121-3/+1
* scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche2019-08-121-2/+4
* scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche2019-08-121-5/+3
* scsi: qla2xxx: Complain if a mailbox command times outBart Van Assche2019-08-121-1/+2
* scsi: qla2xxx: Use strlcpy() instead of strncpy()Bart Van Assche2019-08-121-14/+14
* scsi: qla2xxx: Remove an include directive from qla_mr.cBart Van Assche2019-08-121-1/+0
* scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-291-4/+4
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-39/+18
* scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche2019-04-291-3/+3
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+2
* scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez2019-03-191-2/+5
* scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio2019-03-191-22/+17
* scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche2018-10-231-8/+5
* scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche2018-10-231-1/+1
* scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-231-3/+3
* scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings2018-04-091-2/+3
* scsi: qla2xxx: Fix function argument descriptionsBart Van Assche2018-02-121-15/+21
* scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig2017-10-161-2/+1
* scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.Joe Carnuccio2017-08-241-3/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-25/+23
|\
| * qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-091-25/+23
| * qla2xxx: Fix wrong argument in sp done callbackQuinn Tran2017-02-081-3/+3
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-1/+1
|/
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-171-2/+3
* scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-171-3/+7
* qla2xxx: Remove use of 'struct timeval'Tina Ruchandani2016-04-151-3/+2
* qla2xxx: Fix sparse annotationsBart Van Assche2015-08-261-3/+3
* qla2xxx: Remove __constant_ prefixBart Van Assche2015-08-261-1/+1
* qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-261-7/+3
* qla2xxx: Report both rsp_info and rsp_info_lenBart Van Assche2015-08-261-2/+2