summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-26/+118
2024-04-20Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...Martin K. Petersen2-23/+30
2024-04-20scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang1-2/+1
2024-04-20scsi: libsas: Set port when ex_phy is added or deletedXingui Yang1-2/+5
2024-04-20scsi: libsas: Move sas_add_parent_port() to sas_expander.cXingui Yang2-17/+17
2024-04-20scsi: libsas: Add helper for port add ex_phyXingui Yang1-3/+8
2024-04-12scsi: libata: Switch to using ->device_configureChristoph Hellwig1-3/+4
2024-04-02scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li1-1/+1
2024-03-28scsi: libsas: Fix declaration of ncq priority attributesDamien Le Moal1-5/+7
2024-03-25Merge patch series "NCQ Priority sysfs sttributes for libsas"Martin K. Petersen1-0/+82
2024-03-25scsi: libsas: Define NCQ Priority sysfs attributes for SATA devicesIgor Pylypiv1-0/+82
2024-03-11scsi: libsas: Fix disk not being scanned in after being removedXingui Yang1-10/+22
2024-03-11scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang1-7/+12
2023-09-14scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal1-1/+1
2023-09-14scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal1-2/+2
2023-09-14scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal1-0/+12
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-38/+3
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-8/+3
2023-08-31scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao1-38/+3
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen8-37/+33
2023-08-25Merge patch series "Returning FIS on success for CDL"Martin K. Petersen1-0/+3
2023-08-22scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry2-2/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry8-33/+33
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry2-3/+0
2023-08-22scsi: libsas: Add return_fis_on_success to sas_ata_taskIgor Pylypiv1-0/+3
2023-08-21scsi: libsas: Remove unused declarationsYue Haibing1-7/+0
2023-08-02ata,scsi: remove ata_sas_port_init()Niklas Cassel1-3/+0
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke1-1/+1
2023-08-02ata,scsi: remove ata_sas_port_destroy()Hannes Reinecke2-2/+2
2023-08-02ata,scsi: remove ata_sas_port_{start,stop} callbacksHannes Reinecke1-2/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-53/+71
2023-06-05ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal1-2/+1
2023-05-08scsi: libsas: factor out sas_check_fanout_expander_topo()Jason Yan1-10/+18
2023-05-08scsi: libsas: Remove an empty branch in sas_check_parent_topology()Jason Yan1-23/+33
2023-05-08scsi: libsas: Simplify sas_check_eeds()Jason Yan1-20/+20
2023-04-03scsi: libsas: Abort all in-flight requests when device is goneJason Yan1-0/+29
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-105/+114
2023-02-23Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-6/+5
2023-01-12scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter1-1/+1
2023-01-07scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang1-0/+3
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-2/+1
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-4/+4
2022-12-30Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen3-105/+114
2022-12-30scsi: libsas: Factor out sas_ex_add_dev()Jason Yan1-29/+39
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Jason Yan2-52/+64
2022-12-30scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan1-3/+0
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan1-6/+0
2022-12-30scsi: libsas: Move sas_get_ata_command_set() up to save the declarationJason Yan1-15/+11
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-25/+92
2022-11-26scsi: libsas: Do not export sas_ata_wait_after_reset()Jie Zhan1-2/+1