index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_mid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
scsi: qla2xxx: During vport delete send async logout explicitly
Manish Rangankar
1
-1
/
+1
2023-03-24
scsi: qla2xxx: Declare SCSI host template const
Bart Van Assche
1
-1
/
+1
2023-01-18
scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() static
Tom Rix
1
-2
/
+2
2023-01-18
scsi: qla2xxx: Fix printk() format string
Arnd Bergmann
1
-1
/
+1
2023-01-11
scsi: qla2xxx: edif: Reduce memory usage during low I/O
Quinn Tran
1
-0
/
+94
2023-01-11
scsi: qla2xxx: edif: Fix performance dip due to lock contention
Quinn Tran
1
-0
/
+116
2023-01-11
scsi: qla2xxx: Relocate/rename vp map
Quinn Tran
1
-4
/
+79
2023-01-11
scsi: qla2xxx: Remove dead code
Quinn Tran
1
-9
/
+0
2022-06-07
scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication application
Quinn Tran
1
-1
/
+5
2022-06-01
scsi: qla2xxx: Remove setting of 'req' and 'rsp' parameters
Tom Rix
1
-2
/
+0
2022-01-24
scsi: qla2xxx: Implement ref count for SRB
Saurav Kashyap
1
-1
/
+3
2022-01-24
scsi: qla2xxx: Refactor asynchronous command initialization
Daniel Wagner
1
-3
/
+2
2021-08-11
scsi: qla2xxx: Fix unsafe removal from linked list
Quinn Tran
1
-17
/
+25
2021-07-27
scsi: qla2xxx: edif: Add detection of secure device
Quinn Tran
1
-1
/
+6
2020-10-14
Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...
Linus Torvalds
1
-2
/
+1
2020-09-22
scsi: qla2xxx: Performance tweak
Quinn Tran
1
-3
/
+1
2020-09-16
scsi/qla2xxx: Convert to SPDX license identifiers
Thomas Gleixner
1
-2
/
+1
2020-05-19
scsi: qla2xxx: Cast explicitly to uint16_t / uint32_t
Bart Van Assche
1
-2
/
+2
2020-02-28
scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPs
Andrew Vasquez
1
-1
/
+2
2020-02-24
scsi: qla2xxx: Add deferred queue for processing ABTS and RDP
Joe Carnuccio
1
-0
/
+7
2020-02-24
scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDP
Joe Carnuccio
1
-0
/
+3
2019-12-19
scsi: qla2xxx: Remove defer flag to indicate immeadiate port loss
Himanshu Madhani
1
-3
/
+3
2019-12-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+4
2019-11-08
scsi: qla2xxx: Fix SRB leak on switch command timeout
Quinn Tran
1
-7
/
+4
2019-11-05
scsi: qla2xxx: fix NPIV tear down process
Martin Wilck
1
-3
/
+5
2019-09-23
scsi: qla2xxx: Optimize NPIV tear down process
Quinn Tran
1
-10
/
+22
2019-08-12
scsi: qla2xxx: Enable type checking for the SRB free and done callback functions
Bart Van Assche
1
-3
/
+1
2019-04-29
scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()
Bart Van Assche
1
-2
/
+7
2018-12-12
scsi: qla2xxx: Enable FC-NVME on NPIV ports
Anil Gurumurthy
1
-0
/
+1
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2018-08-02
scsi: qla2xxx: Fix Management Server NPort handle reservation logic
Quinn Tran
1
-1
/
+1
2018-07-19
scsi: qla2xxx: Fix driver unload by shutting down chip
Quinn Tran
1
-2
/
+4
2018-07-19
scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
Quinn Tran
1
-0
/
+5
2018-04-09
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
1
-1
/
+1
2018-03-21
scsi: qla2xxx: Remove nvme_done_list
Darren Trapp
1
-6
/
+0
2018-01-03
scsi: qla2xxx: Reduce trace noise for Async Events
Quinn Tran
1
-2
/
+9
2018-01-03
scsi: qla2xxx: Add lock protection around host lookup
Quinn Tran
1
-4
/
+5
2018-01-03
scsi: qla2xxx: Use known NPort ID for Management Server login
himanshu.madhani@cavium.com
1
-1
/
+1
2018-01-03
scsi: qla2xxx: Move work element processing out of DPC thread
Quinn Tran
1
-5
/
+1
2018-01-03
scsi: qla2xxx: Use IOCB path to submit Control VP MBX command
Quinn Tran
1
-0
/
+76
2017-12-20
scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
Himanshu Madhani
1
-2
/
+4
2017-12-07
scsi: qla2xxx: Fix memory leak in dual/target mode
himanshu.madhani@cavium.com
1
-8
/
+10
2017-12-07
scsi: qla2xxx: Fix Relogin being triggered too fast
Quinn Tran
1
-9
/
+15
2017-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2017-11-08
scsi: qla2xxx: Convert timers to use timer_setup()
Kees Cook
1
-1
/
+1
2017-10-16
scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMe
Himanshu Madhani
1
-1
/
+1
2017-08-24
scsi: qla2xxx: Fix NPIV host enable after chip reset
Quinn Tran
1
-0
/
+5
2017-08-24
scsi: qla2xxx: Add command completion for error path
Duane Grigsby
1
-0
/
+7
2017-08-24
scsi: qla2xxx: Correction to vha->vref_count timeout
Joe Carnuccio
1
-1
/
+1
2017-06-27
scsi: qla2xxx: Fix mailbox failure while deleting Queue pairs
Sawan Chandak
1
-0
/
+4
[next]