summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi3mr_os.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-15Merge patch series "mpi3mr: Few minor bug fixes"Martin K. Petersen1-0/+2
2025-07-15scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systemsRanjan Kumar1-0/+2
2025-06-20scsi: mpi3mr: Correctly handle ATA device errorsDamien Le Moal1-1/+19
2025-04-29scsi: mpi3mr: Event processing debug improvementRanjan Kumar1-17/+50
2025-04-22scsi: mpi3mr: Fix typo and grammarChelsy Ratnawat1-3/+3
2025-03-11scsi: mpi3mr: Task Abort EH SupportChandrakanth Patil1-0/+99
2025-02-04scsi: Constify struct pci_error_handlersChristophe JAILLET1-1/+1
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+10
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen1-1/+1
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-1/+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: Start controller indexing from 0Ranjan Kumar1-1/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2024-08-23scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocationBart Van Assche1-3/+1
2024-08-13scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lockShin'ichiro Kawasaki1-0/+1
2024-07-23scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-0/+11
2024-07-05scsi: mpi3mr: Prevent PCI writes from driver during PCI error recoverySumit Saxena1-5/+44
2024-07-05scsi: mpi3mr: Support PCI Error Recovery callback handlersSumit Saxena1-0/+199
2024-06-27scsi: mpi3mr: Trigger supportRanjan Kumar1-0/+113
2024-04-12scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig1-2/+1
2024-04-12scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig1-43/+30
2024-03-26scsi: mpi3mr: Set MPI request flags appropriatelyRanjan Kumar1-1/+1
2024-03-26scsi: mpi3mr: Block devices are not removed even when VDs are offlinedRanjan Kumar1-5/+5
2024-01-24scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu1-2/+10
2023-12-06scsi: mpi3mr: Fetch correct device dev handle for status reply descriptorChandrakanth patil1-0/+1
2023-12-06scsi: mpi3mr: Clean up block devices post controller resetChandrakanth patil1-2/+7
2023-12-06scsi: mpi3mr: Refresh sdev queue depth after controller resetChandrakanth patil1-2/+8
2023-11-25scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116Sumit Saxena1-1/+4
2023-11-25scsi: 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-08scsi: mpi3mr: Enhance handling of devices removed after controller resetRanjan Kumar1-0/+13
2023-08-08scsi: mpi3mr: WRITE SAME implementationRanjan Kumar1-24/+94
2023-08-08scsi: mpi3mr: Add support for more than 1MB I/ORanjan Kumar1-4/+20
2023-04-12scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar1-3/+3
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-0/+25
2023-03-25Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-25scsi: mpi3mr: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-17scsi: mpi3mr: Update copyright yearRanjan Kumar1-1/+1
2023-03-17scsi: mpi3mr: Avoid escalating to higher level reset when target is removedRanjan Kumar1-5/+23
2023-03-17scsi: mpi3mr: Successive VD delete and add causes FW faultRanjan Kumar1-14/+34
2023-03-08scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl1-0/+7
2023-03-08scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()Tomas Henzl1-0/+6
2023-03-08scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()Tomas Henzl1-0/+11
2023-03-07scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar1-0/+1
2023-02-22scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki1-0/+4
2022-11-17scsi: mpi3mr: Suppress command reply debug printsShin'ichiro Kawasaki1-1/+2
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-70/+475
2022-09-25scsi: mpi3mr: Scan the devices during resume timeSreekanth Reddy1-0/+4
2022-09-25scsi: mpi3mr: Free enclosure objects during driver unloadSreekanth Reddy1-0/+19