summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-025-77/+501
|\
| * scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-241-30/+13
| * Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-113-17/+25
| |\
| * | scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-112-5/+5
| * | scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-091-0/+19
| * | scsi: mpt3sas: Update driver version to 39.100.00.00Suganath Prabu S2021-08-091-2/+2
| * | scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-095-6/+165
| * | scsi: mpt3sas: Bump driver version to 38.100.00.00Sreekanth Reddy2021-08-091-3/+3
| * | scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy2021-08-093-32/+296
* | | scsi: mpt3sas: Fix incorrectly assigned error return and checkColin Ian King2021-08-091-1/+1
| |/ |/|
* | scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-193-17/+26
|/
* scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei2021-06-181-1/+3
* scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S2021-06-181-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-05-311-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-05-313-16/+145
* scsi: mpt3sas: Handle firmware faults during first half of IOC initSuganath Prabu S2021-05-313-77/+201
* scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S2021-05-311-0/+22
* scsi: mpt3sas: Documentation cleanupRandy Dunlap2021-05-101-49/+50
* scsi: mpt3sas: Fix two kernel-doc headersBart Van Assche2021-04-151-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-051-0/+4
* scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirementSreekanth Reddy2021-04-051-1/+2
* scsi: mpt3sas: Only one vSES is present even when IOC has multi vSESSreekanth Reddy2021-04-051-1/+3
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-052-3/+7
|\
| * scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai2021-03-241-2/+6
| * scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2021-03-161-1/+1
* | scsi: mpt3sas: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* | scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones2021-03-181-8/+10
* | scsi: mpt3sas: Update driver version to 37.101.00.00Suganath Prabu S2021-03-181-2/+2
* | scsi: mpt3sas: Force reply post array allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-16/+39
* | scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-17/+42
* | scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-23/+40
* | scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-46/+40
* | scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-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-151-8/+8
* | scsi: mpt3sas: Fix a couple of misdocumented functions/paramsLee Jones2021-03-151-3/+4
* | scsi: mpt3sas: Fix a bunch of potential naming doc-rotLee Jones2021-03-151-5/+5
* | scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones2021-03-151-12/+26
* | scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()Lee Jones2021-03-151-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-081-2/+2
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-086-4/+177
* scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy2021-02-083-18/+75
* scsi: mpt3sas: Fix ReplyPostFree pool allocationSreekanth Reddy2021-02-081-1/+2
* scsi: mpt3sas: Simplify bool comparisonYANG LI2021-01-221-2/+2