summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi3mr_transport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpi3mr: Validate SAS port assignmentsRanjan Kumar2024-10-161-15/+27
* Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen2024-07-111-1/+1
|\
| * Merge branch '6.10/scsi-queue' into 6.10/scsi-fixesMartin K. Petersen2024-05-291-1/+1
| |\
| | * scsi: mpi3mr: Use proper format specifier in mpi3mr_sas_port_add()Nathan Chancellor2024-05-151-1/+1
* | | Merge patch series "mpi3mr: Support PCI Error Recovery"Martin K. Petersen2024-07-051-4/+35
|\ \ \
| * | | scsi: mpi3mr: Prevent PCI writes from driver during PCI error recoverySumit Saxena2024-07-051-4/+35
| |/ /
* / / scsi: mpi3mr: Correct a test in mpi3mr_sas_port_add()Tomas Henzl2024-07-051-2/+2
|/ /
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+2
|\ \
| * | fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-151-0/+10
|\ \ \ | | |/ | |/|
| * | scsi: mpi3mr: Sanitise num_physTomas Henzl2024-05-091-0/+10
| |/
* / scsi: mpi3mr: Avoid possible run-time warning with long manufacturer stringsKees Cook2024-04-251-9/+5
|/
* scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann2024-02-271-1/+6
* scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32Sumit Saxena2023-11-251-8/+8
* scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()Harshit Mogalapalli2023-05-081-1/+1
* Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-04-011-10/+10
|\
| * scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl2023-03-081-4/+1
| * scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar2023-03-071-5/+7
| * scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar2023-03-071-1/+2
* | scsi: mpi3mr: Update copyright yearRanjan Kumar2023-03-171-1/+1
|/
* scsi: mpi3mr: Fix an issue found by KASANTomas Henzl2023-02-221-1/+1
* scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()Dan Carpenter2022-09-161-2/+4
* scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()Dan Carpenter2022-09-161-26/+32
* scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy2022-09-011-0/+351
* scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy2022-08-231-0/+892
* scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy2022-08-231-0/+228
* scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy2022-08-231-0/+158
* scsi: mpi3mr: Get target object based on rphySreekanth Reddy2022-08-231-0/+29
* scsi: mpi3mr: Add expander devices to STLSreekanth Reddy2022-08-231-3/+395
* scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy2022-08-231-0/+525
* scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy2022-08-231-0/+278
* scsi: mpi3mr: Add framework to add phys to STLSreekanth Reddy2022-08-231-0/+430