summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-1/+20
|\
| * scsi: mpt3sas: Increase cmd_per_lun to 128Sreekanth Reddy2022-09-011-1/+1
| * scsi: mpt3sas: Prevent error handler escalation when device removedSreekanth Reddy2022-09-011-0/+13
| * scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove2022-08-311-0/+6
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-3/+2
|\ \
| * | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-3/+2
| |/
* / scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy2022-09-061-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-2/+1
|\
| * scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa2022-06-211-1/+0
| * scsi: mpt3sas: Fix typo in commentRen Yu2022-06-211-1/+1
* | scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery2022-07-261-0/+1
|/
* scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen2022-05-021-10/+8
* scsi: mpt3sas: Fix event callback log_code value handlingDamien Le Moal2022-04-251-3/+3
* scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal2022-03-291-1/+4
* scsi: mpt3sas: Fix system going into read-only modeSreekanth Reddy2021-11-181-1/+56
* scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy2021-11-181-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-13/+13
|\
| * scsi: mpt3sas: Switch to attribute groupsBart Van Assche2021-10-161-4/+4
| * scsi: mpt3sas: Call scsi_done() directlyBart Van Assche2021-10-161-9/+9
* | scsi: mpt3sas: Fix reference tag handling for WRITE_INSERTMartin K. Petersen2021-10-291-3/+6
|/
* scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King2021-09-131-2/+1
* 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-111-1/+6
|\
| * scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-191-1/+6
* | scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-3/+3
* | scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-091-4/+47
* | scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy2021-08-091-10/+52
|/
* scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei2021-06-181-1/+3
* 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-021-0/+1
|/
* scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S2021-05-311-12/+140
* scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S2021-05-311-0/+22
* 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-051-1/+1
|\
| * scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2021-03-161-1/+1
* | scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones2021-03-181-8/+10
* | scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones2021-03-151-12/+26
* | scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
|/
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-081-0/+2
* scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy2021-02-081-1/+41
* scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish2020-12-011-1/+3
* scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta2020-11-251-21/+13
* scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-251-1/+0
* scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones2020-11-101-4/+4
* scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy2020-11-041-3/+66
* scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy2020-11-041-0/+233
* scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy2020-11-041-25/+38
* scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy2020-11-041-0/+106