| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: qla2xxx: Avoid possible run-time warning with long model_num | Kees Cook | 2024-04-25 | 1 | -4/+2 |
* | scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy() | Azeem Shaikh | 2023-05-16 | 1 | -10/+10 |
* | scsi: qla2xxx: Implement ref count for SRB | Saurav Kashyap | 2022-01-24 | 1 | -1/+3 |
* | scsi: qla2xxx: Refactor asynchronous command initialization | Daniel Wagner | 2022-01-24 | 1 | -4/+3 |
* | scsi: qla2xxx: Turn off target reset during issue_lip | Quinn Tran | 2021-10-26 | 1 | -23/+0 |
* | scsi: qla2xxx: Suppress Coverity complaints about dseg_r* | Bart Van Assche | 2021-03-24 | 1 | -6/+6 |
* | scsi: qla2xxx: Fix a couple of misnamed functions | Lee Jones | 2021-03-15 | 1 | -2/+2 |
* | scsi/qla2xxx: Convert to SPDX license identifiers | Thomas Gleixner | 2020-09-16 | 1 | -2/+1 |
* | scsi: qla2xxx: Fix endianness annotations in source files | Bart Van Assche | 2020-05-19 | 1 | -5/+4 |
* | scsi: qla2xxx: Cast explicitly to uint16_t / uint32_t | Bart Van Assche | 2020-05-19 | 1 | -2/+2 |
* | scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo... | Bart Van Assche | 2020-05-19 | 1 | -47/+47 |
* | scsi: qla2xxx: Fix the code that reads from mailbox registers | Bart Van Assche | 2020-05-19 | 1 | -13/+13 |
* | scsi: qla2xxx: Make qlafx00_process_aen() return void | Jason Yan | 2020-05-07 | 1 | -4/+1 |
* | scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline function | Bart Van Assche | 2020-02-28 | 1 | -4/+4 |
* | scsi: qla2xxx: Fix sparse warnings triggered by the PCI state checking code | Bart Van Assche | 2020-02-28 | 1 | -3/+2 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-01-29 | 1 | -8/+8 |
|\ |
|
| * | scsi: qla2xxx: Use common routine to free fcport struct | Quinn Tran | 2019-12-19 | 1 | -3/+3 |
| * | scsi: qla2xxx: Remove defer flag to indicate immeadiate port loss | Himanshu Madhani | 2019-12-19 | 1 | -5/+5 |
* | | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -2/+2 |
|/ |
|
* | scsi: qla2xxx: Complain if sp->done() is not called from the completion path | Bart Van Assche | 2019-08-12 | 1 | -0/+4 |
* | scsi: qla2xxx: Introduce qla2xxx_get_next_handle() | Bart Van Assche | 2019-08-12 | 1 | -11/+2 |
* | scsi: qla2xxx: Enable type checking for the SRB free and done callback functions | Bart Van Assche | 2019-08-12 | 1 | -3/+1 |
* | scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy() | Bart Van Assche | 2019-08-12 | 1 | -2/+4 |
* | scsi: qla2xxx: Check the PCI info string output buffer size | Bart Van Assche | 2019-08-12 | 1 | -5/+3 |
* | scsi: qla2xxx: Complain if a mailbox command times out | Bart Van Assche | 2019-08-12 | 1 | -1/+2 |
* | scsi: qla2xxx: Use strlcpy() instead of strncpy() | Bart Van Assche | 2019-08-12 | 1 | -14/+14 |
* | scsi: qla2xxx: Remove an include directive from qla_mr.c | Bart Van Assche | 2019-08-12 | 1 | -1/+0 |
* | scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to... | Bart Van Assche | 2019-04-29 | 1 | -4/+4 |
* | scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures | Bart Van Assche | 2019-04-29 | 1 | -39/+18 |
* | scsi: qla2xxx: Log the status code if a firmware command fails | Bart Van Assche | 2019-04-29 | 1 | -3/+3 |
* | scsi: qla2xxx: Leave a blank line after declarations | Bart Van Assche | 2019-04-15 | 1 | -0/+2 |
* | scsi: qla2xxx: Secure flash update support for ISP28XX | Michael Hernandez | 2019-03-19 | 1 | -2/+5 |
* | scsi: qla2xxx: Cleanups for NVRAM/Flash read/write path | Joe Carnuccio | 2019-03-19 | 1 | -22/+17 |
* | scsi: qla2xxx: Remove two arguments from qlafx00_error_entry() | Bart Van Assche | 2018-10-23 | 1 | -8/+5 |
* | scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res' | Bart Van Assche | 2018-10-23 | 1 | -1/+1 |
* | scsi: qla2xxx: Improve several kernel-doc headers | Bart Van Assche | 2018-10-23 | 1 | -3/+3 |
* | scsi: qla2xxx: Fix race condition between iocb timeout and initialisation | Ben Hutchings | 2018-04-09 | 1 | -2/+3 |
* | scsi: qla2xxx: Fix function argument descriptions | Bart Van Assche | 2018-02-12 | 1 | -15/+21 |
* | scsi: qla2xxx: don't break the bsg-lib abstractions | Christoph Hellwig | 2017-10-16 | 1 | -2/+1 |
* | scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference. | Joe Carnuccio | 2017-08-24 | 1 | -3/+4 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-03-02 | 1 | -25/+23 |
|\ |
|
| * | qla2xxx: Simplify usage of SRB structure in driver | Joe Carnuccio | 2017-02-09 | 1 | -25/+23 |
| * | qla2xxx: Fix wrong argument in sp done callback | Quinn Tran | 2017-02-08 | 1 | -3/+3 |
* | | block: split scsi_request out of struct request | Christoph Hellwig | 2017-01-27 | 1 | -1/+1 |
|/ |
|
* | scsi: change FC drivers to use 'struct bsg_job' | Johannes Thumshirn | 2016-11-17 | 1 | -2/+3 |
* | scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly | Johannes Thumshirn | 2016-11-17 | 1 | -3/+7 |
* | qla2xxx: Remove use of 'struct timeval' | Tina Ruchandani | 2016-04-15 | 1 | -3/+2 |
* | qla2xxx: Fix sparse annotations | Bart Van Assche | 2015-08-26 | 1 | -3/+3 |
* | qla2xxx: Remove __constant_ prefix | Bart Van Assche | 2015-08-26 | 1 | -1/+1 |
* | qla2xxx: Remove set-but-not-used variables | Bart Van Assche | 2015-08-26 | 1 | -7/+3 |