summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sata.c
Commit message (Expand)AuthorAgeFilesLines
* ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWNNiklas Cassel2024-01-221-1/+1
* ata: libata-eh: Improve reset error messagesDamien Le Moal2023-10-031-1/+0
* ata: libata-sata: Improve ata_sas_slave_configure()Damien Le Moal2023-10-031-2/+2
* ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel2023-09-111-3/+16
* ata,scsi: remove ata_sas_port_init()Niklas Cassel2023-08-021-18/+1
* ata,scsi: cleanup __ata_port_probe()Hannes Reinecke2023-08-021-13/+0
* ata: libata-sata: remove ata_sas_sync_probe()Hannes Reinecke2023-08-021-7/+0
* ata,scsi: remove ata_sas_port_destroy()Hannes Reinecke2023-08-021-14/+0
* ata,scsi: remove ata_sas_port_{start,stop} callbacksHannes Reinecke2023-08-021-38/+0
* ata: libata: remove references to non-existing error_handler()Hannes Reinecke2023-08-021-6/+1
* ata: fix debounce timings typeSergey Shtylyov2023-08-021-8/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-2/+101
|\
| * scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel2023-05-221-0/+92
| * scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal2023-05-221-2/+9
* | ata: libata-sata: Improve ata_change_queue_depth()Damien Le Moal2023-06-051-10/+21
* | ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal2023-06-051-9/+10
|/
* ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel2023-01-041-0/+3
* ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-041-2/+2
* ata: libata: fix commands incorrectly not getting retried during NCQ errorNiklas Cassel2022-11-191-0/+27
* ata: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-181-1/+1
* ata: libata: fetch sense data for ATA devices supporting sense reportingNiklas Cassel2022-10-171-2/+1
* ata: libata: only set sense valid flag if sense data is validNiklas Cassel2022-10-171-4/+7
* ata: libata: fix NCQ autosense logicNiklas Cassel2022-10-171-3/+8
* Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-10-071-3/+3
|\
| * ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLEDamien Le Moal2022-08-261-3/+3
* | ata: libata-sata: Fix device queue depth controlDamien Le Moal2022-09-281-12/+12
|/
* libata: Improve ATA queued command allocationJohn Garry2022-04-111-25/+0
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-5/+5
* ata: libata: Rename link flag ATA_LFLAG_NO_DB_DELAYPaul Menzel2022-01-141-1/+1
* ata: libata: remove pointless VPRINTK() callsHannes Reinecke2022-01-051-2/+0
* ata: libata: add tracepoints for ATA error handlingHannes Reinecke2022-01-051-3/+0
* ata: libata-sata: use sysfs_emit()Damien Le Moal2022-01-041-2/+2
* ata: replace snprintf in show functions with sysfs_emitYang Guang2021-12-021-1/+1
* ata: libata-sata: Declare ata_ncq_sdev_attrs staticDamien Le Moal2021-11-181-1/+1
* scsi: ata: Switch to attribute groupsBart Van Assche2021-10-161-5/+14
* scsi: ata: Call scsi_done() directlyBart Van Assche2021-10-161-1/+1
* libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-181-0/+25
* libata: cleanup NCQ priority handlingDamien Le Moal2021-08-181-25/+12
* ata: libata-sata: Fix function names in header commentsLee Jones2021-03-121-2/+2
* ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-0/+131
* ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz2020-03-261-0/+75
* ata: move ata_sas_*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-0/+213
* ata: start separating SATA specific code from libata-scsi.cBartlomiej Zolnierkiewicz2020-03-261-0/+298
* ata: move sata_deb_timing_*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-0/+8
* ata: move ata_qc_complete_multiple() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-0/+59
* ata: move sata_link_hardreset() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-1/+114
* ata: move sata_link_{debounce,resume}() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-0/+138
* ata: move *sata_set_spd*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-0/+81
* ata: move sata_scr_*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-0/+109
* ata: start separating SATA specific code from libata-core.cBartlomiej Zolnierkiewicz2020-03-261-0/+258