summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2023-08-211-2/+1
* scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry2023-08-211-6/+2
* scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-211-2/+2
* scsi: libsas: Delete enum sas_phy_typeJohn Garry2023-08-211-1/+0
* scsi: libsas: Delete enum sas_classJohn Garry2023-08-211-1/+0
* scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry2023-08-211-1/+0
* scsi: Add HAS_IOPORT dependenciesNiklas Schnelle2023-06-011-1/+1
* scsi: mvsas: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
* scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry2022-10-224-23/+29
* scsi: mvsas: Delete mvs_tag_init()John Garry2022-10-223-10/+0
* scsi: mvsas: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+5
* scsi: mvsas: Add PCI ID of RocketRaid 2640Alexey Galakhov2022-04-071-0/+1
* scsi: mvsas: Fix a set-but-not-used warningBart Van Assche2022-02-231-2/+4
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-117/+1
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-8/+1
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-193-13/+1
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-193-13/+1
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-9/+6
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-192-15/+10
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-193-13/+0
* scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-191-1/+1
* scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-111-5/+1
* scsi: mvsas: Replace snprintf() with sysfs_emit()Yang Guang2022-01-311-2/+2
* scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen2021-12-231-0/+5
* scsi: mvsas: Switch to attribute groupsBart Van Assche2021-10-171-5/+7
* scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macroZhen Lei2021-06-231-17/+9
* scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-231-0/+1
* scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2021-06-021-5/+5
* scsi: mvsas: Avoid -Wempty-body warningArnd Bergmann2021-04-021-1/+1
* scsi: mvsas: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-231-4/+4
* scsi: mvsas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-231-9/+10
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-231-9/+5
* scsi: mvsas: Remove superfluous memset()Li Heng2020-08-211-4/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-071-4/+4
|\
| * scsi: mvsas: Move 'core_nr' inside #ifdef and remove unused variable 'res_flag'Lee Jones2020-07-251-4/+4
* | scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig2020-06-161-0/+1
|/
* scsi: mvsas: remove unused symbol 'mvs_th'Jason Yan2020-04-171-2/+0
* scsi: mvsas: make mvst_host_attrs staticJason Yan2020-04-171-2/+2
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-121-1/+1
* compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann2020-01-031-0/+3
* scsi: mvsas: remove redundant assignment to variable rcColin Ian King2019-10-011-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-122-4/+1
|\
| * scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-202-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457Thomas Gleixner2019-06-191-19/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-3010-169/+10
|/
* scsi: mvsas: clean up a few indentation issuesColin Ian King2019-03-193-3/+5
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0
* scsi: mvsas: Remove set but not used variable 'id'YueHaibing2018-10-241-2/+1
* scsi: mvsas: Use dma_pool_zallocSabyasachi Gupta2018-10-241-2/+1