index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-03
scsi: fnic: Remove unnecessary spinlock locking and unlocking
Karan Tilak Kumar
1
-17
/
+7
2025-03-03
scsi: fnic: Replace fnic->lock_flags with local flags
Karan Tilak Kumar
1
-5
/
+6
2025-03-03
scsi: fnic: Replace use of sizeof with standard usage
Karan Tilak Kumar
1
-2
/
+1
2025-03-03
scsi: fnic: Fix indentation and remove unnecessary parenthesis
Karan Tilak Kumar
1
-13
/
+13
2025-03-03
scsi: fnic: Remove unnecessary debug print
Karan Tilak Kumar
1
-4
/
+0
2025-03-03
scsi: logging: Fix scsi_logging_level bounds
Nicolas Bouchinet
1
-1
/
+3
2025-03-03
scsi: scsi_error: Add comments to scsi_check_sense()
Damien Le Moal
1
-0
/
+7
2025-03-03
scsi: mpt3sas: Fix buffer overflow in mpt3sas_send_mctp_passthru_req()
Dan Carpenter
1
-1
/
+1
2025-03-03
scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'
Colin Ian King
1
-1
/
+1
2025-03-03
scsi: lpfc: Convert timeouts to secs_to_jiffies()
Easwar Hariharan
7
-47
/
+34
2025-03-03
scsi: hisi_sas: Remove incorrect ACPI_PTR annotations
Arnd Bergmann
2
-2
/
+2
2025-03-02
scsi: scsi_debug: Fix uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2025-03-02
scsi: core: Fix missing lock protection
Chaohai Chen
1
-2
/
+3
2025-02-28
scsi: qla2xxx: Mark device strings as nonstring
Kees Cook
1
-2
/
+2
2025-02-28
scsi: mpt3sas: Mark device strings as nonstring
Kees Cook
2
-5
/
+5
2025-02-28
scsi: mpi3mr: Mark device strings as nonstring
Kees Cook
1
-4
/
+4
2025-02-24
scsi: scsi_debug: Do not sleep in atomic sections
Bart Van Assche
1
-6
/
+10
2025-02-24
scsi: scsi_debug: Simplify command handling
Bart Van Assche
1
-110
/
+20
2025-02-24
scsi: scsi_debug: Remove a reference to in_use_bm
Bart Van Assche
1
-1
/
+1
2025-02-24
scsi: scsi_debug: Remove sdebug_device_access_info
John Garry
1
-7
/
+0
2025-02-24
scsi: qla2xxx: Fix typos in a comment
Yuichiro Tsuji
1
-2
/
+2
2025-02-24
scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
Colin Ian King
1
-1
/
+1
2025-02-24
Merge patch series "mpi3mr: Few Enhancements and minor fixes"
Martin K. Petersen
7
-6
/
+80
2025-02-24
scsi: mpi3mr: Update driver version to 8.13.0.5.50
Ranjan Kumar
1
-2
/
+2
2025-02-24
scsi: mpi3mr: Check admin reply queue from Watchdog
Ranjan Kumar
2
-1
/
+12
2025-02-24
scsi: mpi3mr: Update timestamp only for supervisor IOCs
Ranjan Kumar
1
-1
/
+4
2025-02-24
scsi: mpi3mr: Update MPI Headers to revision 35
Ranjan Kumar
5
-2
/
+62
2025-02-24
Merge patch series "scsi: scsi_debug: Add more tape support"
Martin K. Petersen
1
-14
/
+761
2025-02-24
Merge patch series "Initial support for RK3576 UFS controller"
Martin K. Petersen
5
-4
/
+17
2025-02-24
scsi: lpfc: rework lpfc_next_{online,present}_cpu()
Yury Norov
1
-18
/
+5
2025-02-24
scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()
Yury Norov
1
-1
/
+1
2025-02-24
cpumask: deprecate cpumask_next_wrap()
Yury Norov
1
-1
/
+1
2025-02-23
scsi: scsi_debug: Add support for partitioning the tape
Kai Mäkisara
1
-4
/
+104
2025-02-23
scsi: scsi_debug: Reset tape setting at device reset
Kai Mäkisara
1
-1
/
+20
2025-02-23
scsi: scsi_debug: Add compression mode page for tapes
Kai Mäkisara
1
-0
/
+33
2025-02-23
scsi: scsi_debug: Add read support and update locate for tapes
Kai Mäkisara
1
-5
/
+235
2025-02-23
scsi: scsi_debug: Add write support with block lengths and 4 bytes of data
Kai Mäkisara
1
-5
/
+212
2025-02-23
scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes
Kai Mäkisara
1
-6
/
+121
2025-02-23
scsi: scsi_debug: First fixes for tapes
Kai Mäkisara
1
-6
/
+49
2025-02-20
Merge patch series "mpt3sas driver udpates"
Martin K. Petersen
7
-6
/
+405
2025-02-20
scsi: mpt3sas: update driver version to 52.100.00.00
Shivasharan S
1
-2
/
+2
2025-02-20
scsi: mpt3sas: Send a diag reset if target reset fails
Shivasharan S
1
-2
/
+10
2025-02-20
scsi: mpt3sas: Report driver capability as part of IOCINFO command
Shivasharan S
2
-1
/
+8
2025-02-20
scsi: mpt3sas: Add support for MCTP Passthrough commands
Shivasharan S
3
-0
/
+318
2025-02-20
scsi: mpt3sas: Update MPI headers to 02.00.62 version
Shivasharan S
3
-1
/
+67
2025-02-20
scsi: core: Clear driver private data when retrying request
Ye Bin
1
-7
/
+7
2025-02-18
scsi: mpt3sas: Fix a locking bug in an error path
Bart Van Assche
1
-5
/
+7
2025-02-18
scsi: mpi3mr: Fix locking in an error path
Bart Van Assche
1
-0
/
+1
2025-02-18
scsi: hpsa: Replace deprecated strncpy() with strscpy_pad()
Thorsten Blum
1
-2
/
+1
2025-02-18
scsi: hpsa: Remove deprecated and unnecessary strncpy()
Thorsten Blum
1
-12
/
+4
[prev]
[next]