aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr
AgeCommit message (Expand)AuthorFilesLines
2026-04-08scsi: mpi3mr: Fix typoClaudiu Beznea1-1/+1
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen1-15/+29
2026-03-27scsi: mpi3mr: Add retry mechanism for IOC shutdown with timeout resetRanjan Kumar2-6/+27
2026-03-27scsi: mpi3mr: Add queue-full tracking for operational request queuesRanjan Kumar2-0/+28
2026-03-27scsi: mpi3mr: Reset controller on invalid I/O completionRanjan Kumar3-2/+19
2026-02-28scsi: mpi3mr: Clear reset history on ready and recheck state after timeoutRanjan Kumar1-0/+10
2026-02-23Merge branch '7.0/scsi-queue' into 7.0/scsi-fixesMartin K. Petersen1-14/+18
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-4/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-26/+22
2026-02-17scsi: mpi3mr: Add NULL checks when resetting request and reply queuesRanjan Kumar1-14/+18
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-49/+485
2026-02-03scsi: mpi3mr: Make driver probing asynchronousGuixin Liu1-1/+4
2026-01-23Merge patch series "mpi3mr: Enhancements for mpi3mr"Martin K. Petersen13-40/+478
2026-01-23scsi: mpi3mr: Driver version update to 8.17.0.3.50Ranjan Kumar1-2/+2
2026-01-23scsi: mpi3mr: Fixed the W=1 compilation warningRanjan Kumar2-5/+7
2026-01-23scsi: mpi3mr: Record and report controller firmware faultsRanjan Kumar3-0/+135
2026-01-23scsi: mpi3mr: Update MPI Headers to revision 39Ranjan Kumar8-12/+197
2026-01-23scsi: mpi3mr: Use negotiated link rate from DevicePage0Ranjan Kumar4-12/+111
2026-01-23scsi: mpi3mr: Avoid redundant diag-fault resetsRanjan Kumar1-3/+10
2026-01-23scsi: mpi3mr: Rename log data save helper to reflect threaded/BH contextRanjan Kumar3-4/+9
2026-01-23scsi: mpi3mr: Add module parameter to control threaded IRQ pollingRanjan Kumar1-2/+7
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-2/+2
2026-01-11scsi: mpi3mr: Simplify the workqueue allocation codeBart Van Assche2-6/+1
2025-12-16scsi: mpi3mr: Read missing IOCFacts flag for reply queue full overflowChandrakanth Patil2-0/+3
2025-11-29scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1Suganath Prabu S2-3/+5
2025-10-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-15/+88
2025-08-25scsi: mpi3mr: Update driver version to 8.15.0.5.50Chandrakanth Patil1-2/+2
2025-08-25scsi: mpi3mr: Fix premature TM timeouts on virtual drivesChandrakanth Patil2-5/+17
2025-08-25scsi: mpi3mr: Update MPI headers to revision 37Chandrakanth Patil4-2/+41
2025-08-25scsi: mpi3mr: Fix I/O failures during controller resetChandrakanth Patil2-0/+5
2025-08-25scsi: mpi3mr: Fix controller init failure on fault during queue creationChandrakanth Patil1-0/+10
2025-08-25scsi: mpi3mr: Fix device loss during enclosure reboot due to zero link speedChandrakanth Patil2-6/+13
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro1-2/+2
2025-07-14Merge patch series "mpi3mr: Few minor bug fixes"Martin K. Petersen3-8/+21
2025-07-14scsi: mpi3mr: Update driver version to 8.14.0.5.50Ranjan Kumar1-2/+2
2025-07-14scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systemsRanjan Kumar3-4/+17
2025-07-14scsi: mpi3mr: Drop unnecessary volatile from __iomem pointersRanjan Kumar2-3/+3
2025-07-14scsi: mpi3mr: Fix race between config read submit and interrupt completionRanjan Kumar1-1/+1
2025-06-24scsi: mpi3mr: Fix kernel-doc issues in mpi3mr_app.cRandy Dunlap1-4/+6
2025-06-19scsi: mpi3mr: Correctly handle ATA device errorsDamien Le Moal1-1/+19
2025-04-28scsi: mpi3mr: Event processing debug improvementRanjan Kumar1-17/+50
2025-04-28Merge branch '6.15/scsi-fixes' into 6.16/scsi-stagingMartin K. Petersen1-1/+7
2025-04-21scsi: mpi3mr: Fix typo and grammarChelsy Ratnawat1-3/+3
2025-04-21scsi: mpi3mr: Add level check to control event loggingRanjan Kumar1-0/+3
2025-04-11scsi: mpi3mr: Reset the pending interrupt flagRanjan Kumar1-0/+3
2025-04-11scsi: mpi3mr: Fix pending I/O counterRanjan Kumar1-1/+1
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-28/+460
2025-03-10scsi: mpi3mr: Task Abort EH SupportChandrakanth Patil1-0/+99
2025-02-28scsi: mpi3mr: Mark device strings as nonstringKees Cook1-4/+4
2025-02-24Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen7-6/+80
2025-02-24scsi: mpi3mr: Update driver version to 8.13.0.5.50Ranjan Kumar1-2/+2
2025-02-24scsi: mpi3mr: Check admin reply queue from WatchdogRanjan Kumar2-1/+12
2025-02-24scsi: mpi3mr: Update timestamp only for supervisor IOCsRanjan Kumar1-1/+4
2025-02-24scsi: mpi3mr: Update MPI Headers to revision 35Ranjan Kumar5-2/+62
2025-02-18scsi: mpi3mr: Fix locking in an error pathBart Van Assche1-0/+1
2025-02-12scsi: mpi3mr: Fix spelling mistake "skiping" -> "skipping"Colin Ian King1-1/+1
2025-02-03Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen4-23/+281
2025-02-03scsi: mpi3mr: Update driver version to 8.12.1.0.50Ranjan Kumar1-2/+2
2025-02-03scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queueRanjan Kumar2-3/+66
2025-02-03scsi: mpi3mr: Support for Segmented Hardware Trace bufferRanjan Kumar4-13/+150
2025-02-03scsi: mpi3mr: Avoid reply queue full conditionRanjan Kumar3-5/+63
2025-02-03scsi: Constify struct pci_error_handlersChristophe JAILLET1-1/+1
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-12/+16
2025-01-10scsi: mpi3mr: Fix possible crash when setting up bsg failsGuixin Liu1-2/+6
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen4-91/+81
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner2-2/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-4/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-6/+6
2024-12-04scsi: mpi3mr: Update driver version to 8.12.0.3.50Ranjan Kumar1-2/+2
2024-12-04scsi: mpi3mr: Handling of fault code for insufficient powerRanjan Kumar1-0/+40
2024-12-04scsi: mpi3mr: Start controller indexing from 0Ranjan Kumar1-1/+1
2024-12-04scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfsRanjan Kumar2-77/+13
2024-12-04scsi: mpi3mr: Synchronize access to ioctl data bufferRanjan Kumar1-11/+25
2024-10-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-17/+29
2024-10-15scsi: mpi3mr: Validate SAS port assignmentsRanjan Kumar2-17/+29
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-28/+121
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-32/+35
2024-09-12Merge patch series "mpi3mr: Few Enhancements and minor fix"Martin K. Petersen6-26/+119
2024-09-12scsi: mpi3mr: Update driver version to 8.12.0.0.50Ranjan Kumar1-2/+2
2024-09-12scsi: mpi3mr: Improve wait logic while controller transitions to READY stateRanjan Kumar1-14/+11
2024-09-12scsi: mpi3mr: Update MPI Headers to revision 34Ranjan Kumar4-7/+52
2024-09-12scsi: mpi3mr: Use firmware-provided timestamp update intervalRanjan Kumar3-2/+30
2024-09-12scsi: mpi3mr: Enhance the Enable Controller retry logicRanjan Kumar1-1/+24
2024-09-12scsi: mpi3mr: A performance fixTomas Henzl2-2/+2
2024-08-22Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen3-7/+3
2024-08-22scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+1
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche1-2/+2
2024-08-12scsi: mpi3mr: Driver version update to 8.10.0.5.50Ranjan Kumar1-2/+2
2024-08-12scsi: mpi3mr: Update consumer index of reply queues after every 100 repliesRanjan Kumar2-2/+17
2024-08-12scsi: mpi3mr: Return complete ioc_status for ioctl commandsRanjan Kumar1-5/+9
2024-08-12scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocationsShin'ichiro Kawasaki1-3/+8
2024-08-12scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lockShin'ichiro Kawasaki1-0/+1
2024-08-02scsi: mpi3mr: struct mpi3_sas_io_unit_page1: Replace 1-element array with fle...Kees Cook1-4/+1
2024-08-02scsi: mpi3mr: struct mpi3_sas_io_unit_page0: Replace 1-element array with fle...Kees Cook1-4/+1
2024-08-02scsi: mpi3mr: struct mpi3_event_data_pcie_topology_change_list: Replace 1-ele...Kees Cook1-4/+1
2024-08-02scsi: mpi3mr: struct mpi3_event_data_sas_topology_change_list: Replace 1-elem...Kees Cook1-4/+1
2024-07-22scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-0/+11
2024-07-10Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen2-1/+63
2024-07-04Merge patch series "mpi3mr: Support PCI Error Recovery"Martin K. Petersen5-19/+311
2024-07-04scsi: mpi3mr: Driver version updateSumit Saxena1-2/+2
2024-07-04scsi: mpi3mr: Prevent PCI writes from driver during PCI error recoverySumit Saxena5-17/+104
2024-07-04scsi: mpi3mr: Support PCI Error Recovery callback handlersSumit Saxena2-0/+205
2024-07-04scsi: mpi3mr: Correct a test in mpi3mr_sas_port_add()Tomas Henzl1-2/+2
2024-06-26scsi: mpi3mr: Update driver version to 8.9.1.0.50Ranjan Kumar1-2/+2
2024-06-26scsi: mpi3mr: Add ioctl support for HDBRanjan Kumar2-0/+277
2024-06-26scsi: mpi3mr: Trigger supportRanjan Kumar4-8/+564
2024-06-26scsi: mpi3mr: HDB allocation and posting for hardware and firmware buffersRanjan Kumar4-1/+790
2024-06-11scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal1-0/+62
2024-05-28Merge branch '6.10/scsi-queue' into 6.10/scsi-fixesMartin K. Petersen1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2024-05-15scsi: mpi3mr: Use proper format specifier in mpi3mr_sas_port_add()Nathan Chancellor1-1/+1
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-110/+121
2024-05-08scsi: mpi3mr: Sanitise num_physTomas Henzl1-0/+10
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+2
2024-04-25scsi: mpi3mr: Avoid possible run-time warning with long manufacturer stringsKees Cook1-9/+5
2024-04-11scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig2-3/+1
2024-04-11scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig1-43/+30
2024-04-11scsi: mpi3mr: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-7/+5
2024-04-11scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-1/+1
2024-03-25Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen8-54/+72
2024-03-25scsi: mpi3mr: Driver version update to 8.8.1.0.50Ranjan Kumar1-2/+2
2024-03-25scsi: mpi3mr: Update MPI Headers to revision 31Ranjan Kumar5-27/+24
2024-03-25scsi: mpi3mr: Debug ability improvementsRanjan Kumar3-17/+35
2024-03-25scsi: mpi3mr: Set the WriteSame Divert Capability in the IOCInit MPI RequestRanjan Kumar2-1/+3
2024-03-25scsi: mpi3mr: Clear ioctl blocking flag for an unresponsive controllerRanjan Kumar1-0/+1
2024-03-25scsi: mpi3mr: Set MPI request flags appropriatelyRanjan Kumar1-1/+1
2024-03-25scsi: mpi3mr: Block devices are not removed even when VDs are offlinedRanjan Kumar2-6/+6
2024-03-25scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki1-1/+1
2024-03-25Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen1-5/+5
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+10
2024-03-10scsi: mpi3mr: Replace deprecated strncpy() with assignmentsJustin Stitt1-5/+5
2024-02-26scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann1-1/+6
2024-01-23scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu1-2/+10
2024-01-03scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warningsRandy Dunlap1-4/+2
2023-12-08scsi: mpi3mr: Fix printk() format stringsArnd Bergmann1-3/+3
2023-12-05scsi: mpi3mr: Update driver version to 8.5.1.0.0Chandrakanth patil1-2/+2
2023-12-05scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-3Chandrakanth patil2-27/+107
2023-12-05scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-2Chandrakanth patil2-85/+313
2023-12-05scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-1Chandrakanth patil2-0/+127
2023-12-05scsi: mpi3mr: Fetch correct device dev handle for status reply descriptorChandrakanth patil1-0/+1
2023-12-05scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable ...Chandrakanth patil1-0/+16
2023-12-05scsi: mpi3mr: Clean up block devices post controller resetChandrakanth patil1-2/+7
2023-12-05scsi: mpi3mr: Refresh sdev queue depth after controller resetChandrakanth patil1-2/+8
2023-11-24scsi: mpi3mr: driver version upgrade to 8.5.0.0.50Sumit Saxena1-2/+2
2023-11-24scsi: mpi3mr: Add support for status reply descriptorSumit Saxena2-0/+4
2023-11-24scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32Sumit Saxena2-9/+9
2023-11-24scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116Sumit Saxena2-2/+6
2023-11-24scsi: mpi3mr: Add support for SAS5116 PCI IDsSumit Saxena1-0/+8
2023-10-13scsi: mpi3mr: Split off bus_reset function from host_resetHannes Reinecke1-20/+37
2023-08-07scsi: mpi3mr: Update driver version to 8.5.0.0.0Ranjan Kumar1-2/+2
2023-08-07scsi: mpi3mr: Enhance handling of devices removed after controller resetRanjan Kumar1-0/+13
2023-08-07scsi: mpi3mr: WRITE SAME implementationRanjan Kumar2-24/+105
2023-08-07scsi: mpi3mr: Add support for more than 1MB I/ORanjan Kumar3-11/+50
2023-08-07scsi: mpi3mr: Update MPI Headers to version 3.00.28Ranjan Kumar3-2/+3
2023-08-07scsi: mpi3mr: Invoke soft reset upon TSU or event ack time outRanjan Kumar1-4/+4
2023-05-31scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash1-0/+5
2023-05-22scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET2-5/+5
2023-05-08scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()Harshit Mogalapalli1-1/+1
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-56/+211
2023-04-11scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar1-3/+3
2023-04-02scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)Ranjan Kumar1-1/+1
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen5-35/+109
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-24scsi: mpi3mr: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-16scsi: mpi3mr: Update driver version to 8.4.1.0.0Ranjan Kumar1-2/+2
2023-03-16scsi: mpi3mr: Update copyright yearRanjan Kumar13-13/+13
2023-03-16scsi: mpi3mr: Fix W=1 compilation warningsRanjan Kumar1-0/+3
2023-03-16scsi: mpi3mr: Update MPI Headers to revision 27Ranjan Kumar4-14/+123
2023-03-16scsi: mpi3mr: Avoid escalating to higher level reset when target is removedRanjan Kumar1-5/+23
2023-03-16scsi: mpi3mr: Modify MUR timeout value to 120 secondsRanjan Kumar2-1/+2
2023-03-16scsi: mpi3mr: Fix admin queue memory leak upon soft resetRanjan Kumar1-2/+0
2023-03-16scsi: mpi3mr: Successive VD delete and add causes FW faultRanjan Kumar2-15/+41
2023-03-07scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl3-4/+10
2023-03-07scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()Tomas Henzl1-18/+23
2023-03-07scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()Tomas Henzl1-0/+6
2023-03-07scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()Tomas Henzl1-0/+11
2023-03-07scsi: mpi3mr: Fix config page DMA memory leakTomas Henzl1-1/+5
2023-03-07scsi: mpi3mr: Fix throttle_groups memory leakTomas Henzl1-0/+3
2023-03-06scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar1-5/+7
2023-03-06scsi: mpi3mr: NVMe command size greater than 8K failsRanjan Kumar1-2/+2
2023-03-06scsi: mpi3mr: Return proper values for failures in firmware init pathRanjan Kumar1-2/+9
2023-03-06scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar1-1/+18
2023-03-06scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar1-1/+2
2023-03-06scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar3-2/+14
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-72/+48
2023-02-21scsi: mpi3mr: Remove unneeded version.h includeJesper Juhl1-1/+0
2023-02-21scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki1-0/+4
2023-02-21scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki2-52/+33
2023-02-21scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki1-11/+2
2023-02-21scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki1-7/+8
2023-02-21scsi: mpi3mr: Fix an issue found by KASANTomas Henzl1-1/+1
2022-12-30Merge branch '6.2/mpt-mpi' into 6.2/scsi-fixesMartin K. Petersen1-2/+1
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen1-1/+1
2022-12-14scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in MakefileShin'ichiro Kawasaki1-1/+1
2022-11-17scsi: mpi3mr: Remove usage of dma_get_required_mask() APISreekanth Reddy1-2/+1
2022-11-17scsi: mpi3mr: Suppress command reply debug printsShin'ichiro Kawasaki1-1/+2
2022-10-22scsi: mpi3mr: Select CONFIG_SCSI_SAS_ATTRSMichal Kubecek1-0/+1