index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_target.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
scsi: qla2xxx: Fix command flush on cable pull
Quinn Tran
2024-03-10
1
-0
/
+10
*
scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()
Nilesh Javali
2023-09-05
1
-2
/
+1
*
scsi: qla2xxx: Fix deletion race condition
Quinn Tran
2023-07-23
1
-7
/
+7
*
scsi: qla2xxx: Refer directly to the qla2xxx_driver_template
Bart Van Assche
2023-03-25
1
-2
/
+1
*
scsi: qla2xxx: Simplify if condition evaluation
Deepak R Varma
2023-01-24
1
-2
/
+1
*
scsi: qla2xxx: Relocate/rename vp map
Quinn Tran
2023-01-12
1
-95
/
+8
*
scsi: qla2xxx: Initialize vha->unknown_atio_[list, work] for NPIV hosts
Gleb Chesnokov
2022-11-26
1
-0
/
+3
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-10-07
1
-70
/
+3
|
\
|
*
scsi: qla2xxx: Avoid flush_scheduled_work() usage
Tetsuo Handa
2022-09-01
1
-1
/
+1
|
*
scsi: qla2xxx: Always wait for qlt_sess_work_fn() from qlt_stop_phase1()
Tetsuo Handa
2022-09-01
1
-2
/
+2
|
*
scsi: qla2xxx: Remove unused qlt_tmr_work()
Tetsuo Handa
2022-09-01
1
-66
/
+0
|
*
scsi: qla2xxx: Remove unused del_sess_list field
Tetsuo Handa
2022-09-01
1
-1
/
+0
*
|
scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
Rafael Mendonca
2022-09-16
1
-1
/
+3
*
|
scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XX
Tony Battersby
2022-08-12
1
-8
/
+2
|
/
*
scsi: qla2xxx: edif: Wait for app to ack on sess down
Quinn Tran
2022-06-08
1
-16
/
+19
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-06-05
1
-7
/
+0
|
\
|
*
scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameter
Gleb Chesnokov
2022-06-02
1
-7
/
+0
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-05-26
1
-2
/
+0
|
\
|
|
*
scsi: qla2xxx: Remove free_sg command flag
Gleb Chesnokov
2022-04-26
1
-2
/
+0
*
|
scsi: qla2xxx: Fix missed DMA unmap for aborted commands
Gleb Chesnokov
2022-05-03
1
-0
/
+3
|
/
*
scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_t
Gleb Chesnokov
2022-02-11
1
-20
/
+0
*
scsi: qla2xxx: Add devids and conditionals for 28xx
Joe Carnuccio
2022-01-25
1
-2
/
+1
*
scsi: qla2xxx: Fix warning for missing error code
Nilesh Javali
2022-01-25
1
-0
/
+1
*
scsi: qla2xxx: Implement ref count for SRB
Saurav Kashyap
2022-01-25
1
-2
/
+2
*
scsi: qla2xxx: Refactor asynchronous command initialization
Daniel Wagner
2022-01-25
1
-4
/
+2
*
Merge branch '5.15/scsi-fixes' into 5.16/scsi-queue
Martin K. Petersen
2021-11-04
1
-9
/
+5
|
\
|
*
scsi: qla2xxx: Fix unmap of already freed sgl
Dmitry Bogdanov
2021-10-19
1
-9
/
+5
*
|
scsi: qla2xxx: edif: Fix inconsistent check of db_flags
Quinn Tran
2021-10-27
1
-1
/
+1
*
|
scsi: qla2xxx: edif: Flush stale events and msgs on session down
Quinn Tran
2021-10-27
1
-0
/
+1
|
/
*
scsi: qla2xxx: edif: Do secure PLOGI when auth app is present
Quinn Tran
2021-08-24
1
-3
/
+1
*
scsi: qla2xxx: edif: Add N2N support for EDIF
Quinn Tran
2021-08-24
1
-1
/
+52
*
scsi: qla2xxx: edif: Add encryption to I/O path
Quinn Tran
2021-07-27
1
-5
/
+36
*
scsi: qla2xxx: edif: Add doorbell notification for app
Quinn Tran
2021-07-27
1
-0
/
+2
*
scsi: qla2xxx: edif: Add detection of secure device
Quinn Tran
2021-07-27
1
-1
/
+60
*
scsi: qla2xxx: edif: Add extraction of auth_els from the wire
Quinn Tran
2021-07-27
1
-21
/
+15
*
scsi: qla2xxx: edif: Add send, receive, and accept for auth_els
Quinn Tran
2021-07-27
1
-4
/
+3
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-07-03
1
-2
/
+1
|
\
|
*
scsi: qla2xxx: Use list_move_tail() instead of list_del()/list_add_tail()
Baokun Li
2021-06-16
1
-2
/
+1
*
|
scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal
Dmitry Bogdanov
2021-05-22
1
-0
/
+2
|
/
*
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-06
1
-8
/
+5
|
\
|
*
scsi: Revert "qla2xxx: Make sure that aborted commands are freed"
Bart Van Assche
2021-03-25
1
-8
/
+5
*
|
scsi: qla2xxx: Fix stuck session
Quinn Tran
2021-03-30
1
-1
/
+6
*
|
scsi: qla2xxx: Fix a couple of misdocumented functions
Lee Jones
2021-03-16
1
-2
/
+2
|
/
*
scsi: qla2xxx: Simplify if statement
Jiapeng Chong
2021-02-09
1
-2
/
+1
*
scsi: qla2xxx: Change post del message from debug level to log level
Saurav Kashyap
2020-12-09
1
-1
/
+1
*
scsi: qla2xxx: Move sess cmd list/lock to driver
Mike Christie
2020-11-05
1
-0
/
+1
*
scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAG
Mike Christie
2020-11-05
1
-10
/
+11
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-10-15
1
-9
/
+12
|
\
|
*
scsi: qla2xxx: Fix crash on session cleanup with unload
Quinn Tran
2020-09-30
1
-6
/
+7
[next]