summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas
AgeCommit message (Expand)Author
2023-04-02scsi: libsas: Abort all in-flight requests when device is goneJason Yan
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-22Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-01-11scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter
2023-01-07scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel
2022-12-30Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen
2022-12-30scsi: libsas: Factor out sas_ex_add_dev()Jason Yan
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Jason Yan
2022-12-30scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan
2022-12-30scsi: libsas: Move sas_get_ata_command_set() up to save the declarationJason Yan
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-11-26scsi: libsas: Do not export sas_ata_wait_after_reset()Jie Zhan
2022-11-26scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan
2022-10-19scsi: libsas: make use of ata_port_is_frozen() helperNiklas Cassel
2022-10-18scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan
2022-10-18scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan
2022-10-18scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan
2022-10-18scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan
2022-10-18scsi: libsas: Introduce SAS address comparison helpersJason Yan
2022-10-18scsi: libsas: Update SATA dev FIS in sas_ata_task_done()John Garry
2022-10-18scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry
2022-10-18scsi: libsas: Add sas_ata_device_link_abort()John Garry
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal
2022-09-25scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou
2022-07-18scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal
2022-05-19scsi: libsas: Refactor sas_ata_hard_reset()John Garry
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry
2022-03-14scsi: libsas: Add sas_execute_internal_abort_dev()John Garry
2022-03-14scsi: libsas: Add sas_execute_internal_abort_single()John Garry
2022-03-01scsi: libsas: Clean up sas_form_port()Damien Le Moal
2022-02-27scsi: libsas: Use bool for queue_work() return codeJohn Garry
2022-02-27scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry
2022-02-22scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal
2022-02-22scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commandsDamien Le Moal
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry
2022-02-19scsi: libsas: Add sas_abort_task()John Garry
2022-02-19scsi: libsas: Add sas_query_task()John Garry
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry
2022-02-19scsi: libsas: Add sas_execute_ssp_tmf()John Garry