summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_mr.c
AgeCommit message (Expand)Author
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche
2019-08-12scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche
2019-08-12scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche
2019-08-12scsi: qla2xxx: Complain if a mailbox command times outBart Van Assche
2019-08-12scsi: qla2xxx: Use strlcpy() instead of strncpy()Bart Van Assche
2019-08-12scsi: qla2xxx: Remove an include directive from qla_mr.cBart Van Assche
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche
2019-04-29scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio
2018-10-23scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche
2018-10-23scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche
2017-10-16scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig
2017-08-24scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.Joe Carnuccio
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-02-08qla2xxx: Fix wrong argument in sp done callbackQuinn Tran
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn
2016-04-15qla2xxx: Remove use of 'struct timeval'Tina Ruchandani
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche
2015-08-26qla2xxx: Report both rsp_info and rsp_info_lenBart Van Assche
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig
2014-09-25qla2xxx: Add FDMI-2 functionality.Himanshu Madhani
2014-09-25qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.Jan Kulich
2014-09-25qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().Joe Carnuccio
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-05-19qla2xxx: Adjust adapter reset routine to the changes in firmware specificatio...Armen Baloyan
2014-05-19qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.Atul Deshmukh
2014-05-19qla2xxx: Decrease pci access for response queue processing for ISPFX00.Armen Baloyan
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan
2014-05-19qla2xxx: Wait for reset completion without lock for ISPFX00.Saurav Kashyap
2014-03-15[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan
2014-03-15[SCSI] qla2xxx: Fix Task Management command asynchronous handlingArmen Baloyan
2014-03-15[SCSI] qla2xxx: Simplify the ISPFX00 interrupt handler code for ISPFX00.Saurav Kashyap
2014-03-15[SCSI] qla2xxx: Avoid poisoning in the response queue for ISPFX00.Saurav Kashyap
2014-03-15[SCSI] qla2xxx: Add changes in the IOCB structures to adjust driver source co...Armen Baloyan
2014-03-15[SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.Armen Baloyan
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis