summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov2019-12-091-0/+1
* scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov2019-12-091-1/+0
* scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov2019-12-091-1/+0
* scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran2019-12-091-0/+1
* Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-091-13/+13
|\
| * scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran2019-09-231-0/+1
| * scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran2019-09-231-13/+8
| * scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran2019-09-231-0/+4
* | scsi: qla2xxx: remove redundant assignment to pointer hostColin Ian King2019-09-301-1/+1
|/
* scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche2019-08-121-5/+8
* scsi: qla2xxx: Make qlt_handle_abts_completion() more robustBart Van Assche2019-08-121-1/+1
* scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-121-3/+1
* scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()Bart Van Assche2019-08-121-4/+2
* scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche2019-08-121-82/+44
* scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche2019-08-121-2/+5
* scsi: qla2xxx: Remove dead codeBart Van Assche2019-08-121-3/+0
* scsi: qla2xxx: Do not corrupt vha->plogi_ack_listBart Van Assche2019-08-121-1/+3
* scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche2019-08-121-3/+1
* scsi: qla2xxx: Remove two superfluous testsBart Van Assche2019-08-121-3/+2
* scsi: qla2xxx: Simplify qlt_lport_dump()Bart Van Assche2019-08-121-15/+3
* scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche2019-08-121-6/+3
* scsi: qla2xxx: Verify locking assumptions at runtimeBart Van Assche2019-08-121-0/+8
* scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche2019-08-121-2/+2
* scsi: qla2xxx: Remove a superfluous forward declarationBart Van Assche2019-08-121-2/+0
* scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran2019-08-071-1/+0
* scsi: qla2xxx: Use Correct index for Q-Pair arrayQuinn Tran2019-07-301-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-8/+8
|\
| * scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran2019-06-271-8/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-10/+1
|/
* 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-291-17/+8
* scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-291-2/+1
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-25/+12
* scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche2019-04-291-0/+3
* scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche2019-04-291-4/+0
* scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche2019-04-291-37/+4
* scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche2019-04-291-5/+2
* scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche2019-04-291-24/+2
* scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche2019-04-291-0/+3
* scsi: qla2xxx: Fix a format specifierBart Van Assche2019-04-291-1/+1
* scsi: qla2xxx: Update two source code commentsBart Van Assche2019-04-291-1/+1
* scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran2019-04-291-2/+2
* scsi: qla2xxx: Remove two superfluous castsBart Van Assche2019-04-151-3/+2
* scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-151-1/+1
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+18
* scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio2019-03-191-3/+4
* scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King2019-02-191-5/+1
* scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja2019-02-191-4/+4
* scsi: qla2xxx: allow session delete to finish before create.Quinn Tran2019-02-051-0/+3
* scsi: qla2xxx: flush IO on chip reset or sess deleteQuinn Tran2019-02-051-6/+3