aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz1-1/+2
2020-03-26ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz1-1/+1
2020-03-26ata: move ata_sas_*() to libata-sata.cBartlomiej Zolnierkiewicz1-12/+12
2020-03-26ata: start separating SATA specific code from libata-scsi.cBartlomiej Zolnierkiewicz1-2/+7
2020-03-26ata: move sata_deb_timing_*() to libata-sata.cBartlomiej Zolnierkiewicz1-13/+18
2020-03-26ata: move ata_qc_complete_multiple() to libata-sata.cBartlomiej Zolnierkiewicz1-1/+1
2020-03-26ata: move sata_link_hardreset() to libata-sata.cBartlomiej Zolnierkiewicz1-3/+13
2020-03-26ata: move sata_link_{debounce,resume}() to libata-sata.cBartlomiej Zolnierkiewicz1-4/+10
2020-03-26ata: move *sata_set_spd*() to libata-sata.cBartlomiej Zolnierkiewicz1-1/+2
2020-03-26ata: move sata_scr_*() to libata-sata.cBartlomiej Zolnierkiewicz1-4/+20
2020-03-26ata: start separating SATA specific code from libata-core.cBartlomiej Zolnierkiewicz1-6/+10
2020-03-26ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()Bartlomiej Zolnierkiewicz1-0/+2
2020-03-26ata: separate PATA timings code from libata-core.cBartlomiej Zolnierkiewicz1-6/+10
2020-03-26ata: optimize struct ata_force_param sizeBartlomiej Zolnierkiewicz1-0/+1
2020-03-26ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hostsBartlomiej Zolnierkiewicz1-3/+8
2020-03-12libata: drop BPRINTK()Hannes Reinecke1-2/+0
2020-02-06Merge tag 'libata-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-01-29ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha1-0/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+6
2019-12-25libata: Fix retrieving of active qcsSascha Hauer1-0/+1
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-6/+6
2019-11-01ata: define AC_ERR_OKJiri Slaby1-0/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-2/+3
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-2/+0
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-3/+2
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2018-07-30ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada1-1/+2
2018-07-11libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior1-2/+0
2018-07-02ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede1-0/+1
2018-06-19scsi: libsas: dynamically allocate and free ata hostJason Yan1-0/+2
2018-06-19libata: add command iterator helpersJens Axboe1-0/+23
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-11/+11
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig1-2/+0
2018-05-11libata: add extra internal commandJens Axboe1-8/+7
2018-05-11libata: use ata_tag_internal() consistentlyJens Axboe1-1/+1
2018-05-11libata: bump ->qc_active to a 64-bit typeJens Axboe1-2/+2
2018-05-11libata: introduce notion of separate hardware tagsJens Axboe1-1/+2
2018-04-18scsi: libsas: add transport class for ATA devicesJason Yan1-0/+2
2018-03-13libata: add refcounting to ata_hostTaras Kondratiuk1-0/+1
2017-09-18libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede1-0/+1
2017-07-10libata: Cleanup ata_read_log_page()Damien Le Moal1-1/+1
2017-06-05libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig1-0/+1
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-02-21Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-4/+4
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+2
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz1-4/+4
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares1-0/+2
2016-10-19ata: Enabling ATA Command PrioritiesAdam Manzanares1-0/+3