summaryrefslogtreecommitdiff
path: root/include/scsi/libsas.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-14scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal1-2/+0
2023-09-14scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal1-1/+0
2023-09-14scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal1-14/+0
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen1-28/+1
2023-08-25Merge patch series "Returning FIS on success for CDL"Martin K. Petersen1-0/+1
2023-08-22scsi: libsas: Delete sas_ata_task.retry_countJohn Garry1-2/+0
2023-08-22scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry1-2/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-6/+1
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry1-6/+0
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry1-7/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-08-22scsi: libsas: Add return_fis_on_success to sas_ata_taskIgor Pylypiv1-0/+1
2023-08-21scsi: libsas: Remove unused declarationsYue Haibing1-2/+0
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan1-1/+0
2022-10-22scsi: libsas: Add sas_task_find_rq()John Garry1-0/+18
2022-10-18scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan1-0/+2
2022-10-18scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry1-4/+0
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal1-1/+1
2022-03-15scsi: hisi_sas: Use libsas internal abort supportJohn Garry1-0/+2
2022-03-15scsi: libsas: Add sas_execute_internal_abort_dev()John Garry1-0/+8
2022-03-15scsi: libsas: Add sas_execute_internal_abort_single()John Garry1-0/+14
2022-02-28scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry1-4/+4
2022-02-23scsi: libsas: Add sas_execute_ata_cmd()John Garry1-4/+3
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-0/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-0/+2
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+1
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry1-0/+3
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-0/+1
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry1-0/+9
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry1-1/+0
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry1-1/+0
2022-02-12scsi: libsas: Use void for sas_discover_event() return codeXiang Chen1-1/+1
2022-02-12scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-1/+0
2021-12-23scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen1-0/+1
2021-12-23scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry1-0/+1
2021-10-13scsi: libsas: Export sas_phy_enable()Luo Jiaxing1-0/+1
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-3/+9
2021-01-23scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish1-4/+0
2021-01-23scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish1-2/+4
2021-01-23scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish1-0/+4
2021-01-23scsi: libsas: Remove notifier indirectionJohn Garry1-4/+3
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+2
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-2/+1