summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi3mr_os.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-25scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBASreekanth Reddy1-0/+45
2022-09-25scsi: mpi3mr: Support new power management frameworkSreekanth Reddy1-20/+13
2022-09-01scsi: mpi3mr: Block I/Os while refreshing target dev objectsSreekanth Reddy1-10/+15
2022-09-01scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy1-0/+50
2022-08-23scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy1-2/+18
2022-08-23scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy1-0/+2
2022-08-23scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy1-17/+67
2022-08-23scsi: mpi3mr: Get target object based on rphySreekanth Reddy1-10/+51
2022-08-23scsi: mpi3mr: Add expander devices to STLSreekanth Reddy1-6/+30
2022-08-23scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy1-4/+27
2022-08-23scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy1-1/+1
2022-08-23scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy1-0/+3
2022-08-23scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy1-2/+131
2022-08-23scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy1-0/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-4/+1
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+284
2022-07-19scsi: mpi3mr: Delete a stray tabDan Carpenter1-1/+1
2022-07-19scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy1-0/+122
2022-07-19scsi: mpi3mr: Resource Based MeteringSreekanth Reddy1-7/+160
2022-07-07scsi: mpi3mr: Enable shared host tagsetSreekanth Reddy1-0/+2
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-12/+4
2022-05-20scsi: mpi3mr: Add target device related sysfs attributesSreekanth Reddy1-0/+1
2022-05-11scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy1-0/+6
2022-05-11scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy1-3/+5
2022-05-11scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy1-0/+4
2022-05-03scsi: mpi3mr: Expose adapter state to sysfsSumit Saxena1-0/+1
2022-05-03scsi: mpi3mr: Add support for PEL commandsSumit Saxena1-0/+42
2022-05-03scsi: mpi3mr: Add support for MPT commandsSumit Saxena1-2/+2
2022-05-03scsi: mpi3mr: Add support for driver commandsSumit Saxena1-0/+3
2022-05-03scsi: mpi3mr: Add bsg device supportSumit Saxena1-0/+2
2022-02-23scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warningSreekanth Reddy1-1/+1