aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06scsi: 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-08-31scsi: 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-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2022-07-26scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery1-0/+1
2022-06-21scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa1-1/+0
2022-06-21scsi: mpt3sas: Fix typo in commentRen Yu1-1/+1
2022-05-02scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen1-10/+8
2022-04-25scsi: mpt3sas: Fix event callback log_code value handlingDamien Le Moal1-3/+3
2022-03-29scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal1-1/+4
2021-11-18scsi: mpt3sas: Fix system going into read-only modeSreekanth Reddy1-1/+56
2021-11-18scsi: 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-16scsi: mpt3sas: Switch to attribute groupsBart Van Assche1-4/+4
2021-10-16scsi: mpt3sas: Call scsi_done() directlyBart Van Assche1-9/+9
2021-09-13scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King1-2/+1
2021-08-24scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-30/+13
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-1/+6
2021-08-11scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+3
2021-08-09scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S1-4/+47
2021-08-09scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy1-10/+52
2021-07-19scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy1-1/+6
2021-06-18scsi: 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-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-10/+4
2021-05-31scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S1-12/+140
2021-05-31scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S1-0/+22
2021-04-05scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirementSreekanth Reddy1-1/+2
2021-04-05scsi: mpt3sas: Only one vSES is present even when IOC has multi vSESSreekanth Reddy1-1/+3
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-1/+1
2021-03-18scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones1-8/+10
2021-03-16scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2021-03-15scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones1-12/+26
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2021-02-08scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S1-0/+2
2021-02-08scsi: 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-25scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta1-21/+13
2020-11-25scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-10scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones1-4/+4
2020-11-04scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy1-3/+66
2020-11-04scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy1-0/+233
2020-11-04scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy1-25/+38
2020-11-04scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy1-0/+106