summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_target.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-05scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali1-2/+1
2023-07-23scsi: qla2xxx: Fix deletion race conditionQuinn Tran1-7/+7
2023-03-25scsi: qla2xxx: Refer directly to the qla2xxx_driver_templateBart Van Assche1-2/+1
2023-01-24scsi: qla2xxx: Simplify if condition evaluationDeepak R Varma1-2/+1
2023-01-12scsi: qla2xxx: Relocate/rename vp mapQuinn Tran1-95/+8
2022-11-26scsi: qla2xxx: Initialize vha->unknown_atio_[list, work] for NPIV hostsGleb Chesnokov1-0/+3
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-70/+3
2022-09-16scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()Rafael Mendonca1-1/+3
2022-09-01scsi: qla2xxx: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+1
2022-09-01scsi: qla2xxx: Always wait for qlt_sess_work_fn() from qlt_stop_phase1()Tetsuo Handa1-2/+2
2022-09-01scsi: qla2xxx: Remove unused qlt_tmr_work()Tetsuo Handa1-66/+0
2022-09-01scsi: qla2xxx: Remove unused del_sess_list fieldTetsuo Handa1-1/+0
2022-08-12scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XXTony Battersby1-8/+2
2022-06-08scsi: qla2xxx: edif: Wait for app to ack on sess downQuinn Tran1-16/+19
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+0
2022-06-02scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameterGleb Chesnokov1-7/+0
2022-05-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2022-05-03scsi: qla2xxx: Fix missed DMA unmap for aborted commandsGleb Chesnokov1-0/+3
2022-04-26scsi: qla2xxx: Remove free_sg command flagGleb Chesnokov1-2/+0
2022-02-12scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_tGleb Chesnokov1-20/+0
2022-01-25scsi: qla2xxx: Add devids and conditionals for 28xxJoe Carnuccio1-2/+1
2022-01-25scsi: qla2xxx: Fix warning for missing error codeNilesh Javali1-0/+1
2022-01-25scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-2/+2
2022-01-25scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner1-4/+2
2021-11-04Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen1-9/+5
2021-10-27scsi: qla2xxx: edif: Fix inconsistent check of db_flagsQuinn Tran1-1/+1
2021-10-27scsi: qla2xxx: edif: Flush stale events and msgs on session downQuinn Tran1-0/+1
2021-10-19scsi: qla2xxx: Fix unmap of already freed sglDmitry Bogdanov1-9/+5
2021-08-24scsi: qla2xxx: edif: Do secure PLOGI when auth app is presentQuinn Tran1-3/+1
2021-08-24scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran1-1/+52
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran1-5/+36
2021-07-27scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran1-0/+2
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-1/+60
2021-07-27scsi: qla2xxx: edif: Add extraction of auth_els from the wireQuinn Tran1-21/+15
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran1-4/+3
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2021-06-16scsi: qla2xxx: Use list_move_tail() instead of list_del()/list_add_tail()Baokun Li1-2/+1
2021-05-22scsi: target: qla2xxx: Wait for stop_phase1 at WWN removalDmitry Bogdanov1-0/+2
2021-04-06Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-8/+5
2021-03-30scsi: qla2xxx: Fix stuck sessionQuinn Tran1-1/+6
2021-03-25scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Bart Van Assche1-8/+5
2021-03-16scsi: qla2xxx: Fix a couple of misdocumented functionsLee Jones1-2/+2
2021-02-09scsi: qla2xxx: Simplify if statementJiapeng Chong1-2/+1
2020-12-09scsi: qla2xxx: Change post del message from debug level to log levelSaurav Kashyap1-1/+1
2020-11-05scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie1-0/+1
2020-11-05scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie1-10/+11
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+12
2020-09-30scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran1-6/+7
2020-09-23scsi: 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