summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran2019-06-274-21/+12Star
* scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race conditionQuinn Tran2019-06-273-50/+117
* scsi: qla2xxx: on session delete, return nvme cmdQuinn Tran2019-06-271-9/+19
* scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi2019-06-274-30/+10Star
* scsi: qla2xxx: remove double assignment in qla2x00_update_fcportEnzo Matsumiya2019-06-191-1/+0Star
* scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...Bart Van Assche2019-04-291-1/+2
* scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche2019-04-291-6/+6
* scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche2019-04-292-19/+8Star
* scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche2019-04-292-24/+7Star
* scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-2911-92/+65Star
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-2913-345/+221Star
* scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche2019-04-292-0/+27
* scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche2019-04-291-4/+4
* scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche2019-04-294-131/+55Star
* scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche2019-04-293-4/+8
* scsi: qla2xxx: Make qla24xx_async_abort_cmd() staticBart Van Assche2019-04-292-77/+73Star
* scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche2019-04-292-13/+1Star
* scsi: qla2xxx: Remove qla_tgt_cmd.releasedBart Van Assche2019-04-292-15/+1Star
* scsi: qla2xxx: Complain if a command is released that is owned by the firmwareBart Van Assche2019-04-291-9/+4Star
* scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche2019-04-294-48/+16Star
* scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()Bart Van Assche2019-04-291-0/+2
* scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche2019-04-291-5/+2Star
* scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche2019-04-291-24/+2Star
* scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()Bart Van Assche2019-04-291-18/+20
* scsi: qla2xxx: Fix a qla24xx_enable_msix() error pathBart Van Assche2019-04-291-1/+5
* scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twiceBart Van Assche2019-04-291-0/+3
* scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche2019-04-292-34/+30Star
* scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche2019-04-293-6/+6
* scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche2019-04-292-5/+5
* scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport...Bart Van Assche2019-04-291-2/+3
* scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche2019-04-291-4/+3Star
* scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche2019-04-293-12/+12
* scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.cBart Van Assche2019-04-292-11/+11
* scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.cBart Van Assche2019-04-293-12/+13
* scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche2019-04-291-2/+0Star
* scsi: qla2xxx: Declare qla2x00_find_new_loop_id() staticBart Van Assche2019-04-292-51/+43Star
* scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definitionBart Van Assche2019-04-292-14/+13Star
* scsi: qla2xxx: Fix a format specifierBart Van Assche2019-04-291-1/+1
* scsi: qla2xxx: Update two source code commentsBart Van Assche2019-04-292-2/+2
* scsi: qla2xxx: Silence Successful ELS IOCB messageHimanshu Madhani2019-04-291-1/+1
* scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran2019-04-291-2/+2
* scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()Himanshu Madhani2019-04-161-15/+1Star
* scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche2019-04-163-19/+18Star
* scsi: qla2xxx: Remove two superfluous castsBart Van Assche2019-04-161-3/+2Star
* scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche2019-04-162-4/+0Star
* scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche2019-04-162-1/+2
* scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche2019-04-162-3/+1Star
* scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche2019-04-162-7/+9
* scsi: qla2xxx: Insert spaces where requiredBart Van Assche2019-04-169-23/+23
* scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-165-6/+6