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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING
Bart Van Assche
1
-4
/
+3
2024-04-06
scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
Dan Carpenter
1
-1
/
+1
2024-04-06
scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()
Xiang Chen
1
-1
/
+1
2024-04-06
scsi: hisi_sas: Handle the NCQ error returned by D2H frame
Xiang Chen
1
-1
/
+9
2024-04-05
scsi: sg: Avoid race in error handling & drop bogus warn
Alexander Wetzel
1
-8
/
+10
2024-04-02
scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN
Yihang Li
1
-1
/
+1
2024-04-02
scsi: sd: Unregister device if device_add_disk() failed in sd_probe()
Li Nan
1
-1
/
+1
2024-04-02
scsi: mylex: Fix sysfs buffer lengths
Arnd Bergmann
2
-22
/
+22
2024-03-26
scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload
Saurav Kashyap
1
-2
/
+0
2024-03-25
scsi: core: Fix unremoved procfs host directory regression
Guilherme G. Piccoli
1
-3
/
+4
2024-03-25
scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
Shin'ichiro Kawasaki
1
-1
/
+1
2024-03-25
scsi: sd: Fix TCG OPAL unlock on system resume
Damien Le Moal
2
-4
/
+53
2024-03-25
scsi: sg: Avoid sg device teardown race
Alexander Wetzel
1
-1
/
+3
2024-03-25
Merge branch '6.9/scsi-queue' into 6.9/scsi-fixes
Martin K. Petersen
32
-337
/
+394
2024-03-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
8
-71
/
+411
2024-03-17
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
75
-1766
/
+2469
2024-03-16
Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-8
/
+2
2024-03-15
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
6
-6
/
+6
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge patch series "Update lpfc to revision 14.4.0.1"
Martin K. Petersen
16
-185
/
+177
2024-03-11
Merge patch series "qla2xxx misc. bug fixes"
Martin K. Petersen
9
-95
/
+138
2024-03-11
scsi: lpfc: Copyright updates for 14.4.0.1 patches
Justin Tee
2
-2
/
+2
2024-03-11
scsi: lpfc: Update lpfc version to 14.4.0.1
Justin Tee
1
-1
/
+1
2024-03-11
scsi: lpfc: Define types in a union for generic void *context3 ptr
Justin Tee
7
-39
/
+51
2024-03-11
scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr
Justin Tee
9
-54
/
+50
2024-03-11
scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr
Justin Tee
7
-39
/
+36
2024-03-11
scsi: lpfc: Use a dedicated lock for ras_fwlog state
Justin Tee
6
-28
/
+32
2024-03-11
scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()
Justin Tee
3
-20
/
+19
2024-03-11
scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()
Justin Tee
1
-2
/
+2
2024-03-11
scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
Justin Tee
2
-10
/
+4
2024-03-11
scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling
Justin Tee
1
-1
/
+1
2024-03-11
scsi: lpfc: Move NPIV's transport unregistration to after resource clean up
Justin Tee
1
-4
/
+4
2024-03-11
scsi: lpfc: Remove unnecessary log message in queuecommand path
Justin Tee
1
-10
/
+0
2024-03-11
scsi: qla2xxx: Update version to 10.02.09.200-k
Nilesh Javali
1
-2
/
+2
2024-03-11
scsi: qla2xxx: Delay I/O Abort on PCI error
Quinn Tran
1
-2
/
+12
2024-03-11
scsi: qla2xxx: Change debug message during driver unload
Saurav Kashyap
1
-1
/
+1
2024-03-11
scsi: qla2xxx: Fix double free of fcport
Saurav Kashyap
1
-2
/
+3
2024-03-11
scsi: qla2xxx: Fix double free of the ha->vp_map pointer
Saurav Kashyap
1
-0
/
+1
2024-03-11
scsi: qla2xxx: Fix command flush on cable pull
Quinn Tran
1
-0
/
+10
2024-03-11
scsi: qla2xxx: NVME|FCP prefer flag not being honored
Quinn Tran
1
-0
/
+18
2024-03-11
scsi: qla2xxx: Update manufacturer detail
Bikash Hazarika
1
-1
/
+1
2024-03-11
scsi: qla2xxx: Split FCE|EFT trace control
Quinn Tran
1
-61
/
+41
2024-03-11
scsi: qla2xxx: Fix N2N stuck connection
Quinn Tran
3
-23
/
+13
2024-03-11
scsi: qla2xxx: Prevent command send on chip reset
Quinn Tran
2
-4
/
+37
2024-03-11
scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()
Muhammad Usama Anjum
1
-2
/
+2
2024-03-11
scsi: lpfc: Correct size for wqe for memset()
Muhammad Usama Anjum
1
-1
/
+1
2024-03-11
scsi: st: Make st_sysfs_class constant
Ricardo B. Marliere
1
-2
/
+2
2024-03-11
scsi: ch: Make ch_sysfs_class constant
Ricardo B. Marliere
1
-10
/
+10
2024-03-11
scsi: cxlflash: Make cxlflash_class constant
Ricardo B. Marliere
1
-7
/
+10
2024-03-11
scsi: pmcraid: Make pmcraid_class constant
Ricardo B. Marliere
1
-9
/
+11
[next]