aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c
AgeCommit message (Expand)Author
2022-04-15scsi: qla2xxx: Add devids and conditionals for 28xxJoe Carnuccio
2022-04-15scsi: qla2xxx: Fix warning for missing error codeNilesh Javali
2021-11-17scsi: qla2xxx: Fix unmap of already freed sglDmitry Bogdanov
2021-06-16scsi: target: qla2xxx: Wait for stop_phase1 at WWN removalDmitry Bogdanov
2021-04-21scsi: qla2xxx: Fix stuck login session using prli_pend_timerQuinn Tran
2021-04-21scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar
2021-04-21Revert "scsi: qla2xxx: Fix stuck login session using prli_pend_timer"Sasha Levin
2021-03-30scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Bart Van Assche
2020-11-05scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran
2020-10-29scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()Tianjia Zhang
2020-10-01scsi: qla2xxx: Fix stuck session in GNLQuinn Tran
2020-09-03scsi: qla2xxx: Fix login timeoutQuinn Tran
2020-02-11scsi: qla2xxx: Fix stuck login session using prli_pend_timerQuinn Tran
2020-01-09scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov
2020-01-09scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov
2020-01-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran
2019-12-21scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov
2019-09-23scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran
2019-09-23scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran
2019-09-23scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran
2019-08-12scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche
2019-08-12scsi: qla2xxx: Make qlt_handle_abts_completion() more robustBart Van Assche
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche
2019-08-12scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()Bart Van Assche
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche
2019-08-12scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche
2019-08-12scsi: qla2xxx: Remove dead codeBart Van Assche
2019-08-12scsi: qla2xxx: Do not corrupt vha->plogi_ack_listBart Van Assche
2019-08-12scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche
2019-08-12scsi: qla2xxx: Remove two superfluous testsBart Van Assche
2019-08-12scsi: qla2xxx: Simplify qlt_lport_dump()Bart Van Assche
2019-08-12scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche
2019-08-12scsi: qla2xxx: Verify locking assumptions at runtimeBart Van Assche
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche
2019-08-12scsi: qla2xxx: Remove a superfluous forward declarationBart Van Assche
2019-08-07scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran
2019-07-30scsi: qla2xxx: Use Correct index for Q-Pair arrayQuinn Tran
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-27scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-04-29scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche
2019-04-29scsi: qla2xxx: Fix hardirq-unsafe lockingBart 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: Check the size of firmware data structures at compile timeBart Van Assche
2019-04-29scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche
2019-04-29scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche
2019-04-29scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche
2019-04-29scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche