summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-06ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()Sergey Shtylyov1-2/+2
2022-05-09ata: libata-core: Allow forcing most horkage flagsDamien Le Moal1-2/+20
2022-05-09ata: libata-core: Improve link flags forced settingsDamien Le Moal1-10/+22
2022-05-09ata: libata-core: Refactor force_tbl definitionDamien Le Moal1-58/+81
2022-05-09ata: libata-core: cleanup ata_device_blacklistDamien Le Moal1-49/+49
2022-04-22ata: libata-core: replace "its" with "it is"Diego Viola1-2/+2
2022-04-12ata: libata-core: fix parameter type in ata_xfer_mode2shift()Sergey Shtylyov1-1/+1
2022-04-11libata: Improve ATA queued command allocationJohn Garry1-47/+1
2022-04-04ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOsChristian Lamparter1-0/+3
2022-03-24Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-13/+9
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-6/+6
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov1-6/+2
2022-02-08ata: libata-core: Disable TRIM on M88V29Zoltán Böszörményi1-0/+1
2022-02-07ata: libata-core: Fix ata_dev_config_cpr()Damien Le Moal1-8/+6
2022-02-04ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkageAnton Lundin1-0/+10
2022-02-03ata: libata: ata_{sff|std}_prereset() always return 0Sergey Shtylyov1-1/+1
2022-01-14ata: fix read_id() ata port operation interfaceDamien Le Moal1-3/+3
2022-01-05ata: libata: drop ata_msg_drv()Hannes Reinecke1-13/+6
2022-01-05ata: libata: drop ata_msg_info()Hannes Reinecke1-7/+3
2022-01-05ata: libata: drop ata_msg_probe()Hannes Reinecke1-13/+7
2022-01-05ata: libata: drop ata_msg_warn()Hannes Reinecke1-11/+8
2022-01-05ata: libata: drop ata_msg_malloc()Hannes Reinecke1-1/+1
2022-01-05ata: libata: drop ata_msg_ctl()Hannes Reinecke1-5/+2
2022-01-05ata: libata: drop ata_msg_error() and ata_msg_intr()Hannes Reinecke1-3/+3
2022-01-05ata: libata: remove pointless VPRINTK() callsHannes Reinecke1-3/+0