summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi3mr_os.c
AgeCommit message (Expand)AuthorFilesLines
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-08-31scsi: mpi3mr: Block I/Os while refreshing target dev objectsSreekanth Reddy1-10/+15
2022-08-31scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy1-0/+50
2022-08-22scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy1-2/+18
2022-08-22scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy1-0/+2
2022-08-22scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy1-17/+67
2022-08-22scsi: mpi3mr: Get target object based on rphySreekanth Reddy1-10/+51
2022-08-22scsi: mpi3mr: Add expander devices to STLSreekanth Reddy1-6/+30
2022-08-22scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy1-4/+27
2022-08-22scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy1-1/+1
2022-08-22scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy1-0/+3
2022-08-22scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy1-2/+131
2022-08-22scsi: 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-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+284
2022-07-18scsi: mpi3mr: Delete a stray tabDan Carpenter1-1/+1
2022-07-18scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy1-0/+122
2022-07-18scsi: 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-19scsi: mpi3mr: Add target device related sysfs attributesSreekanth Reddy1-0/+1
2022-05-10scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy1-0/+6
2022-05-10scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy1-3/+5
2022-05-10scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy1-0/+4
2022-05-02scsi: mpi3mr: Expose adapter state to sysfsSumit Saxena1-0/+1
2022-05-02scsi: mpi3mr: Add support for PEL commandsSumit Saxena1-0/+42
2022-05-02scsi: mpi3mr: Add support for MPT commandsSumit Saxena1-2/+2
2022-05-02scsi: mpi3mr: Add support for driver commandsSumit Saxena1-0/+3
2022-05-02scsi: mpi3mr: Add bsg device supportSumit Saxena1-0/+2
2022-02-22scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warningSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Update the copyright yearSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Fix reporting of actual data transfer sizeSreekanth Reddy1-0/+2
2022-02-11scsi: mpi3mr: Fix cmnd getting marked as in use foreverSreekanth Reddy1-2/+14
2022-02-11scsi: mpi3mr: Fix hibernation issueSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Update MPI3 headersSreekanth Reddy1-29/+0
2022-02-11scsi: mpi3mr: Fix printing of pending I/O countSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Fix deadlock while canceling the fw eventSreekanth Reddy1-20/+86
2021-12-23scsi: mpi3mr: Enhanced Task Management Support Reply handlingSreekanth Reddy1-38/+179
2021-12-23scsi: mpi3mr: Use TM response codes from MPI3 headersSreekanth Reddy1-27/+27
2021-12-23scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy1-5/+41
2021-12-23scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy1-3/+72
2021-12-23scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy1-0/+40
2021-12-23scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy1-5/+153
2021-12-23scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy1-14/+24
2021-12-23scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy1-13/+33