aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06scsi: mvsas: Add PCI ID of RocketRaid 2640Alexey Galakhov1-0/+1
2022-02-22scsi: mvsas: Fix a set-but-not-used warningBart Van Assche1-2/+4
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-117/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-8/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry3-13/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry3-13/+1
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-9/+6
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry2-15/+10
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry3-13/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry1-1/+1
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-5/+1
2022-01-31scsi: mvsas: Replace snprintf() with sysfs_emit()Yang Guang1-2/+2
2021-12-22scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen1-0/+5
2021-10-16scsi: mvsas: Switch to attribute groupsBart Van Assche1-5/+7
2021-06-22scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macroZhen Lei1-17/+9
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-5/+5
2021-04-01scsi: mvsas: Avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-01-22scsi: mvsas: Switch back to original libsas event notifiersAhmed S. Darwish1-4/+4
2021-01-22scsi: mvsas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+10
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-9/+5
2020-08-20scsi: mvsas: Remove superfluous memset()Li Heng1-4/+0
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2020-07-24scsi: mvsas: Move 'core_nr' inside #ifdef and remove unused variable 'res_flag'Lee Jones1-4/+4
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-04-17scsi: mvsas: remove unused symbol 'mvs_th'Jason Yan1-2/+0
2020-04-17scsi: mvsas: make mvst_host_attrs staticJason Yan1-2/+2
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-09-30scsi: mvsas: remove redundant assignment to variable rcColin Ian King1-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457Thomas Gleixner1-19/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner10-169/+10
2019-03-19scsi: mvsas: clean up a few indentation issuesColin Ian King3-3/+5
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-10-23scsi: mvsas: Remove set but not used variable 'id'YueHaibing1-2/+1
2018-10-23scsi: mvsas: Use dma_pool_zallocSabyasachi Gupta1-2/+1
2018-10-17scsi: mvsas: fully convert to the generic DMA APIChristoph Hellwig2-24/+9
2018-03-01scsi: mvsas: fix wrong endianness of sgpio apiWilfried Weissmann1-11/+12
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook3-11/+8
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-08-10scsi: mvsas: replace kfree with scsi_host_putPan Bian1-2/+2
2017-08-07scsi: mvsas: Replace PCI pool old APIRomain Perier2-6/+6
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2016-11-16scsi: mvsas: fix command_active typoArnd Bergmann1-1/+1
2016-10-31mvsas: fix error return code in mvs_task_prep()Wei Yongjun1-1/+3