aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-09scsi: qla2xxx: Change post del message from debug level to log levelSaurav Kashyap1-1/+1
2020-11-04scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie1-0/+1
2020-11-04scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie1-10/+11
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+12
2020-09-29scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran1-6/+7
2020-09-22scsi: qla2xxx: Setup debugfs entries for remote portsArun Easi1-0/+2
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-1/+1
2020-09-02scsi: qla2xxx: Fix the return valueXianting Tian1-1/+1
2020-08-24scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()Tianjia Zhang1-1/+1
2020-08-24scsi: qla2xxx: Remove redundant variable initializationTianjia Zhang1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-17scsi: qla2xxx: Fix login timeoutQuinn Tran1-1/+1
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-42/+44
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower caseBart Van Assche1-5/+5
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche1-2/+2
2020-05-07scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko1-1/+6
2020-02-28scsi: qla2xxx: Fix FCP-SCSI FC4 flag passing errorQuinn Tran1-2/+2
2020-02-28scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche1-3/+3
2020-02-10scsi: tcm_qla2xxx: Make qlt_alloc_qfull_cmd() set cmd->se_cmd.map_tagBart Van Assche1-22/+6
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