summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_bsg.c
AgeCommit message (Expand)Author
2021-10-27scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Joy Gu
2021-04-13scsi: qla2xxx: Reuse existing error handling pathChristophe JAILLET
2021-03-29scsi: qla2xxx: Fix use after free in bsgQuinn Tran
2021-03-24scsi: qla2xxx: Check kzalloc() return valueBart Van Assche
2021-01-26scsi: qla2xxx: Fix some memory corruptionDan Carpenter
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initia...Saurav Kashyap
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner
2020-06-30scsi: qla2xxx: Remove a superfluous castBart Van Assche
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche
2020-02-28scsi: qla2xxx: Return appropriate failure through BSG InterfaceMichael Hernandez
2020-02-24scsi: qla2xxx: Use correct ISP28xx active FW regionQuinn Tran
2020-02-24scsi: qla2xxx: Correction to selection of loopback/echo testJoe Carnuccio
2020-02-21scsi: qla2xxx: Move free of fcport out of interrupt contextJoe Carnuccio
2020-01-02scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche
2019-12-19scsi: qla2xxx: Use common routine to free fcport structQuinn Tran
2019-12-09scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani
2019-10-18scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche
2019-08-12scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche
2019-07-30scsi: qla2xxx: Fix DMA unmap leakHimanshu Madhani
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche
2019-03-19scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi
2019-03-19scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-09-11scsi: qla2xxx: Reject bsg request if chip is down.Quinn Tran
2018-02-22scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha
2017-10-16scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig
2017-09-25scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"Thomas Meyer
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran
2017-05-24scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBCJoe Carnuccio
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-04scsi: qla2xxx: Fix typo in driverMilan P Gandhi
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn