index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_os.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts
Arun Easi
1
-12
/
+31
2022-06-17
scsi: qla2xxx: Wind down adapter after PCIe error
Quinn Tran
1
-0
/
+48
2022-06-08
scsi: qla2xxx: edif: Add retry for ELS passthrough
Quinn Tran
1
-1
/
+1
2022-04-26
scsi: qla2xxx: Remove unneeded flush_workqueue()
ran jianping
1
-1
/
+0
2022-03-15
scsi: qla2xxx: Increase max limit of ql2xnvme_queues
Shreyas Deodhar
1
-1
/
+0
2022-03-15
scsi: qla2xxx: Fix laggy FC remote port session recovery
Quinn Tran
1
-3
/
+17
2022-03-15
scsi: qla2xxx: Fix crash during module load unload test
Arun Easi
1
-0
/
+2
2022-02-23
scsi: qla2xxx: Stop using the SCSI pointer
Bart Van Assche
1
-8
/
+5
2022-02-12
scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_t
Gleb Chesnokov
1
-1
/
+0
2022-01-25
scsi: qla2xxx: Add devids and conditionals for 28xx
Joe Carnuccio
1
-2
/
+1
2022-01-25
scsi: qla2xxx: Fix device reconnect in loop topology
Arun Easi
1
-0
/
+5
2022-01-25
scsi: qla2xxx: Add ql2xnvme_queues module param to configure number of NVMe q...
Shreyas Deodhar
1
-0
/
+8
2022-01-25
scsi: qla2xxx: Fix premature hw access after PCI error
Quinn Tran
1
-1
/
+9
2022-01-25
scsi: qla2xxx: Implement ref count for SRB
Saurav Kashyap
1
-4
/
+10
2021-11-04
Merge branch '5.15/scsi-fixes' into 5.16/scsi-queue
Martin K. Petersen
1
-1
/
+1
2021-10-27
scsi: qla2xxx: edif: Increase ELS payload
Quinn Tran
1
-1
/
+1
2021-10-27
scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safe
Quinn Tran
1
-4
/
+4
2021-10-27
scsi: qla2xxx: Turn off target reset during issue_lip
Quinn Tran
1
-25
/
+2
2021-10-19
scsi: qla2xxx: Return -ENOMEM if kzalloc() fails
Zheyu Ma
1
-1
/
+1
2021-10-17
scsi: qla2xxx: Switch to attribute groups
Bart Van Assche
1
-4
/
+1
2021-10-17
scsi: qla2xxx: Call scsi_done() directly
Bart Van Assche
1
-4
/
+4
2021-09-15
scsi: qla2xxx: Fix use after free in eh_abort path
Quinn Tran
1
-3
/
+5
2021-09-15
scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueue
Manish Rangankar
1
-42
/
+36
2021-09-15
scsi: qla2xxx: Check for firmware capability before creating QPair
Saurav Kashyap
1
-0
/
+4
2021-08-24
scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()
Hannes Reinecke
1
-31
/
+23
2021-08-24
scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()
Hannes Reinecke
1
-3
/
+53
2021-08-24
scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus reset
Hannes Reinecke
1
-10
/
+0
2021-08-24
scsi: qla2xxx: Fix NVMe retry
Quinn Tran
1
-0
/
+5
2021-08-24
scsi: qla2xxx: edif: Add N2N support for EDIF
Quinn Tran
1
-1
/
+4
2021-08-24
scsi: qla2xxx: edif: Reject AUTH ELS on session down
Quinn Tran
1
-1
/
+1
2021-08-12
scsi: qla2xxx: Changes to support kdump kernel
Saurav Kashyap
1
-0
/
+6
2021-08-12
scsi: qla2xxx: Fix unsafe removal from linked list
Quinn Tran
1
-3
/
+3
2021-08-12
scsi: qla2xxx: Show OS name and version in FDMI-1
Arun Easi
1
-1
/
+1
2021-08-12
scsi: qla2xxx: Changes to support FCP2 Target
Saurav Kashyap
1
-0
/
+10
2021-08-12
scsi: qla2xxx: Adjust request/response queue size for 28xx
Quinn Tran
1
-2
/
+2
2021-08-12
scsi: qla2xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-2
/
+2
2021-07-27
scsi: qla2xxx: edif: Add encryption to I/O path
Quinn Tran
1
-2
/
+7
2021-07-27
scsi: qla2xxx: edif: Add doorbell notification for app
Quinn Tran
1
-0
/
+4
2021-07-27
scsi: qla2xxx: edif: Add detection of secure device
Quinn Tran
1
-0
/
+19
2021-07-27
scsi: qla2xxx: edif: Add key update
Quinn Tran
1
-0
/
+17
2021-07-27
scsi: qla2xxx: edif: Add extraction of auth_els from the wire
Quinn Tran
1
-2
/
+9
2021-07-27
scsi: qla2xxx: edif: Add send, receive, and accept for auth_els
Quinn Tran
1
-0
/
+41
2021-06-23
scsi: qla2xxx: Add heartbeat check
Quinn Tran
1
-0
/
+68
2021-04-29
scsi: qla2xxx: Add marginal path handling support
Bikash Hazarika
1
-0
/
+1
2021-04-13
scsi: qla2xxx: Remove unneeded if-null-free check
Qiheng Lin
1
-4
/
+2
2021-03-30
scsi: qla2xxx: Fix crash in PCIe error handling
Quinn Tran
1
-69
/
+104
2021-03-30
scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()
Arun Easi
1
-7
/
+0
2021-03-30
scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMe
Quinn Tran
1
-20
/
+14
2021-03-16
scsi: qla2xxx: Use dma_pool_zalloc()
Wang Qing
1
-2
/
+1
2021-01-27
Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue
Martin K. Petersen
1
-1
/
+1
[next]