summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)AuthorFilesLines
2022-05-20scsi: mpt3sas: Update driver version to 42.100.00.00Sreekanth Reddy1-2/+2
2022-05-20scsi: mpt3sas: Fix junk chars displayed while printing ChipNameSreekanth Reddy1-1/+1
2022-05-02scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen1-10/+8
2022-04-26scsi: mpt3sas: Fix adapter replyPostRegisterIndex declarationDamien Le Moal2-5/+6
2022-04-26scsi: mpt3sas: Fix event callback log_code value handlingDamien Le Moal1-3/+3
2022-04-26scsi: mpt3sas: Fix ioc->base_readl() useDamien Le Moal1-7/+6
2022-04-26scsi: mpt3sas: Fix writel() useDamien Le Moal1-5/+5
2022-04-26scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID checkDamien Le Moal1-5/+6
2022-04-07scsi: mpt3sas: Fail reset operation if config request timed outSreekanth Reddy1-3/+6
2022-04-07scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc commentDamien Le Moal1-2/+1
2022-04-07Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen1-1/+4
2022-03-30scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal1-1/+4
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-31/+18
2022-03-15scsi: mpt3sas: Page fault in reply q processingMatt Lupfer1-2/+3
2022-03-09scsi: mpt3sas: Fix incorrect 4GB boundary checkSreekanth Reddy1-13/+12
2022-03-09scsi: mpt3sas: Remove scsi_dma_map() error messagesSreekanth Reddy1-15/+3
2022-02-08scsi: mpt3sas: Convert to flexible arraysKees Cook1-3/+3
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+85
2022-01-05scsi: mpt3sas: Update persistent trigger pages from sysfs interfaceSuganath Prabu S2-6/+85
2021-12-10scsi: mpt3sas: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-11/+10
2021-11-19scsi: mpt3sas: Fix incorrect system timestampSreekanth Reddy1-2/+2
2021-11-19scsi: mpt3sas: Fix system going into read-only modeSreekanth Reddy2-1/+60
2021-11-19scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy1-1/+1
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-48/+66
2021-10-29scsi: mpt3sas: Fix reference tag handling for WRITE_INSERTMartin K. Petersen1-3/+6
2021-10-21scsi: mpt3sas: Make mpt3sas_dev_attrs staticJiapeng Chong1-1/+1
2021-10-17scsi: mpt3sas: Switch to attribute groupsBart Van Assche3-39/+57
2021-10-17scsi: mpt3sas: Call scsi_done() directlyBart Van Assche1-9/+9
2021-09-14scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King2-3/+2
2021-09-14scsi: mpt3sas: Call cpu_relax() before calling udelay()Sreekanth Reddy1-1/+3
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-77/+501
2021-08-25scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-30/+13
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen3-17/+25
2021-08-12scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-5/+5
2021-08-10scsi: mpt3sas: Fix incorrectly assigned error return and checkColin Ian King1-1/+1
2021-08-10scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal1-0/+19
2021-08-10scsi: mpt3sas: Update driver version to 39.100.00.00Suganath Prabu S1-2/+2
2021-08-10scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S5-6/+165
2021-08-10scsi: mpt3sas: Bump driver version to 38.100.00.00Sreekanth Reddy1-3/+3
2021-08-10scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy3-32/+296
2021-07-20scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy3-17/+26
2021-06-19scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei1-1/+3
2021-06-19scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S1-1/+1
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen1-10/+4
2021-06-02scsi: mpt3sas: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-10/+4
2021-06-01scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S3-16/+145
2021-06-01scsi: mpt3sas: Handle firmware faults during first half of IOC initSuganath Prabu S3-77/+201
2021-06-01scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S1-0/+22
2021-05-10scsi: mpt3sas: Documentation cleanupRandy Dunlap1-49/+50