summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
AgeCommit message (Expand)Author
2022-09-06scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-07-26scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery
2022-06-21scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa
2022-06-21scsi: mpt3sas: Fix typo in commentRen Yu
2022-05-02scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen
2022-04-25scsi: mpt3sas: Fix event callback log_code value handlingDamien Le Moal
2022-03-29scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal
2021-11-18scsi: mpt3sas: Fix system going into read-only modeSreekanth Reddy
2021-11-18scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-29scsi: mpt3sas: Fix reference tag handling for WRITE_INSERTMartin K. Petersen
2021-10-16scsi: mpt3sas: Switch to attribute groupsBart Van Assche
2021-10-16scsi: mpt3sas: Call scsi_done() directlyBart Van Assche
2021-09-13scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King
2021-08-24scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen
2021-08-11scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-09scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S
2021-08-09scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy
2021-07-19scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy
2021-06-18scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen
2021-06-02scsi: mpt3sas: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke
2021-05-31scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S
2021-05-31scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S
2021-04-05scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirementSreekanth Reddy
2021-04-05scsi: mpt3sas: Only one vSES is present even when IOC has multi vSESSreekanth Reddy
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen
2021-03-18scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones
2021-03-16scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET
2021-03-15scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei
2021-02-08scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S
2021-02-08scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy
2020-12-01scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish
2020-11-25scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta
2020-11-25scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta
2020-11-10scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones
2020-11-04scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy
2020-11-04scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy
2020-11-04scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy
2020-11-04scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy
2020-11-04scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy
2020-11-04scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy
2020-11-04scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy
2020-11-04scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy
2020-11-04scsi: mpt3sas: Update hba_port's sas_address & phy_maskSreekanth Reddy
2020-11-04scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()Sreekanth Reddy