index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-31
scsi: qla2xxx: Fix crash when I/O abort times out
Arun Easi
1
-4
/
+10
2022-12-31
scsi: smartpqi: Correct device removal for multi-actuator devices
Kumar Meiyappan
2
-10
/
+25
2022-12-31
scsi: smartpqi: Add new controller PCI IDs
Mike McGowen
1
-0
/
+44
2022-12-31
scsi: elx: libefc: Fix second parameter type in state callbacks
Nathan Chancellor
1
-2
/
+4
2022-12-31
scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs
Justin Tee
1
-3
/
+3
2022-12-31
scsi: snic: Fix possible UAF in snic_tgt_create()
Gaosheng Cui
1
-0
/
+3
2022-12-31
scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
Chen Zhongjin
1
-0
/
+1
2022-12-31
scsi: ipr: Fix WARNING in ipr_init()
Shang XiaoJing
1
-1
/
+9
2022-12-31
scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()
Yang Yingliang
1
-1
/
+4
2022-12-31
scsi: fcoe: Fix possible name leak when device_register() fails
Yang Yingliang
1
-9
/
+10
2022-12-31
scsi: scsi_debug: Fix a warning in resp_report_zones()
Harshit Mogalapalli
1
-1
/
+1
2022-12-31
scsi: scsi_debug: Fix a warning in resp_verify()
Harshit Mogalapalli
1
-1
/
+1
2022-12-31
scsi: efct: Fix possible memleak in efct_device_init()
Chen Zhongjin
1
-0
/
+1
2022-12-31
scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()
Yang Yingliang
1
-1
/
+3
2022-12-31
scsi: hpsa: Fix error handling in hpsa_add_sas_host()
Yang Yingliang
1
-1
/
+2
2022-12-31
scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()
Yang Yingliang
1
-0
/
+2
2022-12-31
scsi: hpsa: Fix possible memory leak in hpsa_init_one()
Yuan Can
1
-1
/
+1
2022-12-31
scsi: scsi_debug: Fix a warning in resp_write_scat()
Harshit Mogalapalli
1
-1
/
+1
2022-12-31
scsi: qla2xxx: Fix set-but-not-used variable warnings
Bart Van Assche
4
-21
/
+15
2022-12-31
scsi: core: Fix a race between scsi_done() and scsi_timeout()
Bart Van Assche
1
-11
/
+3
2022-11-25
Merge tag 'hyperv-fixes-signed-20221125' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-35
/
+34
2022-11-19
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-17
/
+23
2022-11-17
scsi: iscsi: Fix possible memory leak when device_register() failed
Zhou Guanghui
1
-15
/
+16
2022-11-17
scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
Yuan Can
1
-1
/
+5
2022-11-17
scsi: mpi3mr: Suppress command reply debug prints
Shin'ichiro Kawasaki
1
-1
/
+2
2022-11-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-7
/
+27
2022-11-11
scsi: storvsc: Fix handling of srb_status and capacity change events
Michael Kelley
1
-35
/
+34
2022-11-08
scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
Bart Van Assche
1
-0
/
+7
2022-11-08
scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
Yang Yingliang
1
-4
/
+9
2022-11-07
scsi: ibmvfc: Avoid path failures during live migration
Brian King
1
-3
/
+11
2022-10-29
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-25
/
+40
2022-10-25
scsi: mpt3sas: re-do lost mpt3sas DMA mask fix
Sreekanth Reddy
1
-1
/
+1
2022-10-22
scsi: mpi3mr: Select CONFIG_SCSI_SAS_ATTRS
Michal Kubecek
1
-0
/
+1
2022-10-22
scsi: pm80xx: Display proc_name in sysfs
Igor Pylypiv
1
-0
/
+1
2022-10-21
Merge branch '6.1/scsi-queue' into 6.1/scsi-fixes
Martin K. Petersen
4
-25
/
+38
2022-10-18
scsi: lpfc: Fix memory leak in lpfc_create_port()
Rafael Mendonca
1
-3
/
+4
2022-10-18
scsi: core: Restrict legal sdev_state transitions via sysfs
Uday Shankar
1
-0
/
+8
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-3
/
+3
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-3
/
+3
2022-10-10
Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+10
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+4
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
100
-2187
/
+7281
2022-10-07
Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux
Linus Torvalds
4
-45
/
+16
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
12
-42
/
+23
2022-10-01
scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"
Colin Ian King
2
-3
/
+3
2022-10-01
scsi: qla2xxx: Use transport-defined speed mask for supported_speeds
Manish Rangankar
1
-2
/
+26
2022-10-01
scsi: qla2xxx: Fix serialization of DCBX TLV data request
Rafael Mendonca
1
-1
/
+1
2022-10-01
scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init()
Guixin Liu
1
-1
/
+1
2022-10-01
scsi: megaraid_sas: Remove unnecessary memset()
Guixin Liu
1
-4
/
+0
[next]