index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-21
scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs
James Smart
1
-2
/
+3
2021-05-21
scsi: lpfc: Ignore GID-FT response that may be received after a link flip
James Smart
2
-8
/
+38
2021-05-21
scsi: lpfc: Fix node handling for Fabric Controller and Domain Controller
James Smart
7
-20
/
+189
2021-05-21
scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs
James Smart
1
-3
/
+18
2021-05-21
scsi: lpfc: Add ndlp kref accounting for resume RPI path
James Smart
2
-1
/
+26
2021-05-21
scsi: lpfc: Fix "Unexpected timeout" error in direct attach topology
James Smart
1
-0
/
+9
2021-05-21
scsi: lpfc: Fix non-optimized ERSP handling
James Smart
1
-2
/
+12
2021-05-21
scsi: lpfc: Fix unreleased RPIs when NPIV ports are created
James Smart
6
-40
/
+115
2021-05-21
scsi: scsi_dh_alua: Retry RTPG on a different path after failure
Martin Wilck
1
-3
/
+67
2021-05-21
scsi: qla2xxx: Remove redundant assignment to rval
Jiapeng Chong
1
-2
/
+0
2021-05-21
scsi: ufs: ufs-exynos: Make a const array static, makes object smaller
Colin Ian King
1
-1
/
+1
2021-05-21
scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irq
Yang Yingliang
1
-4
/
+4
2021-05-21
scsi: vmw_pvscsi: Set correct residual data length
Matt Wang
1
-1
/
+7
2021-05-21
scsi: bnx2fc: Return failure if io_req is already in ABTS processing
Javed Hasan
1
-0
/
+1
2021-05-21
scsi: fas216: Use fallthrough pseudo-keyword
Wei Ming Chen
1
-1
/
+1
2021-05-21
scsi: ufs: core: Clean up whitespace
Keoseong Park
1
-1
/
+1
2021-05-21
scsi: aic7xxx: Remove multiple definition of globals
Tom Rix
2
-2
/
+1
2021-05-21
scsi: aic7xxx: Restore several defines for aic7xxx firmware build
Tom Rix
1
-0
/
+11
2021-05-21
scsi: core: Remove leading spaces in Kconfig
Juerg Haefliger
1
-1
/
+1
2021-05-21
scsi: ufs: Use designated initializers in ufs_pm_lvl_states[]
Bart Van Assche
2
-14
/
+14
2021-05-21
scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()
Sergey Shtylyov
1
-6
/
+6
2021-05-21
scsi: bfa: Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-05-21
scsi: bfa: Fix typo
zuoqilin
1
-1
/
+1
2021-05-21
scsi: pmcraid: Fix typos
zuoqilin
1
-2
/
+2
2021-05-21
scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creation
Daniel Wagner
1
-1
/
+1
2021-05-21
scsi: arcmsr: Update driver version to v1.50.00.05-20210429
ching Huang
1
-1
/
+1
2021-05-21
scsi: arcmsr: Fix doorbell status being updated late on ARC-1886
ching Huang
1
-2
/
+9
2021-05-21
scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)
Yang Yingliang
1
-2
/
+1
2021-05-21
scsi: libsas: Use _safe() loop in sas_resume_port()
Dan Carpenter
1
-2
/
+2
2021-05-21
scsi: ufs: ufs-exynos: Move definitions from .h to .c
Bart Van Assche
2
-27
/
+26
2021-05-21
scsi: snic: debugfs: remove local storage of debugfs files
Greg Kroah-Hartman
2
-16
/
+8
2021-05-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
10
-19
/
+36
2021-05-15
scsi: pm80xx: Fix drives missing during rmmod/insmod loop
Ajish Koshy
4
-12
/
+19
2021-05-15
scsi: 3w-9xxx: Fix endianness issues in command packets
Samuel Holland
2
-86
/
+81
2021-05-15
scsi: 3w-9xxx: Reduce scope of structure packing
Samuel Holland
1
-8
/
+10
2021-05-15
scsi: 3w-9xxx: Use flexible array members to avoid struct padding
Samuel Holland
2
-8
/
+12
2021-05-15
scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()
Zhen Lei
1
-1
/
+2
2021-05-15
scsi: be2iscsi: Remove redundant initialization
Nigel Christian
1
-2
/
+0
2021-05-15
scsi: ufs: core: Remove redundant parenthesis
Keoseong Park
1
-4
/
+4
2021-05-15
scsi: ufs: core: Remove usfhcd_is_*_pm() macros
Bart Van Assche
3
-9
/
+5
2021-05-15
scsi: bfa: Remove some unused variables
Christophe JAILLET
1
-6
/
+0
2021-05-14
scsi: ibmvfc: Reinit target retries
Brian King
1
-1
/
+6
2021-05-14
scsi: ibmvfc: Avoid move login if fast fail is enabled
Brian King
2
-11
/
+29
2021-05-14
scsi: ibmvfc: Handle move login failure
Brian King
2
-9
/
+9
2021-05-14
scsi: qedf: Add pointer checks in qedf_update_link_speed()
Javed Hasan
1
-1
/
+3
2021-05-14
scsi: core: Fix a comment in function scsi_host_dev_release()
Xiang Chen
1
-1
/
+1
2021-05-14
scsi: qedf: Drop unnecessary NULL checks after container_of()
Guenter Roeck
2
-9
/
+0
2021-05-14
scsi: scsi_debug: Drop if with an always false condition
Uwe Kleine-König
1
-5
/
+0
2021-05-14
scsi: snic: Fix an error message
Christophe JAILLET
1
-4
/
+1
2021-05-14
scsi: ufs: core: Increase the usable queue depth
Bart Van Assche
1
-1
/
+4
[prev]
[next]