summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+3
* scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl2023-04-121-2/+2
* Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-251-2/+2
|\
| * scsi: mpt3sas: Declare SCSI host template constBart Van Assche2023-03-251-2/+2
* | scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-101-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-09-011-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-071-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-051-2/+1
|\
| * scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa2022-06-221-1/+0
| * scsi: mpt3sas: Fix typo in commentRen Yu2022-06-221-1/+1
* | scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery2022-07-271-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-261-3/+3
* scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal2022-03-301-1/+4
* scsi: mpt3sas: Fix system going into read-only modeSreekanth Reddy2021-11-191-1/+56
* scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy2021-11-191-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-171-4/+4
| * scsi: mpt3sas: Call scsi_done() directlyBart Van Assche2021-10-171-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-141-2/+1
* scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-251-30/+13
* Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-121-1/+6
|\
| * scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-201-1/+6
* | scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-3/+3
* | scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-101-4/+47
* | scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy2021-08-101-10/+52
|/
* scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei2021-06-191-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-06-011-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-06-011-12/+140
* scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S2021-06-011-0/+22
* scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirementSreekanth Reddy2021-04-061-1/+2
* scsi: mpt3sas: Only one vSES is present even when IOC has multi vSESSreekanth Reddy2021-04-061-1/+3
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-061-1/+1
|\
| * scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2021-03-171-1/+1
* | scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones2021-03-191-8/+10
* | scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones2021-03-161-12/+26
* | scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
|/
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-091-0/+2
* scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy2021-02-091-1/+41