Age | Commit message (Expand) | Author | Files | Lines |
2022-04-07 | scsi: mvsas: Add PCI ID of RocketRaid 2640 | Alexey Galakhov | 1 | -0/+1 |
2022-02-23 | scsi: mvsas: Fix a set-but-not-used warning | Bart Van Assche | 1 | -2/+4 |
2022-02-19 | scsi: libsas: Add sas_abort_task() | John Garry | 1 | -117/+1 |
2022-02-19 | scsi: libsas: Add sas_query_task() | John Garry | 1 | -8/+1 |
2022-02-19 | scsi: libsas: Add sas_lu_reset() | John Garry | 1 | -3/+1 |
2022-02-19 | scsi: libsas: Add sas_clear_task_set() | John Garry | 3 | -13/+1 |
2022-02-19 | scsi: libsas: Add sas_abort_task_set() | John Garry | 3 | -13/+1 |
2022-02-19 | scsi: libsas: Add sas_task.tmf | John Garry | 1 | -9/+6 |
2022-02-19 | scsi: libsas: Add struct sas_tmf_task | John Garry | 2 | -15/+10 |
2022-02-19 | scsi: libsas: Delete lldd_clear_aca callback | John Garry | 3 | -13/+0 |
2022-02-19 | scsi: libsas: Use enum for response frame DATAPRES field | John Garry | 1 | -1/+1 |
2022-02-12 | scsi: libsas: Drop SAS_TASK_AT_INITIATOR | John Garry | 1 | -5/+1 |
2022-02-01 | scsi: mvsas: Replace snprintf() with sysfs_emit() | Yang Guang | 1 | -2/+2 |
2021-12-23 | scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_list | Xiang Chen | 1 | -0/+5 |
2021-10-17 | scsi: mvsas: Switch to attribute groups | Bart Van Assche | 1 | -5/+7 |
2021-06-23 | scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macro | Zhen Lei | 1 | -17/+9 |
2021-06-23 | scsi: libsas: Add LUN number check in .slave_alloc callback | Yufen Yu | 1 | -0/+1 |
2021-06-02 | scsi: libsas: Introduce more SAM status code aliases in enum exec_status | Bart Van Assche | 1 | -5/+5 |
2021-04-02 | scsi: mvsas: Avoid -Wempty-body warning | Arnd Bergmann | 1 | -1/+1 |
2021-01-23 | scsi: mvsas: Switch back to original libsas event notifiers | Ahmed S. Darwish | 1 | -4/+4 |
2021-01-23 | scsi: mvsas: Pass gfp_t flags to libsas event notifiers | Ahmed S. Darwish | 1 | -9/+10 |
2021-01-23 | scsi: libsas: Remove notifier indirection | John Garry | 1 | -9/+5 |
2020-08-21 | scsi: mvsas: Remove superfluous memset() | Li Heng | 1 | -4/+0 |
2020-08-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+4 |
2020-07-25 | scsi: mvsas: Move 'core_nr' inside #ifdef and remove unused variable 'res_flag' | Lee Jones | 1 | -4/+4 |
2020-06-16 | scsi: Wire up ata_scsi_dma_need_drain for SAS HBA drivers | Christoph Hellwig | 1 | -0/+1 |
2020-04-18 | scsi: mvsas: remove unused symbol 'mvs_th' | Jason Yan | 1 | -2/+0 |
2020-04-18 | scsi: mvsas: make mvst_host_attrs static | Jason Yan | 1 | -2/+2 |
2020-03-12 | scsi: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-01-03 | compat_ioctl: scsi: handle HDIO commands from drivers | Arnd Bergmann | 1 | -0/+3 |
2019-10-01 | scsi: mvsas: remove redundant assignment to variable rc | Colin Ian King | 1 | -1/+1 |
2019-07-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -4/+1 |
2019-06-20 | scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander() | John Garry | 2 | -4/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457 | Thomas Gleixner | 1 | -19/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 10 | -169/+10 |
2019-03-20 | scsi: mvsas: clean up a few indentation issues | Colin Ian King | 3 | -3/+5 |
2018-12-19 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
2018-10-24 | scsi: mvsas: Remove set but not used variable 'id' | YueHaibing | 1 | -2/+1 |
2018-10-24 | scsi: mvsas: Use dma_pool_zalloc | Sabyasachi Gupta | 1 | -2/+1 |
2018-10-18 | scsi: mvsas: fully convert to the generic DMA API | Christoph Hellwig | 2 | -24/+9 |
2018-03-02 | scsi: mvsas: fix wrong endianness of sgpio api | Wilfried Weissmann | 1 | -11/+12 |
2017-11-22 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -2/+2 |
2017-11-01 | scsi: sas: Convert timers to use timer_setup() | Kees Cook | 3 | -11/+8 |
2017-08-26 | scsi: libsas: move bus_reset_handler() to target_reset_handler() | Hannes Reinecke | 1 | -1/+1 |
2017-08-11 | scsi: mvsas: replace kfree with scsi_host_put | Pan Bian | 1 | -2/+2 |
2017-08-07 | scsi: mvsas: Replace PCI pool old API | Romain Perier | 2 | -6/+6 |
2017-04-21 | scsi: sas: move scsi_remove_host call into sas_remove_host | Johannes Thumshirn | 1 | -1/+0 |
2016-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2016-11-17 | scsi: mvsas: fix command_active typo | Arnd Bergmann | 1 | -1/+1 |
2016-10-31 | mvsas: fix error return code in mvs_task_prep() | Wei Yongjun | 1 | -1/+3 |