summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal1-1/+1
2023-09-28ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal1-1/+1
2023-09-28ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal1-0/+16
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal1-0/+90
2023-09-28ata: libata-core: Fix port and device removalDamien Le Moal1-1/+20
2023-09-28ata: libata-core: Fix ata_port_request_pm() lockingDamien Le Moal1-9/+9
2023-09-16ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel1-5/+2
2023-09-02ata: libata-core: Disable NCQ_TRIM on Micron 1100 drivesPawel Zmarzly1-2/+4
2023-08-02ata: libata-core: remove ata_bus_probe()Niklas Cassel1-138/+0
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke1-2/+3
2023-08-02ata: libata-core: inline ata_port_probe()Hannes Reinecke1-9/+2
2023-08-02ata: libata: remove references to non-existing error_handler()Hannes Reinecke1-125/+84
2023-08-02ata: fix debounce timings typeSergey Shtylyov1-2/+2
2023-08-02ata: libata-core: fix parameter types of ata_wait_register()Sergey Shtylyov1-1/+1
2023-07-28ata: libata-core: fix when to fetch sense data for successful commandsNiklas Cassel1-2/+2
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+200
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-8/+2
2023-06-18ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal1-1/+2
2023-05-23scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel1-2/+86
2023-05-23scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal1-3/+29
2023-05-23scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal1-2/+38
2023-05-23scsi: ata: libata: Detect support for command duration limitsDamien Le Moal1-1/+51
2023-05-16ata: libata-core: Simplify if condition in ata_dev_revalidate()Yahu Gao1-5/+1
2023-05-15ata: libata: Make ata_platform_remove_one return voidUwe Kleine-König1-3/+1
2023-03-25scsi: ata: Declare SCSI host templates constBart Van Assche1-2/+2
2023-02-23Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-23/+58
2023-02-14ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LHPatrick McLean1-0/+3
2023-02-02ata: libata: Fix sata_down_spd_limit() when no link speed is reportedDamien Le Moal1-1/+1
2023-01-14ata: libata: exclude FUA support for known buggy drivesDamien Le Moal1-0/+3
2023-01-14ata: libata: Fix FUA handling in ata_build_rw_tf()Damien Le Moal1-3/+5
2023-01-14ata: libata: cleanup fua support detectionDamien Le Moal1-1/+29
2023-01-14ata: libata: Rename and cleanup ata_rwcmd_protocol()Damien Le Moal1-13/+15
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-6/+6
2022-10-19ata: libata-core: do not retry reading the log on timeoutNiklas Cassel1-1/+2
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel1-2/+2
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-33/+31
2022-09-27libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205Niklas Cassel1-0/+4
2022-09-16ata: libata-core: Check errors in sata_print_link_status()Li Zhong1-1/+2
2022-09-16ata: libata-core: Simplify ata_dev_set_xfermode()Damien Le Moal1-5/+5
2022-08-26ata: libata-core: Simplify ata_build_rw_tf()Damien Le Moal1-10/+10
2022-08-26ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLEDamien Le Moal1-2/+2
2022-08-26ata: libata-core: remove redundant err_mask variableJinpeng Cui1-3/+1
2022-08-17ata: libata-core: improve parameter names for ata_dev_set_feature()Niklas Cassel1-10/+9
2022-08-17ata: libata-core: Print timeout value when internal command timesTomas Henzl1-2/+2
2022-06-20ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]()Sergey Shtylyov1-3/+3
2022-06-17ata: libata-core: make ata_exec_internal_sg() *static*Sergey Shtylyov1-4/+4
2022-06-17ata: make transfer mode masks *unsigned int*Sergey Shtylyov1-19/+19
2022-06-14ata: libata-core: get rid of *else* branches in ata_id_n_sectors()Sergey Shtylyov1-11/+9
2022-06-13ata: libata-core: fix sloppy typing in ata_id_n_sectors()Sergey Shtylyov1-4/+6
2022-06-08libata: fix reading concurrent positioning ranges logTyler Erickson1-8/+13