index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scsi: qla4xxx: Remove unneeded if-null-free check
Qiheng Lin
2021-04-13
1
-18
/
+9
*
scsi: qla2xxx: Reuse existing error handling path
Christophe JAILLET
2021-04-13
1
-2
/
+2
*
scsi: qla2xxx: Remove unneeded if-null-free check
Qiheng Lin
2021-04-13
1
-4
/
+2
*
scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query
Gustavo A. R. Silva
2021-04-13
2
-11
/
+6
*
scsi: qedf: Use devlink to report errors and recovery
Javed Hasan
2021-04-13
1
-2
/
+3
*
scsi: qedf: Enable devlink support
Javed Hasan
2021-04-13
2
-0
/
+14
*
scsi: sni_53c710: Add IRQ check
Sergey Shtylyov
2021-04-13
1
-1
/
+4
*
scsi: sun3x_esp: Add IRQ check
Sergey Shtylyov
2021-04-13
1
-1
/
+3
*
scsi: jazz_esp: Add IRQ check
Sergey Shtylyov
2021-04-13
1
-1
/
+3
*
scsi: hisi_sas: Fix IRQ checks
Sergey Shtylyov
2021-04-13
1
-3
/
+3
*
scsi: ufs: ufshcd-pltfrm: Fix deferred probing
Sergey Shtylyov
2021-04-13
1
-1
/
+1
*
scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE()
dingsenjie
2021-04-13
1
-19
/
+1
*
scsi: ufs: ufs-qcom: Remove redundant dev_err() call in ufs_qcom_init()
Ye Bin
2021-04-13
1
-6
/
+1
*
scsi: hisi_sas: Print SATA device SAS address for soft reset failure
Luo Jiaxing
2021-04-13
1
-2
/
+4
*
scsi: hisi_sas: Warn in v3 hw channel interrupt handler when status reg cleared
Luo Jiaxing
2021-04-13
1
-2
/
+8
*
scsi: hisi_sas: Directly snapshot registers when executing a reset
Jianqin Xie
2021-04-13
3
-20
/
+36
*
scsi: hisi_sas: Call sas_unregister_ha() to roll back if .hw_init() fails
Xiang Chen
2021-04-13
2
-2
/
+6
*
scsi: hisi_sas: Print SAS address for v3 hw erroneous completion print
Luo Jiaxing
2021-04-13
1
-1
/
+2
*
scsi: hisi_sas: Delete some unused callbacks
Luo Jiaxing
2021-04-13
1
-2
/
+0
*
scsi: pm8001: Clean up open braces
Luo Jiaxing
2021-04-13
1
-4
/
+2
*
scsi: pm8001: Clean up white space
Luo Jiaxing
2021-04-13
6
-36
/
+39
*
scsi: pm80xx: Fix potential infinite loop
Colin Ian King
2021-04-13
1
-1
/
+1
*
scsi: pm80xx: Remove busy wait from mpi_uninit_check()
Igor Pylypiv
2021-04-13
1
-5
/
+5
*
scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
Igor Pylypiv
2021-04-13
1
-2
/
+2
*
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-13
4
-55
/
+64
|
\
|
*
scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST state
Martin Wilck
2021-04-06
1
-1
/
+1
|
*
scsi: pm80xx: Fix chip initialization failure
Viswas G
2021-04-06
1
-4
/
+4
|
*
scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs
Can Guo
2021-04-02
1
-17
/
+13
|
*
scsi: ufs: core: Fix task management request completion timeout
Can Guo
2021-04-02
1
-0
/
+1
|
*
scsi: hpsa: Add an assert to prevent __packed reintroduction
Sergei Trofimovich
2021-04-02
1
-0
/
+12
|
*
scsi: hpsa: Fix boot on ia64 (atomic_t alignment)
Sergei Trofimovich
2021-04-02
1
-1
/
+1
|
*
scsi: hpsa: Use __packed on individual structs, not header-wide
Sergei Trofimovich
2021-04-02
1
-34
/
+34
*
|
scsi: libsas: Clean up whitespace
Luo Jiaxing
2021-04-06
2
-7
/
+8
*
|
scsi: libsas: Correctly indent statements in sas_to_ata_err()
Luo Jiaxing
2021-04-06
1
-40
/
+34
*
|
scsi: qedf: Remove unused include of linux/version.h
Tian Tao
2021-04-06
2
-3
/
+0
*
|
scsi: bfa: Remove unnecessary struct declarations
Wan Jiabing
2021-04-06
1
-3
/
+0
*
|
scsi: ufs: core: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd()
Gustavo A. R. Silva
2021-04-06
2
-21
/
+29
*
|
scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD()
Yang Yingliang
2021-04-06
1
-3
/
+0
*
|
scsi: mpt3sas: Block PCI config access from userspace during reset
Sreekanth Reddy
2021-04-06
1
-0
/
+4
*
|
scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirement
Sreekanth Reddy
2021-04-06
1
-1
/
+2
*
|
scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES
Sreekanth Reddy
2021-04-06
1
-1
/
+3
*
|
scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg()
Ewan D. Milne
2021-04-06
1
-2
/
+3
*
|
scsi: scsi_dh_alua: Prevent duplicate pg info print in alua_rtpg()
John Pittman
2021-04-06
1
-11
/
+19
*
|
scsi: smartpqi: Update version to 2.1.8-045
Don Brace
2021-04-06
1
-5
/
+5
*
|
scsi: smartpqi: Add new PCI IDs
Kevin Barnett
2021-04-06
1
-0
/
+156
*
|
scsi: smartpqi: Correct system hangs when resuming from hibernation
Kevin Barnett
2021-04-06
1
-0
/
+7
*
|
scsi: smartpqi: Update enclosure identifier in sysfs
Murthy Bhat
2021-04-06
1
-1
/
+0
*
|
scsi: smartpqi: Add additional logging for LUN resets
Kevin Barnett
2021-04-06
1
-36
/
+89
*
|
scsi: smartpqi: Update SAS initiator_port_protocols and target_port_protocols
Murthy Bhat
2021-04-06
1
-9
/
+19
*
|
scsi: smartpqi: Add phy ID support for the physical drives
Murthy Bhat
2021-04-06
3
-0
/
+12
[prev]
[next]