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