summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-13/+9
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-22/+22
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-66/+60
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-2/+2
2026-01-11scsi: mpt3sas: Simplify the workqueue allocation codeBart Van Assche-8/+3
2025-12-16scsi: mpt3sas: Fixed the W=1 compilation warningRanjan Kumar-4/+4
2025-12-16scsi: mpt3sas: Add configurable command retry limit for slow-to-respond devicesRanjan Kumar-6/+78
2025-12-16scsi: mpt3sas: Add firmware event requeue support for busy devicesRanjan Kumar-18/+112
2025-12-16scsi: mpt3sas: Improve device discovery and readiness handling for slow devicesRanjan Kumar-17/+1119
2025-12-16scsi: mpt3sas: Added no_turs flag to device unblock logicRanjan Kumar-3/+11
2025-10-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-8/+15
2025-09-24scsi: mpt3sas: Update driver version to 54.100.00.00Ranjan Kumar-2/+2
2025-09-24scsi: mpt3sas: Add support for 22.5 Gbps SAS link rateRanjan Kumar-0/+3
2025-09-24scsi: mpt3sas: Suppress unnecessary IOCLogInfo on CONFIG_INVALID_PAGERanjan Kumar-1/+7
2025-09-24scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()Ranjan Kumar-5/+3
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro-2/+2
2025-07-24scsi: mpt3sas: Fix a fw_event memory leakTomas Henzl-2/+1
2025-06-19scsi: mpt3sas: Correctly handle ATA device errorsDamien Le Moal-0/+19
2025-06-16scsi: mpt3sas: Drop unused variable in mpt3sas_send_mctp_passthru_req()André Draszik-3/+0
2025-05-20scsi: mpt3sas: Fix _ctl_get_mpt_mctp_passthru_adapter() to return IOC pointerShivasharan S-1/+2
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-98/+414
2025-03-03scsi: mpt3sas: Fix buffer overflow in mpt3sas_send_mctp_passthru_req()Dan Carpenter-1/+1
2025-02-28scsi: mpt3sas: Mark device strings as nonstringKees Cook-5/+5
2025-02-24scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"Colin Ian King-1/+1
2025-02-20Merge patch series "mpt3sas driver udpates"Martin K. Petersen-6/+405
2025-02-20scsi: mpt3sas: update driver version to 52.100.00.00Shivasharan S-2/+2
2025-02-20scsi: mpt3sas: Send a diag reset if target reset failsShivasharan S-2/+10
2025-02-20scsi: mpt3sas: Report driver capability as part of IOCINFO commandShivasharan S-1/+8
2025-02-20scsi: mpt3sas: Add support for MCTP Passthrough commandsShivasharan S-0/+318
2025-02-20scsi: mpt3sas: Update MPI headers to 02.00.62 versionShivasharan S-1/+67
2025-02-18scsi: mpt3sas: Fix a locking bug in an error pathBart Van Assche-5/+7
2025-02-12scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFOPaul Menzel-1/+1
2025-02-03scsi: mpt3sas: Remove unused config functionsDr. David Alan Gilbert-85/+0
2025-02-03scsi: Constify struct pci_error_handlersChristophe JAILLET-1/+1
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-15/+14
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen-5/+10
2025-01-02scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1Paul Menzel-2/+1
2025-01-02scsi: mpt3sas: Add details to EEDPTagMode error messagePaul Menzel-1/+1
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner-2/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche-4/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-8/+8
2024-12-04scsi: mpt3sas: Update driver version to 51.100.00.00Ranjan Kumar-4/+4
2024-12-04scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...Ranjan Kumar-1/+6
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+2
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-8/+4
2024-09-12scsi: mpt3sas: Remove trailing space after \n newlineColin Ian King-3/+2
2024-08-22scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocationBart Van Assche-6/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-2/+2