aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-02scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche1-6/+6
2019-12-21scsi: qla2xxx: Fix stuck session in GNLQuinn Tran1-6/+15
2019-12-21scsi: qla2xxx: Fix stuck login session using prli_pend_timerQuinn Tran1-0/+1
2019-12-19scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar1-5/+6
2019-12-19scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-1/+1
2019-12-09scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov1-0/+1
2019-12-09scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov1-1/+0
2019-12-09scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov1-1/+0
2019-12-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran1-0/+1
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen1-13/+13
2019-09-30scsi: qla2xxx: remove redundant assignment to pointer hostColin Ian King1-1/+1
2019-09-23scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran1-0/+1
2019-09-23scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran1-13/+8
2019-09-23scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran1-0/+4
2019-08-12scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche1-5/+8
2019-08-12scsi: qla2xxx: Make qlt_handle_abts_completion() more robustBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-3/+1
2019-08-12scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()Bart Van Assche1-4/+2
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche1-82/+44
2019-08-12scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche1-2/+5
2019-08-12scsi: qla2xxx: Remove dead codeBart Van Assche1-3/+0
2019-08-12scsi: qla2xxx: Do not corrupt vha->plogi_ack_listBart Van Assche1-1/+3
2019-08-12scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche1-3/+1
2019-08-12scsi: qla2xxx: Remove two superfluous testsBart Van Assche1-3/+2
2019-08-12scsi: qla2xxx: Simplify qlt_lport_dump()Bart Van Assche1-15/+3
2019-08-12scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche1-6/+3
2019-08-12scsi: qla2xxx: Verify locking assumptions at runtimeBart Van Assche1-0/+8
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche1-2/+2
2019-08-12scsi: qla2xxx: Remove a superfluous forward declarationBart Van Assche1-2/+0
2019-08-07scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran1-1/+0
2019-07-30scsi: qla2xxx: Use Correct index for Q-Pair arrayQuinn Tran1-0/+2
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2019-06-27scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran1-8/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-10/+1
2019-04-29scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche1-6/+6
2019-04-29scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche1-17/+8
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-2/+1
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-25/+12
2019-04-29scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche1-0/+3
2019-04-29scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche1-4/+0
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche1-37/+4
2019-04-29scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche1-5/+2
2019-04-29scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche1-24/+2
2019-04-29scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche1-0/+3
2019-04-29scsi: qla2xxx: Fix a format specifierBart Van Assche1-1/+1
2019-04-29scsi: qla2xxx: Update two source code commentsBart Van Assche1-1/+1
2019-04-29scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran1-2/+2
2019-04-15scsi: qla2xxx: Remove two superfluous castsBart Van Assche1-3/+2
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+18