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
/
mpt3sas
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-13
/
+9
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-10
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-22
/
+22
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-66
/
+60
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
-2
/
+2
2026-01-11
scsi: mpt3sas: Simplify the workqueue allocation code
Bart Van Assche
-8
/
+3
2025-12-16
scsi: mpt3sas: Fixed the W=1 compilation warning
Ranjan Kumar
-4
/
+4
2025-12-16
scsi: mpt3sas: Add configurable command retry limit for slow-to-respond devices
Ranjan Kumar
-6
/
+78
2025-12-16
scsi: mpt3sas: Add firmware event requeue support for busy devices
Ranjan Kumar
-18
/
+112
2025-12-16
scsi: mpt3sas: Improve device discovery and readiness handling for slow devices
Ranjan Kumar
-17
/
+1119
2025-12-16
scsi: mpt3sas: Added no_turs flag to device unblock logic
Ranjan Kumar
-3
/
+11
2025-10-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-8
/
+15
2025-09-24
scsi: mpt3sas: Update driver version to 54.100.00.00
Ranjan Kumar
-2
/
+2
2025-09-24
scsi: mpt3sas: Add support for 22.5 Gbps SAS link rate
Ranjan Kumar
-0
/
+3
2025-09-24
scsi: mpt3sas: Suppress unnecessary IOCLogInfo on CONFIG_INVALID_PAGE
Ranjan Kumar
-1
/
+7
2025-09-24
scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()
Ranjan Kumar
-5
/
+3
2025-08-13
scsi: switch ->bios_param() to passing gendisk
Al Viro
-2
/
+2
2025-07-24
scsi: mpt3sas: Fix a fw_event memory leak
Tomas Henzl
-2
/
+1
2025-06-19
scsi: mpt3sas: Correctly handle ATA device errors
Damien Le Moal
-0
/
+19
2025-06-16
scsi: mpt3sas: Drop unused variable in mpt3sas_send_mctp_passthru_req()
André Draszik
-3
/
+0
2025-05-20
scsi: mpt3sas: Fix _ctl_get_mpt_mctp_passthru_adapter() to return IOC pointer
Shivasharan S
-1
/
+2
2025-03-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-98
/
+414
2025-03-03
scsi: mpt3sas: Fix buffer overflow in mpt3sas_send_mctp_passthru_req()
Dan Carpenter
-1
/
+1
2025-02-28
scsi: mpt3sas: Mark device strings as nonstring
Kees Cook
-5
/
+5
2025-02-24
scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
Colin Ian King
-1
/
+1
2025-02-20
Merge patch series "mpt3sas driver udpates"
Martin K. Petersen
-6
/
+405
2025-02-20
scsi: mpt3sas: update driver version to 52.100.00.00
Shivasharan S
-2
/
+2
2025-02-20
scsi: mpt3sas: Send a diag reset if target reset fails
Shivasharan S
-2
/
+10
2025-02-20
scsi: mpt3sas: Report driver capability as part of IOCINFO command
Shivasharan S
-1
/
+8
2025-02-20
scsi: mpt3sas: Add support for MCTP Passthrough commands
Shivasharan S
-0
/
+318
2025-02-20
scsi: mpt3sas: Update MPI headers to 02.00.62 version
Shivasharan S
-1
/
+67
2025-02-18
scsi: mpt3sas: Fix a locking bug in an error path
Bart Van Assche
-5
/
+7
2025-02-12
scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO
Paul Menzel
-1
/
+1
2025-02-03
scsi: mpt3sas: Remove unused config functions
Dr. David Alan Gilbert
-85
/
+0
2025-02-03
scsi: Constify struct pci_error_handlers
Christophe JAILLET
-1
/
+1
2025-01-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-15
/
+14
2025-01-10
Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging
Martin K. Petersen
-5
/
+10
2025-01-02
scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1
Paul Menzel
-2
/
+1
2025-01-02
scsi: mpt3sas: Add details to EEDPTagMode error message
Paul Menzel
-1
/
+1
2024-12-23
scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
-2
/
+1
2024-12-04
scsi: Rename .device_configure() into .sdev_configure()
Bart Van Assche
-4
/
+4
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
-8
/
+8
2024-12-04
scsi: mpt3sas: Update driver version to 51.100.00.00
Ranjan Kumar
-4
/
+4
2024-12-04
scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...
Ranjan Kumar
-1
/
+6
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-2
/
+2
2024-09-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-3
/
+2
2024-09-19
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-8
/
+4
2024-09-12
scsi: mpt3sas: Remove trailing space after \n newline
Colin Ian King
-3
/
+2
2024-08-22
scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
-6
/
+2
2024-08-22
scsi: Expand all create*_workqueue() invocations
Bart Van Assche
-2
/
+2
[next]