summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_ctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal2024-06-121-2/+2
* scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar2024-01-251-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-191-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-09-011-0/+8
* scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID checkDamien Le Moal2022-04-261-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-211-1/+1
* scsi: mpt3sas: Switch to attribute groupsBart Van Assche2021-10-171-33/+51
* scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King2021-09-141-1/+1
* scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-101-0/+19
* scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-101-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-161-8/+8
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-091-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-051-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-151-8/+8
|\
| * scsi: mpt3sas: Remove pci-dma-compat wrapper APISuraj Upadhyay2020-08-251-6/+4
| * scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S2020-08-211-2/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-071-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-081-4/+6
* | scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal2020-07-031-1/+1
|/
* scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-031-15/+15
* scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-031-1/+8
* scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-031-3/+4
* scsi: mpt3sas: Clean up some indentingDan Carpenter2019-10-101-1/+1
* scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBASreekanth Reddy2019-10-011-0/+12
* scsi: mpt3sas: Fail release cmnd if diag buffer is releasedSreekanth Reddy2019-10-011-1/+1
* scsi: mpt3sas: Add app owned flag support for diag bufferSreekanth Reddy2019-10-011-1/+42
* scsi: mpt3sas: Reuse diag buffer allocated at load timeSreekanth Reddy2019-10-011-21/+67
* scsi: mpt3sas: clear release bit when buffer reregisteredSreekanth Reddy2019-10-011-0/+2
* scsi: mpt3sas: Maintain owner of buffer through UniqueIDSreekanth Reddy2019-10-011-9/+105
* scsi: mpt3sas: Free diag buffer without any status checkSreekanth Reddy2019-10-011-6/+0
* scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy2019-10-011-1/+2
* scsi: mpt3sas: Display message before releasing diag bufferSreekanth Reddy2019-10-011-0/+7
* scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy2019-10-011-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-081-0/+19
* scsi: mpt3sas: Support MEMORY MOVE Tool box commandSuganath Prabu2019-08-081-2/+25
* scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu2019-08-081-3/+4
* scsi: mpt3sas: memset request frame before reusingSuganath Prabu2019-08-081-0/+1
* scsi: mpt3sas: Add support for PCIe Lane marginSuganath Prabu2019-08-081-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