summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar2024-01-241-0/+54
* scsi: mpt3sas: Suppress a warning in debug kernelTomas Henzl2023-11-151-18/+24
* scsi: mpt3sas: Demote log level for trace buffer allocation to infoPaul Menzel2023-01-181-1/+1
* scsi: mpt3sas: Fix trace buffer registration failedSreekanth Reddy2022-09-011-0/+4
* scsi: mpt3sas: Disable MPI2_FUNCTION_FW_DOWNLOAD for ATTO devicesBradley Grove2022-08-311-0/+8
* scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID checkDamien Le Moal2022-04-251-5/+6
* scsi: mpt3sas: Update persistent trigger pages from sysfs interfaceSuganath Prabu S2022-01-051-4/+83
* scsi: mpt3sas: Make mpt3sas_dev_attrs staticJiapeng Chong2021-10-201-1/+1
* scsi: mpt3sas: Switch to attribute groupsBart Van Assche2021-10-161-33/+51
* scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King2021-09-131-1/+1
* scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-091-0/+19
* scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-091-2/+3
* scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_queryGustavo A. R. Silva2021-04-131-3/+2
* scsi: mpt3sas: Replace unnecessary dynamic allocation with a static oneGustavo A. R. Silva2021-03-171-16/+8
* scsi: mpt3sas: Fix some kernel-doc misnaming issuesLee Jones2021-03-151-8/+8
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-081-1/+66
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-161-2/+4
|\
| * scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy2020-11-041-2/+4
* | scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S2020-12-011-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-8/+8
|\
| * scsi: mpt3sas: Remove pci-dma-compat wrapper APISuraj Upadhyay2020-08-241-6/+4
| * scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S2020-08-201-2/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-061-6/+10
|\
| * scsi: mpt3sas: Fix kdoc comments formatDamien Le Moal2020-07-081-6/+10
* | scsi: mpt3sas: Fix error returns in BRM_status_showJohannes Thumshirn2020-07-071-4/+6
* | scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal2020-07-021-1/+1
|/
* scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-021-15/+15
* scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-021-1/+8
* scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-021-3/+4
* scsi: mpt3sas: Clean up some indentingDan Carpenter2019-10-091-1/+1
* scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBASreekanth Reddy2019-09-301-0/+12
* scsi: mpt3sas: Fail release cmnd if diag buffer is releasedSreekanth Reddy2019-09-301-1/+1
* scsi: mpt3sas: Add app owned flag support for diag bufferSreekanth Reddy2019-09-301-1/+42
* scsi: mpt3sas: Reuse diag buffer allocated at load timeSreekanth Reddy2019-09-301-21/+67
* scsi: mpt3sas: clear release bit when buffer reregisteredSreekanth Reddy2019-09-301-0/+2
* scsi: mpt3sas: Maintain owner of buffer through UniqueIDSreekanth Reddy2019-09-301-9/+105
* scsi: mpt3sas: Free diag buffer without any status checkSreekanth Reddy2019-09-301-6/+0
* scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy2019-09-301-1/+2
* scsi: mpt3sas: Display message before releasing diag bufferSreekanth Reddy2019-09-301-0/+7
* scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy2019-09-301-4/+67
* scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy2019-08-291-0/+102
* scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu2019-08-071-0/+19
* scsi: mpt3sas: Support MEMORY MOVE Tool box commandSuganath Prabu2019-08-071-2/+25
* scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu2019-08-071-3/+4
* scsi: mpt3sas: memset request frame before reusingSuganath Prabu2019-08-071-0/+1
* scsi: mpt3sas: Add support for PCIe Lane marginSuganath Prabu2019-08-071-3/+4
* scsi: mpt3sas: support target smid for [abort|query] taskMinwoo Im2019-07-301-2/+10
* scsi: mpt3sas: clean up a couple sizeof() usesDan Carpenter2019-07-301-3/+2
* scsi: mpt3sas: use DEVICE_ATTR_{RO, RW}Tomas Henzl2019-06-201-113/+97