summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_bsg.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Use QP lock to search for bsgQuinn Tran2024-07-101-39/+57
* scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmdsSaurav Kashyap2024-07-101-1/+1
* scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar2023-06-141-0/+2
* scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali2023-06-141-0/+4
* scsi: qla2xxx: Check if port is online before sending ELSShreyas Deodhar2023-01-111-4/+5
* scsi: qla2xxx: Add NVMe parameters support in Auxiliary Image StatusAnil Gurumurthy2022-09-011-2/+6
* scsi: qla2xxx: Fix sparse warning for dport_dataNilesh Javali2022-07-181-2/+2
* scsi: qla2xxx: Wind down adapter after PCIe errorQuinn Tran2022-06-161-1/+9
* scsi: qla2xxx: Add a new v2 dport diagnostic featureBikash Hazarika2022-06-161-0/+86
* scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap2022-01-241-2/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-0/+48
|\
| * scsi: qla2xxx: Add support for mailbox passthruBikash Hazarika2021-09-141-0/+48
* | scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Joy Gu2021-10-181-1/+1
|/
* scsi: qla2xxx: Fix use after free in debug codeDan Carpenter2021-08-051-2/+2
* scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran2021-07-271-4/+20
* scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran2021-07-271-24/+39
* scsi: qla2xxx: edif: Add start + stop bsgsQuinn Tran2021-07-271-0/+3
* scsi: qla2xxx: Reuse existing error handling pathChristophe JAILLET2021-04-131-2/+2
* scsi: qla2xxx: Fix use after free in bsgQuinn Tran2021-03-291-1/+2
* scsi: qla2xxx: Check kzalloc() return valueBart Van Assche2021-03-241-0/+4
* scsi: qla2xxx: Fix some memory corruptionDan Carpenter2021-01-261-1/+1
* scsi: qla2xxx: Implementation to get and manage host, target stats and initia...Saurav Kashyap2021-01-131-0/+342
* scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* scsi: qla2xxx: Remove a superfluous castBart Van Assche2020-06-301-2/+1
* scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-191-2/+2
* scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche2020-05-191-2/+2
* scsi: qla2xxx: Return appropriate failure through BSG InterfaceMichael Hernandez2020-02-281-2/+7
* scsi: qla2xxx: Use correct ISP28xx active FW regionQuinn Tran2020-02-241-1/+1
* scsi: qla2xxx: Correction to selection of loopback/echo testJoe Carnuccio2020-02-241-5/+6
* scsi: qla2xxx: Move free of fcport out of interrupt contextJoe Carnuccio2020-02-211-2/+12
* scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche2020-01-021-1/+1
* scsi: qla2xxx: Use common routine to free fcport structQuinn Tran2019-12-191-4/+5
* scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani2019-12-091-1/+1
* scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke2019-10-181-3/+3
* scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-121-6/+2
* scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche2019-08-121-6/+5
* scsi: qla2xxx: Fix DMA unmap leakHimanshu Madhani2019-07-301-0/+4
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-6/+4
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+5
* scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-081-1/+1
* scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi2019-03-191-1/+1
* scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi2019-03-191-1/+1
* scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio2019-03-191-0/+42
* scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio2019-03-191-2/+1
* scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio2019-03-191-3/+3
* scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio2019-03-191-5/+7
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* scsi: qla2xxx: Reject bsg request if chip is down.Quinn Tran2018-09-111-1/+1
* scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder2018-02-221-2/+1
* scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-041-6/+3