Age | Commit message (Expand) | Author | Files | Lines |
2022-10-17 | ata: libata: only set sense valid flag if sense data is valid | Niklas Cassel | 1 | -0/+1 |
2022-08-26 | ata: libata-core: Simplify ata_build_rw_tf() | Damien Le Moal | 1 | -3/+2 |
2022-08-17 | ata: libata-core: improve parameter names for ata_dev_set_feature() | Niklas Cassel | 1 | -1/+1 |
2022-06-20 | ata: libata-eh: fix sloppy result type of ata_internal_cmd_timeout() | Sergey Shtylyov | 1 | -1/+1 |
2022-06-20 | ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]() | Sergey Shtylyov | 1 | -1/+1 |
2022-06-17 | ata: libata-core: make ata_exec_internal_sg() *static* | Sergey Shtylyov | 1 | -4/+0 |
2022-04-11 | libata: Improve ATA queued command allocation | John Garry | 1 | -13/+0 |
2022-02-02 | ata: libata-acpi: kill ata_acpi_on_suspend() | Sergey Shtylyov | 1 | -2/+0 |
2022-01-05 | ata: libata: remove pointless VPRINTK() calls | Hannes Reinecke | 1 | -1/+0 |
2022-01-05 | ata: libata: revamp ata_get_cmd_descript() | Hannes Reinecke | 1 | -1/+1 |
2022-01-04 | ata: libata: whitespace cleanup | Hannes Reinecke | 1 | -1/+1 |
2020-03-26 | ata: make "libata.force" kernel parameter optional | Bartlomiej Zolnierkiewicz | 1 | -0/+4 |
2020-03-26 | ata: move ata_sas_*() to libata-sata.c | Bartlomiej Zolnierkiewicz | 1 | -3/+16 |
2020-03-26 | ata: start separating SATA specific code from libata-scsi.c | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2020-03-26 | ata: move sata_link_hardreset() to libata-sata.c | Bartlomiej Zolnierkiewicz | 1 | -7/+0 |
2020-03-26 | ata: move *sata_set_spd*() to libata-sata.c | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 | Thomas Gleixner | 1 | -17/+1 |
2018-06-20 | scsi: libsas: dynamically allocate and free ata host | Jason Yan | 1 | -2/+0 |
2018-03-13 | libata: add refcounting to ata_host | Taras Kondratiuk | 1 | -0/+2 |
2017-11-16 | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -1/+1 |
2017-10-17 | libata: Convert timers to use timer_setup() | Kees Cook | 1 | -1/+1 |
2017-10-02 | libata: make ata_port_type const | Bhumika Goyal | 1 | -1/+1 |
2017-06-05 | libata: move ata_read_log_page to libata-core.c | Christoph Hellwig | 1 | -2/+2 |
2017-05-16 | ata: update references for libata documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-02-22 | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -8/+0 |
2017-02-07 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 1 | -1/+0 |
2017-01-10 | libata: move struct ata_scsi_args to libata-scsi.c | Christoph Hellwig | 1 | -7/+0 |
2017-01-06 | libata: Make ata_sg_clean() static again | Geert Uytterhoeven | 1 | -1/+0 |
2016-10-19 | ata: Enabling ATA Command Priorities | Adam Manzanares | 1 | -1/+1 |
2016-04-04 | libata: Implement control mode page to select sense format | Hannes Reinecke | 1 | -1/+2 |
2016-04-04 | libata-eh: Set 'information' field for autosense | Hannes Reinecke | 1 | -0/+3 |
2016-04-04 | libata: sanitize ata_tf_read_block() | Hannes Reinecke | 1 | -1/+2 |
2016-04-04 | libata: Implement NCQ autosense | Hannes Reinecke | 1 | -0/+1 |
2015-08-03 | Revert "libata: Implement NCQ autosense" | Tejun Heo | 1 | -1/+0 |
2015-08-03 | Revert "libata-eh: Set 'information' field for autosense" | Tejun Heo | 1 | -4/+1 |
2015-03-27 | libata-eh: Set 'information' field for autosense | Hannes Reinecke | 1 | -1/+4 |
2015-03-27 | libata: Implement NCQ autosense | Hannes Reinecke | 1 | -0/+1 |
2015-02-13 | Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+3 |
2015-01-25 | libata: move sas ata tag allocation to libata-scsi.c | Shaohua Li | 1 | -0/+2 |
2015-01-24 | libata: use blk taging | Shaohua Li | 1 | -1/+1 |
2015-01-11 | ata: libata-core: Remove unused function | Rickard Strandqvist | 1 | -1/+0 |
2014-07-18 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -1/+1 |
2013-10-17 | ATA / ACPI: remove power dependent device handling | Aaron Lu | 1 | -4/+0 |
2013-08-27 | libata: acpi: Remove ata_dev_acpi_handle stub in libata.h | Aaron Lu | 1 | -1/+0 |
2013-08-23 | ata: acpi: rework the ata acpi bind support | Aaron Lu | 1 | -6/+10 |
2013-07-25 | libata: acpi: remove dead code for ata_acpi_(un)bind | Aaron Lu | 1 | -4/+0 |
2013-06-25 | libata-acpi: add back ACPI based hotplug functionality | Aaron Lu | 1 | -0/+2 |
2013-01-22 | libata: handle power transition of ODD | Aaron Lu | 1 | -0/+8 |
2013-01-22 | libata: check zero power ready status for ZPODD | Aaron Lu | 1 | -0/+5 |
2013-01-22 | libata: identify and init ZPODD devices | Aaron Lu | 1 | -0/+14 |