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
2025-11-12
scsi: aic94xx: fix use-after-free in device removal path
Junrui Luo
-0
/
+3
2025-11-12
Merge patch series "qla2xxx target mode improvements"
Martin K. Petersen
-338
/
+1648
2025-11-12
scsi: qla2xxx: target: Improve safety of cmd lookup by handle
Tony Battersby
-21
/
+90
2025-11-12
scsi: qla2xxx: target: Add back SRR support
Tony Battersby
-1
/
+1141
2025-11-12
scsi: qla2xxx: target: Improve cmd logging
Tony Battersby
-26
/
+64
2025-11-12
scsi: qla2xxx: target: Add cmd->rsp_sent
Tony Battersby
-0
/
+8
2025-11-12
scsi: qla2xxx: target: Fix invalid memory access with big CDBs
Tony Battersby
-9
/
+81
2025-11-12
scsi: qla2xxx: Fix TMR failure handling
Tony Battersby
-33
/
+27
2025-11-12
scsi: qla2xxx: target: Improve checks in qlt_xmit_response() / qlt_rdy_to_xfer()
Tony Battersby
-38
/
+48
2025-11-12
scsi: qla2xxx: target: Fix races with aborting commands
Tony Battersby
-116
/
+102
2025-11-12
scsi: qla2xxx: Clear cmds after chip reset
Tony Battersby
-6
/
+20
2025-11-12
Merge patch series "Optimize the hot path in the UFS driver"
Martin K. Petersen
-37
/
+293
2025-11-12
scsi: qla2xxx: target: Fix term exchange when cmd_sent_to_fw == 1
Tony Battersby
-21
/
+31
2025-11-12
scsi: qla2xxx: target: Improve debug output for term exchange
Tony Battersby
-6
/
+36
2025-11-12
scsi: qla2xxx: target: Remove code for unsupported hardware
Tony Battersby
-27
/
+5
2025-11-12
scsi: qla2xxx: Use reinit_completion on mbx_intr_comp
Tony Battersby
-0
/
+2
2025-11-12
scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabled
Tony Battersby
-34
/
+5
2025-11-12
scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusive
Tony Battersby
-7
/
+1
2025-11-12
scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"
Tony Battersby
-6
/
+0
2025-11-12
scsi: scsi_debug: Abort SCSI commands via an internal command
Bart Van Assche
-11
/
+105
2025-11-12
scsi: core: Add scsi_{get,put}_internal_cmd() helpers
Hannes Reinecke
-0
/
+38
2025-11-12
scsi: core: Introduce .queue_reserved_command()
John Garry
-16
/
+44
2025-11-12
scsi: core: Support allocating a pseudo SCSI device
Hannes Reinecke
-4
/
+84
2025-11-12
scsi: core: Make the budget map optional
Bart Van Assche
-2
/
+15
2025-11-12
scsi: core: Move two statements
Bart Van Assche
-3
/
+4
2025-11-12
scsi: core: Support allocating reserved commands
Hannes Reinecke
-1
/
+3
2025-11-08
Merge patch series "Support power resources defined in acpi on ata"
Martin K. Petersen
-1
/
+33
2025-11-08
scsi: sd: Add manage_restart device attribute to scsi_disk
Markus Probst
-1
/
+33
2025-11-08
Merge patch series "Update lpfc to revision 14.4.0.12"
Martin K. Petersen
-110
/
+327
2025-11-08
scsi: lpfc: Update lpfc version to 14.4.0.12
Justin Tee
-1
/
+1
2025-11-08
scsi: lpfc: Add capability to register Platform Name ID to fabric
Justin Tee
-8
/
+150
2025-11-08
scsi: lpfc: Allow support for BB credit recovery in point-to-point topology
Justin Tee
-2
/
+4
2025-11-08
scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGI
Justin Tee
-8
/
+32
2025-11-08
scsi: lpfc: Modify kref handling for Fabric Controller ndlps
Justin Tee
-36
/
+67
2025-11-08
scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topology
Justin Tee
-20
/
+49
2025-11-08
scsi: lpfc: Ensure unregistration of rpis for received PLOGIs
Justin Tee
-14
/
+5
2025-11-08
scsi: lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb()
Justin Tee
-2
/
+0
2025-11-08
scsi: lpfc: Revise discovery related function headers and comments
Justin Tee
-13
/
+13
2025-11-08
scsi: lpfc: Update various NPIV diagnostic log messaging
Justin Tee
-6
/
+6
2025-11-08
Merge patch series "smartpqi updates"
Martin K. Petersen
-3
/
+43
2025-11-08
scsi: smartpqi: Update version to 2.1.36-026
Don Brace
-3
/
+3
2025-11-08
scsi: smartpqi: Add support for Hurray Data new controller PCI device
David Strahan
-0
/
+4
2025-11-08
scsi: smartpqi: Fix device resources accessed after device removal
Mike McGowen
-0
/
+19
2025-11-08
scsi: smartpqi: Add timeout value to RAID path requests to physical devices
Mike McGowen
-0
/
+17
2025-11-08
scsi: fcoe: Add WQ_PERCPU to alloc_workqueue() users
Marco Crivellari
-1
/
+1
2025-11-08
scsi: st: Skip buffer flush for information ioctls
David Jeffery
-18
/
+22
2025-11-08
scsi: st: Separate st-unique ioctl handling from SCSI common ioctl handling
David Jeffery
-23
/
+62
2025-11-08
scsi: stex: Fix reboot_notifier leak in probe error path
Haotian Zhang
-0
/
+1
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
-14
/
+8
2025-11-02
scsi: core: Improve sdev_store_timeout()
Bart Van Assche
-4
/
+8
[prev]
[next]