index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Lines
2026-01-23
scsi: qla4xxx: Add WQ_PERCPU to alloc_workqueue() users
Marco Crivellari
-1
/
+1
2026-01-23
Merge patch series "mpi3mr: Enhancements for mpi3mr"
Martin K. Petersen
-40
/
+478
2026-01-23
scsi: mpi3mr: Driver version update to 8.17.0.3.50
Ranjan Kumar
-2
/
+2
2026-01-23
scsi: mpi3mr: Fixed the W=1 compilation warning
Ranjan Kumar
-5
/
+7
2026-01-23
scsi: mpi3mr: Record and report controller firmware faults
Ranjan Kumar
-0
/
+135
2026-01-23
scsi: mpi3mr: Update MPI Headers to revision 39
Ranjan Kumar
-12
/
+197
2026-01-23
scsi: mpi3mr: Use negotiated link rate from DevicePage0
Ranjan Kumar
-12
/
+111
2026-01-23
scsi: mpi3mr: Avoid redundant diag-fault resets
Ranjan Kumar
-3
/
+10
2026-01-23
scsi: mpi3mr: Rename log data save helper to reflect threaded/BH context
Ranjan Kumar
-4
/
+9
2026-01-23
scsi: mpi3mr: Add module parameter to control threaded IRQ polling
Ranjan Kumar
-2
/
+7
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
-157
/
+201
2026-01-23
scsi: qla2xxx: Declare qla2xxx_mqueuecommand() static
Bart Van Assche
-2
/
+2
2026-01-23
scsi: megaraid_sas: Return SCSI_MLQUEUE_HOST_BUSY instead of 1
Bart Van Assche
-5
/
+5
2026-01-23
scsi: megaraid: Return SCSI_MLQUEUE_HOST_BUSY instead of 1
Bart Van Assche
-5
/
+5
2026-01-23
scsi: aha152x: Return SCSI_MLQUEUE_HOST_BUSY instead of 0x2003
Bart Van Assche
-2
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+5
2026-01-20
block: pass io_comp_batch to rq_end_io_fn callback
Ming Lei
-4
/
+8
2026-01-16
scsi: sd: Do not split error messages
Bart Van Assche
-31
/
+24
2026-01-16
scsi: sd: Move the sd_fops definition
Bart Van Assche
-16
/
+15
2026-01-16
scsi: sd: Move the scsi_disk_release() function definition
Bart Van Assche
-12
/
+11
2026-01-16
scsi: sd: Move the sd_config_discard() function definition
Bart Van Assche
-58
/
+56
2026-01-16
scsi: sd: Move the sd_remove() function definition
Bart Van Assche
-27
/
+26
2026-01-16
scsi: qla2xxx: Sanitize payload size to prevent member overflow
Jiasheng Jiang
-0
/
+7
2026-01-16
scsi: core: Wake up the error handler when final completions race against eac...
David Jeffery
-1
/
+18
2026-01-16
scsi: storvsc: Process unsupported MODE_SENSE_10
Long Li
-1
/
+2
2026-01-16
driver core: attribute_container: change return type to void
Daniel Gomez
-1
/
+1
2026-01-11
Merge patch series "Call scsi_host_busy() after the SCSI host has been added"
Martin K. Petersen
-3
/
+2
2026-01-11
scsi: core: Revert "Fix a regression triggered by scsi_host_busy()"
Bart Van Assche
-3
/
+2
2026-01-11
scsi: mpt3sas: Simplify the workqueue allocation code
Bart Van Assche
-8
/
+3
2026-01-11
scsi: mpi3mr: Simplify the workqueue allocation code
Bart Van Assche
-6
/
+1
2026-01-11
Merge patch series "scsi: Make use of bus callbacks"
Martin K. Petersen
-59
/
+123
2026-01-11
scsi: st: Convert to SCSI bus methods
Uwe Kleine-König
-9
/
+9
2026-01-11
scsi: sr: Convert to SCSI bus methods
Uwe Kleine-König
-9
/
+8
2026-01-11
scsi: ses: Convert to SCSI bus methods
Uwe Kleine-König
-9
/
+2
2026-01-11
scsi: sd: Convert to SCSI bus methods
Uwe Kleine-König
-12
/
+13
2026-01-11
scsi: ch: Convert to SCSI bus methods
Uwe Kleine-König
-7
/
+7
2026-01-11
scsi: core: sysfs: Make use of bus callbacks
Uwe Kleine-König
-2
/
+71
2026-01-11
scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()
Uwe Kleine-König
-11
/
+13
2026-01-08
virtio_scsi: fix DMA cacheline issues for events
Michael S. Tsirkin
-5
/
+12
2026-01-04
scsi: bfa: Update outdated comment
Julia Lawall
-1
/
+1
2026-01-04
scsi: core: Fix error handler encryption support
Brian Kao
-0
/
+24
2026-01-04
scsi: core: Correct documentation for scsi_test_unit_ready()
Miao Li
-1
/
+1
2025-12-16
Merge patch series "qla2xxx: Misc feature and bug fixes"
Martin K. Petersen
-56
/
+559
2025-12-16
scsi: qla2xxx: Update version to 10.02.10.100-k
Nilesh Javali
-4
/
+4
2025-12-16
scsi: qla2xxx: Fix bsg_done() causing double free
Anil Gurumurthy
-13
/
+20
2025-12-16
scsi: qla2xxx: Query FW again before proceeding with login
Anil Gurumurthy
-4
/
+34
2025-12-16
scsi: qla2xxx: Validate sp before freeing associated memory
Anil Gurumurthy
-16
/
+18
2025-12-16
scsi: qla2xxx: Free sp in error path to fix system crash
Anil Gurumurthy
-2
/
+2
2025-12-16
scsi: qla2xxx: Delay module unload while fabric scan in progress
Anil Gurumurthy
-1
/
+2
2025-12-16
scsi: qla2xxx: Allow recovery for tape devices
Shreyas Deodhar
-12
/
+0
[prev]
[next]