aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/libata.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-22ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWNNiklas Cassel1-1/+1
2023-10-03ata: libata: Cleanup inline DMA helper functionsDamien Le Moal1-10/+8
2023-10-03ata: libata: Annotate struct ata_cpr_log with __counted_byKees Cook1-1/+1
2023-10-03ata: ahci: print the lpm policy on bootNiklas Cassel1-0/+5
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal1-2/+4
2023-09-28ata: libata-scsi: link ata port and scsi deviceDamien Le Moal1-0/+2
2023-09-25ata: libata-sata: increase PMP SRST timeout to 10sMatthias Schiffer1-1/+1
2023-09-11ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel1-0/+4
2023-08-02ata: libata: remove deprecated EH callbacksNiklas Cassel1-6/+0
2023-08-02ata: libata-core: remove ata_bus_probe()Niklas Cassel1-1/+0
2023-08-02ata,scsi: remove ata_sas_port_init()Niklas Cassel1-1/+0
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke1-1/+1
2023-08-02ata: libata-sata: remove ata_sas_sync_probe()Hannes Reinecke1-1/+0
2023-08-02ata,scsi: remove ata_sas_port_destroy()Hannes Reinecke1-1/+0
2023-08-02ata,scsi: remove ata_sas_port_{start,stop} callbacksHannes Reinecke1-2/+0
2023-08-02ata: libata: remove references to non-existing error_handler()Hannes Reinecke1-1/+1
2023-08-02ata: fix debounce timings typeSergey Shtylyov1-10/+10
2023-08-02ata: libata-core: fix parameter types of ata_wait_register()Sergey Shtylyov1-1/+1
2023-08-02ata: libata: fix parameter type of ata_deadline()Sergey Shtylyov1-1/+1
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+29
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-3/+3
2023-06-18ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal1-1/+1
2023-06-05ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal1-2/+2
2023-05-22scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel1-1/+10
2023-05-22scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal1-0/+1
2023-05-22scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal1-0/+1
2023-05-22scsi: ata: libata: Detect support for command duration limitsDamien Le Moal1-12/+17
2023-05-15ata: libata: Make ata_platform_remove_one return voidUwe Kleine-König1-1/+1
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-5/+5
2023-01-14ata: libata: cleanup fua support detectionDamien Le Moal1-3/+5
2023-01-14ata: libata: Introduce ata_ncq_supported()Damien Le Moal1-7/+21
2023-01-04ata: libata: move NCQ related ATA_DFLAGsNiklas Cassel1-8/+7
2023-01-04ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel1-0/+2
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-2/+2
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-2/+2
2022-11-11ata: libata-sff: kill unused ata_sff_busy_sleep()Sergey Shtylyov1-2/+0
2022-10-18ata: add ata_port_is_frozen() helperNiklas Cassel1-0/+5
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-1/+1
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal1-2/+2
2022-08-26ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLEDamien Le Moal1-1/+1
2022-08-21ata: libata: Set __ATA_BASE_SHT max_sectorsJohn Garry1-1/+2
2022-06-20ata: make ata_port::fastdrain_cnt *unsigned int*Sergey Shtylyov1-1/+1
2022-06-17ata: make transfer mode masks *unsigned int*Sergey Shtylyov1-25/+24
2022-06-06ata: libata: drop 'sas_last_tag'Hannes Reinecke1-1/+0
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-1/+0
2022-03-23Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-3/+9
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-2/+8
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov1-1/+1
2022-02-04ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkageAnton Lundin1-0/+1