summaryrefslogtreecommitdiff
path: root/drivers/message/fusion
AgeCommit message (Expand)AuthorFilesLines
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen3-3/+3
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche5-10/+12
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche5-20/+20
2024-11-21scsi: message: fusion: Constify struct pci_device_idChristophe JAILLET3-3/+3
2024-11-07scsi: fusion: Remove unused variable 'rc'Zeng Heng1-3/+1
2024-10-04scsi: mptfusion: Remove #ifndef __GENKSYMS__ / #endifBart Van Assche1-3/+0
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-13scsi: fusion: mptctl: Use min() macroYan Zhen1-1/+1
2024-08-23Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen3-15/+5
2024-08-23scsi: mptfusion: Simplify the alloc*_workqueue() invocationsBart Van Assche3-15/+5
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_IOC_4: Replace 1-element array wit...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_IOC_3: Replace 1-element array wit...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_IOC_2: Replace 1-element array wit...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_RAID_PHYS_DISK_1: Replace 1-elemen...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_SAS_IO_UNIT_0: Replace 1-element a...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _RAID_VOL0_SETTINGS: Replace 1-element array wi...Kees Cook1-9/+1
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-2/+3
2024-04-25scsi: mptfusion: Avoid possible run-time warning with long manufacturer stringsKees Cook1-9/+5
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig4-2/+3
2024-01-24scsi: message: fusion: Remove redundant pointer 'hd'Colin Ian King1-3/+1
2023-10-25scsi: message: fusion: Initialize return value in mptfc_bus_reset()Hannes Reinecke1-1/+1
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen3-30/+120
2023-10-13scsi: message: fusion: Open-code mptfc_block_error_handler() for bus resetHannes Reinecke1-3/+14
2023-10-13scsi: message: fusion: Correct definitions for mptscsih_dev_reset()Hannes Reinecke2-1/+55
2023-10-13scsi: message: fusion: Simplify mptfc_block_error_handler()Hannes Reinecke1-29/+54
2023-10-10scsi: message: fusion: Replace deprecated strncpy() with strscpy()Justin Stitt1-8/+8
2023-10-10scsi: message: fusion: Replace deprecated strncpy() with strscpy_pad()Justin Stitt1-10/+9
2023-06-01scsi: message: fusion: Add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-06-01scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-3/+3
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2023-04-14scsi: message: fusion: Mark mpt_halt_firmware() __noreturnJosh Poimboeuf2-2/+2
2023-03-25scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang1-0/+2
2023-03-25Merge patch series "Constify most SCSI host templates"Martin K. Petersen3-3/+3
2023-03-25scsi: message: fusion: Declare SCSI host template members constBart Van Assche3-3/+3
2023-03-10scsi: message: fusion: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+0
2023-03-10scsi: message: fusion: Remove unused sas_persist_task workTetsuo Handa1-1/+0
2022-11-08scsi: message: fusion: Remove variable 'where'Colin Ian King1-2/+0
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-4/+4
2022-09-01scsi: message: fusion: Remove redundant variable iocnumColin Ian King1-4/+2
2022-06-22scsi: message: fusion: Drop redundant "the"Jiang Jian1-1/+1
2022-04-26scsi: message: fusion: Remove unused variable retvalAlexander Vorwerk1-3/+0
2022-04-07scsi: message: fusion: Remove redundant variable dmpColin Ian King1-2/+2
2022-02-28scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET1-1/+1
2022-02-12scsi: message: fusion: Use GFP_KERNELJulia Lawall1-1/+1
2022-01-10scsi: message: fusion: mptctl: Use dma_alloc_coherent()Christophe JAILLET1-12/+19
2022-01-10scsi: message: fusion: mptsas: Use dma_alloc_coherent()Christophe JAILLET1-20/+20
2022-01-10scsi: message: fusion: Use dma_alloc_coherent() in mptsas_exp_repmanufacture_...Christophe JAILLET1-1/+2
2022-01-10scsi: message: fusion: mptbase: Use dma_alloc_coherent()Christophe JAILLET1-20/+32
2022-01-10scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()Christophe JAILLET1-1/+2