summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Switch to using ->device_configureChristoph Hellwig2024-04-111-10/+8
* scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar2024-01-241-0/+1
* scsi: mpt3sas: Suppress a warning in debug kernelTomas Henzl2023-11-151-0/+1
* scsi: mpt3sas: Replace dynamic allocations with local variablesJames Seo2023-11-151-25/+12
* scsi: mpt3sas: Use struct_size() for struct size calculationsJames Seo2023-11-151-12/+6
* scsi: mpt3sas: Fix in error pathTomas Henzl2023-10-161-1/+3
* scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl2023-04-111-2/+2
* Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-241-2/+2
|\
| * scsi: mpt3sas: Declare SCSI host template constBart Van Assche2023-03-241-2/+2
* | scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-1/+0
|/
* 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
|/