summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish2020-12-011-1/+3
* scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta2020-11-261-21/+13
* scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-261-1/+0
* scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones2020-11-111-4/+4
* scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy2020-11-051-3/+66
* scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy2020-11-051-0/+233
* scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy2020-11-051-25/+38
* scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy2020-11-051-0/+106
* scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy2020-11-051-0/+1
* scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy2020-11-051-0/+338
* scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy2020-11-051-2/+39
* scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy2020-11-051-55/+120
* scsi: mpt3sas: Update hba_port's sas_address & phy_maskSreekanth Reddy2020-11-051-19/+62
* scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()Sreekanth Reddy2020-11-051-58/+58
* scsi: mpt3sas: Allocate memory for hba_port objectsSreekanth Reddy2020-11-051-4/+69
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-151-37/+329
|\
| * scsi: mpt3sas: Detect tampered Aero and Sea adaptersSreekanth Reddy2020-09-161-16/+105
| * scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S2020-08-211-3/+133
| * scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S2020-08-211-13/+79
| * scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S2020-08-211-5/+12
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-4/+4
|/