summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-12scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl1-2/+2
2023-03-25Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-2/+2
2023-03-25scsi: mpt3sas: Declare SCSI host template constBart Van Assche1-2/+2
2023-03-10scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-1/+0
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+20
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2022-09-07scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy1-1/+1
2022-09-01scsi: mpt3sas: Increase cmd_per_lun to 128Sreekanth Reddy1-1/+1
2022-09-01scsi: mpt3sas: Prevent error handler escalation when device removedSreekanth Reddy1-0/+13
2022-09-01scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove1-0/+6
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+2
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2022-07-27scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery1-0/+1
2022-06-22scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa1-1/+0
2022-06-22scsi: mpt3sas: Fix typo in commentRen Yu1-1/+1
2022-05-02scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen1-10/+8
2022-04-26scsi: mpt3sas: Fix event callback log_code value handlingDamien Le Moal1-3/+3
2022-03-30scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal1-1/+4
2021-11-19scsi: mpt3sas: Fix system going into read-only modeSreekanth Reddy1-1/+56
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 Torvalds1-13/+13
2021-10-29scsi: mpt3sas: Fix reference tag handling for WRITE_INSERTMartin K. Petersen1-3/+6
2021-10-17scsi: mpt3sas: Switch to attribute groupsBart Van Assche1-4/+4
2021-10-17scsi: mpt3sas: Call scsi_done() directlyBart Van Assche1-9/+9
2021-09-14scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King1-2/+1
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. Petersen1-1/+6
2021-08-12scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+3
2021-08-10scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S1-4/+47
2021-08-10scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy1-10/+52
2021-07-20scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy1-1/+6
2021-06-19scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei1-1/+3
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. Silva1-0/+1
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 S1-12/+140
2021-06-01scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S1-0/+22
2021-04-06scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirementSreekanth Reddy1-1/+2
2021-04-06scsi: mpt3sas: Only one vSES is present even when IOC has multi vSESSreekanth Reddy1-1/+3
2021-04-06Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-1/+1
2021-03-19scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones1-8/+10
2021-03-17scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2021-03-16scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones1-12/+26
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2021-02-09scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S1-0/+2
2021-02-09scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy1-1/+41
2020-12-01scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish1-1/+3
2020-11-26scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta1-21/+13
2020-11-26scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-11scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones1-4/+4