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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-15
6
-43
/
+41
|
\
|
*
scsi: iscsi: Fix iscsi_task use after free
Mike Christie
2021-10-05
1
-6
/
+9
|
*
scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handling
James Smart
2021-10-05
1
-4
/
+7
|
*
scsi: elx: efct: Delete stray unlock statement
Dan Carpenter
2021-10-05
1
-2
/
+1
|
*
scsi: ufs: core: Fix task management completion
Adrian Hunter
2021-10-05
2
-30
/
+23
|
*
scsi: acornscsi: Remove scsi_cmd_to_tag() reference
John Garry
2021-10-05
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-08
5
-7
/
+7
|
\
|
|
*
scsi: csiostor: Add module softdep on cxgb4
Rahul Lakkireddy
2021-09-29
1
-0
/
+1
|
*
scsi: qla2xxx: Fix excessive messages during device logout
Arun Easi
2021-09-29
1
-2
/
+2
|
*
scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
Colin Ian King
2021-09-29
1
-2
/
+2
|
*
scsi: ses: Fix unsigned comparison with less than zero
Jiapeng Chong
2021-09-29
1
-1
/
+1
|
*
scsi: ufs: Fix illegal offset in UPIU event trace
Jonathan Hsu
2021-09-29
1
-2
/
+1
*
|
qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")
Prabhakar Kushwaha
2021-10-04
1
-1
/
+1
*
|
qed: Update TCP silly-window-syndrome timeout for iwarp, scsi
Nikolay Assa
2021-10-04
1
-0
/
+1
*
|
qed: Remove e4_ and _e4 from FW HSI
Shai Malin
2021-10-04
12
-57
/
+57
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
30
-271
/
+252
|
\
|
|
*
scsi: ses: Retry failed Send/Receive Diagnostic commands
Wen Xiong
2021-09-22
1
-4
/
+18
|
*
scsi: lpfc: Fix gcc -Wstringop-overread warning, again
Arnd Bergmann
2021-09-22
1
-5
/
+2
|
*
scsi: lpfc: Use correct scnprintf() limit
Dan Carpenter
2021-09-22
1
-1
/
+2
|
*
scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()
Dan Carpenter
2021-09-22
1
-1
/
+1
|
*
scsi: acornscsi: Remove tagged queuing vestiges
Hannes Reinecke
2021-09-22
3
-93
/
+23
|
*
scsi: fas216: Kill scmd->tag
Hannes Reinecke
2021-09-22
1
-23
/
+8
|
*
scsi: qla2xxx: Restore initiator in dual mode
Dmitry Bogdanov
2021-09-22
1
-1
/
+2
|
*
scsi: ufs: core: Unbreak the reset handler
Bart Van Assche
2021-09-22
1
-1
/
+1
|
*
scsi: sd_zbc: Support disks with more than 2**32 logical blocks
Bart Van Assche
2021-09-22
1
-1
/
+1
|
*
scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"
Adrian Hunter
2021-09-22
2
-57
/
+58
|
*
scsi: sd: Make sd_spinup_disk() less noisy
Heiner Kallweit
2021-09-14
1
-1
/
+4
|
*
scsi: ufs: ufs-pci: Fix Intel LKF link stability
Adrian Hunter
2021-09-14
3
-1
/
+81
|
*
scsi: mpt3sas: Clean up some inconsistent indenting
Colin Ian King
2021-09-14
2
-3
/
+2
|
*
scsi: megaraid: Clean up some inconsistent indenting
Colin Ian King
2021-09-14
1
-2
/
+2
|
*
scsi: sr: Fix spelling mistake "does'nt" -> "doesn't"
Colin Ian King
2021-09-14
1
-1
/
+1
|
*
scsi: megaraid: Fix Coccinelle warning
jing yangyang
2021-09-14
1
-2
/
+1
|
*
scsi: ncr53c8xx: Remove unused retrieve_from_waiting_list() function
Helge Deller
2021-09-14
1
-23
/
+0
|
*
scsi: elx: efct: Do not hold lock while calling fc_vport_terminate()
James Smart
2021-09-14
1
-2
/
+2
|
*
scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZE
Naohiro Aota
2021-09-14
1
-3
/
+3
|
*
scsi: sd: Free scsi_disk device via put_device()
Ming Lei
2021-09-14
1
-4
/
+5
|
*
scsi: mpt3sas: Call cpu_relax() before calling udelay()
Sreekanth Reddy
2021-09-14
1
-1
/
+3
|
*
scsi: iscsi: Adjust iface sysfs attr detection
Baokun Li
2021-09-14
1
-4
/
+4
|
*
scsi: ufs: ufshpb: Remove unused parameters
ChanWoo Lee
2021-09-14
1
-5
/
+3
|
*
scsi: lpfc: Remove unneeded variable
Chi Minghao
2021-09-14
1
-2
/
+1
|
*
scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FS
James Smart
2021-09-14
3
-9
/
+3
|
*
scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processing
James Smart
2021-09-14
4
-15
/
+16
|
*
scsi: elx: efct: Fix void-pointer-to-enum-cast warning for efc_nport_topology
James Smart
2021-09-14
2
-6
/
+4
|
*
scsi: st: Add missing break in switch statement in st_ioctl()
Nathan Chancellor
2021-09-14
1
-0
/
+1
*
|
qed: Don't ignore devlink allocation failures
Leon Romanovsky
2021-09-24
1
-0
/
+2
|
/
*
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-08
1
-28
/
+6
|
\
|
*
scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-24
1
-28
/
+6
*
|
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-04
1
-1
/
+0
|
\
\
|
*
|
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-08-19
1
-1
/
+0
*
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-03
174
-2462
/
+16548
|
\
\
\
[next]