index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-08
scsi: lpfc: Update congestion warning notification period
Justin Tee
4
-6
/
+6
2023-05-08
scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort paths
Justin Tee
1
-22
/
+22
2023-05-08
scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_not_used()
Justin Tee
3
-45
/
+10
2023-05-08
scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devices
Justin Tee
1
-1
/
+2
2023-05-08
scsi: pm80xx: Add GET_NVMD timeout during probe
Changyuan Lyu
1
-7
/
+22
2023-05-08
scsi: pm80xx: Update PHY state after hard reset
Changyuan Lyu
1
-5
/
+9
2023-05-08
scsi: pm80xx: Log port state during HW event
Akshat Jain
1
-21
/
+22
2023-05-08
scsi: pm80xx: Log phy_id and port_id in the device registration request
Akshat Jain
1
-0
/
+3
2023-05-08
scsi: pm80xx: Print port_id in HW events
Akshat Jain
1
-25
/
+33
2023-05-08
scsi: pm80xx: Enable init logging
Akshat Jain
2
-2
/
+2
2023-05-08
scsi: pm80xx: Log some HW events by default
Akshat Jain
3
-26
/
+50
2023-05-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-847
/
+40
2023-04-27
Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-15
/
+1
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-1
/
+1
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
8
-21
/
+16
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2
/
+2
2023-04-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
144
-1168
/
+1289
2023-04-24
scsi: qedi: Fix use after free bug in qedi_remove()
Zheng Wang
1
-0
/
+3
2023-04-24
scsi: ipr: Remove several unused variables
Tom Rix
1
-14
/
+0
2023-04-24
scsi: pm80xx: Log device registration
Akshat Jain
1
-3
/
+4
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+8
2023-04-18
scsi: ipr: Remove SATA support
Brian King
3
-830
/
+11
2023-04-18
scsi: scsi_debug: Abort commands from scsi_debug_device_reset()
John Garry
1
-0
/
+22
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
1
-1
/
+1
2023-04-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-12
/
+8
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+3
2023-04-13
scsi: simplify sysctl registration with register_sysctl()
Luis Chamberlain
1
-15
/
+1
2023-04-11
scsi: Add support for block PR read keys/reservation
Mike Christie
2
-0
/
+112
2023-04-11
scsi: Move sd_pr_type to scsi_common
Mike Christie
2
-25
/
+30
2023-04-11
scsi: Rename sd_pr_command
Mike Christie
1
-6
/
+6
2023-04-11
block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
Mike Christie
1
-1
/
+1
2023-04-11
scsi: cxlflash: s/semahpore/semaphore/
Geert Uytterhoeven
2
-2
/
+2
2023-04-11
scsi: lpfc: Silence an incorrect device output
Jun Chen
1
-0
/
+1
2023-04-11
scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame allocation
Ranjan Kumar
1
-3
/
+3
2023-04-11
scsi: scsi_debug: Fix missing error code in scsi_debug_init()
Harshit Mogalapalli
1
-1
/
+3
2023-04-11
scsi: hisi_sas: Work around build failure in suspend function
Arnd Bergmann
1
-0
/
+4
2023-04-11
scsi: ses: Handle enclosure with just a primary component gracefully
Jiri Kosina
1
-12
/
+8
2023-04-11
scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()
Shuchang Li
1
-4
/
+6
2023-04-11
scsi: mpt3sas: Fix an issue when driver is being removed
Tomas Henzl
1
-2
/
+2
2023-04-11
scsi: mpt3sas: Remove HBA BIOS version in the kernel log
Ranjan Kumar
1
-8
/
+2
2023-04-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-3
/
+3
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-10
/
+12
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
2
-8
/
+6
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
26
-87
/
+219
2023-04-02
Merge patch series "Fix shost command overloading issues"
Martin K. Petersen
1
-422
/
+361
2023-04-02
scsi: scsi_debug: Drop sdebug_queue
John Garry
1
-138
/
+51
2023-04-02
scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shosts
John Garry
1
-61
/
+6
2023-04-02
scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()
John Garry
1
-14
/
+13
2023-04-02
scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()
John Garry
1
-28
/
+17
2023-04-02
scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()
John Garry
1
-96
/
+97
[prev]
[next]