summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-123-17/+25
|\
| * scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-203-17/+26
* | scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-122-5/+5
* | scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-101-0/+19
* | scsi: mpt3sas: Update driver version to 39.100.00.00Suganath Prabu S2021-08-101-2/+2
* | scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-105-6/+165
* | scsi: mpt3sas: Bump driver version to 38.100.00.00Sreekanth Reddy2021-08-101-3/+3
* | scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy2021-08-103-32/+296
|/
* scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei2021-06-191-1/+3
* scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S2021-06-191-1/+1
* Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen2021-06-021-10/+4
|\
| * scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-06-011-10/+4
* | scsi: mpt3sas: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-022-0/+2
|/
* scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S2021-06-013-16/+145
* scsi: mpt3sas: Handle firmware faults during first half of IOC initSuganath Prabu S2021-06-013-77/+201
* scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S2021-06-011-0/+22
* scsi: mpt3sas: Documentation cleanupRandy Dunlap2021-05-101-49/+50
* scsi: mpt3sas: Fix two kernel-doc headersBart Van Assche2021-04-161-2/+2
* scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_queryGustavo A. R. Silva2021-04-132-11/+6
* scsi: mpt3sas: Block PCI config access from userspace during resetSreekanth Reddy2021-04-061-0/+4
* scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirementSreekanth Reddy2021-04-061-1/+2
* scsi: mpt3sas: Only one vSES is present even when IOC has multi vSESSreekanth Reddy2021-04-061-1/+3
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-062-3/+7
|\
| * scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai2021-03-251-2/+6
| * scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2021-03-171-1/+1
* | scsi: mpt3sas: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
* | scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones2021-03-191-8/+10
* | scsi: mpt3sas: Update driver version to 37.101.00.00Suganath Prabu S2021-03-191-2/+2
* | scsi: mpt3sas: Force reply post array allocations to be within same 4 GB regionSuganath Prabu S2021-03-191-16/+39
* | scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-191-17/+42
* | scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-191-23/+40
* | scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-191-46/+40
* | scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-191-26/+57
* | scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB regionSuganath Prabu S2021-03-172-47/+113
* | scsi: mpt3sas: Replace unnecessary dynamic allocation with a static oneGustavo A. R. Silva2021-03-172-17/+9
* | scsi: mpt3sas: Fix some kernel-doc misnaming issuesLee Jones2021-03-161-8/+8
* | scsi: mpt3sas: Fix a couple of misdocumented functions/paramsLee Jones2021-03-161-3/+4
* | scsi: mpt3sas: Fix a bunch of potential naming doc-rotLee Jones2021-03-161-5/+5
* | scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones2021-03-161-12/+26
* | scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()Lee Jones2021-03-161-1/+1
* | scsi: core: Replace sdev->device_busy with sbitmapMing Lei2021-03-041-2/+1
* | scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
|/
* scsi: mpt3sas: Update driver version to 37.100.00.00Suganath Prabu S2021-02-091-2/+2
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-096-4/+177
* scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy2021-02-093-18/+75
* scsi: mpt3sas: Fix ReplyPostFree pool allocationSreekanth Reddy2021-02-091-1/+2
* scsi: mpt3sas: Simplify bool comparisonYANG LI2021-01-231-2/+2
* scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"Colin Ian King2021-01-061-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-011-1/+1
|\
| * scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter2020-12-091-1/+1