summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-165-34/+138
|\
| * scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar2024-01-241-2/+2
| * scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar2024-01-245-32/+136
* | scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar2024-02-261-1/+3
|/
* scsi: mpt3sas: Suppress a warning in debug kernelTomas Henzl2023-11-153-18/+26
* scsi: mpt3sas: Replace dynamic allocations with local variablesJames Seo2023-11-151-25/+12
* scsi: mpt3sas: Replace a dynamic allocation with a local variableJames Seo2023-11-151-14/+5
* scsi: mpt3sas: Fix typo of "TRIGGER"James Seo2023-11-153-28/+28
* scsi: mpt3sas: Fix an outdated commentJames Seo2023-11-151-1/+1
* scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter structJames Seo2023-11-152-5/+4
* scsi: mpt3sas: Use struct_size() for struct size calculationsJames Seo2023-11-154-22/+11
* scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData[] a flexible arrayJames Seo2023-11-151-6/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData[] a flexible arrayJames Seo2023-11-151-6/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData[] a flexible arrayJames Seo2023-11-151-7/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk[] a flexible arrayJames Seo2023-11-151-7/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor[] a flexible arrayJames Seo2023-11-151-7/+3
* scsi: mpt3sas: Use flexible arrays when obviously possibleJames Seo2023-11-153-165/+75
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-021-2/+2
|\
| * scsi: mpt3sas: Fix loop logicRanjan Kumar2023-10-241-2/+2
* | scsi: mpt3sas: Fix in error pathTomas Henzl2023-10-161-1/+3
|/
* scsi: mpt3sas: Remove volatile qualifierRanjan Kumar2023-08-303-6/+6
* scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar2023-08-302-13/+34
* scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl2023-04-111-2/+2
* scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar2023-04-111-8/+2
* Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-312-7/+12
|\
| * scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar2023-03-241-5/+0
| * scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()Wenchao Hao2023-03-071-2/+12
* | Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-241-2/+2
|\ \
| * | scsi: mpt3sas: Declare SCSI host template constBart Van Assche2023-03-241-2/+2
| |/
* / scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-092-6/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-222-1/+4
|\
| * scsi: mpt3sas: Fix a memory leakTomas Henzl2023-02-081-0/+3
| * scsi: mpt3sas: Demote log level for trace buffer allocation to infoPaul Menzel2023-01-181-1/+1
* | Merge branch '6.2/mpt-mpi' into 6.2/scsi-fixesMartin K. Petersen2022-12-301-2/+1
|\ \ | |/ |/|
| * scsi: mpt3sas: Remove usage of dma_get_required_mask() APISreekanth Reddy2022-11-171-2/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-0/+2
|\ \ | |/ |/|
| * scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()Yang Yingliang2022-11-251-0/+2
* | scsi: mpt3sas: re-do lost mpt3sas DMA mask fixSreekanth Reddy2022-10-251-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-076-27/+387
|\
| * scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"Damien Le Moal2022-09-251-6/+7
| * scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"Damien Le Moal2022-09-251-5/+5
| * scsi: mpt3sas: Update driver version to 43.100.00.00Sreekanth Reddy2022-09-011-2/+2
| * scsi: mpt3sas: Increase cmd_per_lun to 128Sreekanth Reddy2022-09-011-1/+1
| * scsi: mpt3sas: Fix trace buffer registration failedSreekanth Reddy2022-09-011-0/+4
| * scsi: mpt3sas: Don't change DMA mask while reallocating poolsSreekanth Reddy2022-09-011-7/+14
| * scsi: mpt3sas: Prevent error handler escalation when device removedSreekanth Reddy2022-09-011-0/+13
| * scsi: mpt3sas: Disable MPI2_FUNCTION_FW_DOWNLOAD for ATTO devicesBradley Grove2022-08-311-0/+8
| * scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove2022-08-315-6/+333
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-3/+2
|\ \
| * | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-3/+2
| |/