summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_ctl.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01scsi: mpt3sas: Fix trace buffer registration failedSreekanth Reddy1-0/+4
2022-08-31scsi: mpt3sas: Disable MPI2_FUNCTION_FW_DOWNLOAD for ATTO devicesBradley Grove1-0/+8
2022-04-25scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID checkDamien Le Moal1-5/+6
2022-01-05scsi: mpt3sas: Update persistent trigger pages from sysfs interfaceSuganath Prabu S1-4/+83
2021-10-20scsi: mpt3sas: Make mpt3sas_dev_attrs staticJiapeng Chong1-1/+1
2021-10-16scsi: mpt3sas: Switch to attribute groupsBart Van Assche1-33/+51
2021-09-13scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King1-1/+1
2021-08-09scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal1-0/+19
2021-08-09scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S1-2/+3
2021-04-13scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_queryGustavo A. R. Silva1-3/+2
2021-03-17scsi: mpt3sas: Replace unnecessary dynamic allocation with a static oneGustavo A. R. Silva1-16/+8
2021-03-15scsi: mpt3sas: Fix some kernel-doc misnaming issuesLee Jones1-8/+8
2021-02-08scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S1-1/+66
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+4
2020-12-01scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S1-1/+1
2020-11-04scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy1-2/+4
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2020-08-24scsi: mpt3sas: Remove pci-dma-compat wrapper APISuraj Upadhyay1-6/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S1-2/+4
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+10
2020-07-08scsi: mpt3sas: Fix kdoc comments formatDamien Le Moal1-6/+10
2020-07-07scsi: mpt3sas: Fix error returns in BRM_status_showJohannes Thumshirn1-4/+6
2020-07-02scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal1-1/+1
2020-01-02scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy1-15/+15
2020-01-02scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy1-1/+8
2020-01-02scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy1-3/+4
2019-10-09scsi: mpt3sas: Clean up some indentingDan Carpenter1-1/+1
2019-09-30scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBASreekanth Reddy1-0/+12
2019-09-30scsi: mpt3sas: Fail release cmnd if diag buffer is releasedSreekanth Reddy1-1/+1
2019-09-30scsi: mpt3sas: Add app owned flag support for diag bufferSreekanth Reddy1-1/+42
2019-09-30scsi: mpt3sas: Reuse diag buffer allocated at load timeSreekanth Reddy1-21/+67
2019-09-30scsi: mpt3sas: clear release bit when buffer reregisteredSreekanth Reddy1-0/+2
2019-09-30scsi: mpt3sas: Maintain owner of buffer through UniqueIDSreekanth Reddy1-9/+105
2019-09-30scsi: mpt3sas: Free diag buffer without any status checkSreekanth Reddy1-6/+0
2019-09-30scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy1-1/+2
2019-09-30scsi: mpt3sas: Display message before releasing diag bufferSreekanth Reddy1-0/+7
2019-09-30scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy1-4/+67
2019-08-29scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy1-0/+102
2019-08-07scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu1-0/+19
2019-08-07scsi: mpt3sas: Support MEMORY MOVE Tool box commandSuganath Prabu1-2/+25
2019-08-07scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu1-3/+4
2019-08-07scsi: mpt3sas: memset request frame before reusingSuganath Prabu1-0/+1
2019-08-07scsi: mpt3sas: Add support for PCIe Lane marginSuganath Prabu1-3/+4
2019-07-30scsi: mpt3sas: support target smid for [abort|query] taskMinwoo Im1-2/+10
2019-07-30scsi: mpt3sas: clean up a couple sizeof() usesDan Carpenter1-3/+2
2019-06-20scsi: mpt3sas: use DEVICE_ATTR_{RO, RW}Tomas Henzl1-113/+97
2019-06-18scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S1-10/+10
2019-06-18scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main()Gen Zhang1-0/+4
2018-11-06scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu1-18/+3