Age | Commit message (Expand) | Author | Files | Lines |
2010-10-22 | libata: implement cross-port EH exclusion | Tejun Heo | 1 | -0/+2 |
2010-10-22 | libata: implement LPM support for port multipliers | Tejun Heo | 1 | -0/+8 |
2010-10-22 | libata: reimplement link power management | Tejun Heo | 1 | -4/+0 |
2010-10-22 | libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global | Tejun Heo | 1 | -0/+2 |
2010-10-22 | libata: clean up lpm related symbols and sysfs show/store functions | Tejun Heo | 1 | -2/+4 |
2010-10-22 | [libata] Add ATA transport class | Gwendal Grignou | 1 | -0/+7 |
2010-07-02 | libata: take advantage of cmwq and remove concurrency limitations | Tejun Heo | 1 | -1/+0 |
2010-05-19 | libata-sff: separate out BMDMA EH | Tejun Heo | 1 | -11/+0 |
2010-05-19 | libata-sff: port_task is SFF specific | Tejun Heo | 1 | -2/+3 |
2010-05-19 | libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init() | Tejun Heo | 1 | -0/+10 |
2010-05-15 | libata-sff: kill unused prototype and make ata_dev_select() static | Tejun Heo | 1 | -3/+0 |
2009-10-06 | libata: make gtf_filter per-dev | Tejun Heo | 1 | -0/+2 |
2009-09-02 | libata: add command name parsing for error output | Robert Hancock | 1 | -0/+1 |
2009-03-25 | [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. | Mark Lord | 1 | -2/+0 |
2009-02-03 | libata: add @spd_limit to sata_down_spd_limit() | Tejun Heo | 1 | -1/+1 |
2009-02-03 | libata: move ata_dev_disable() to libata-eh.c | Tejun Heo | 1 | -1/+1 |
2008-11-10 | libata: revert convert-to-block-tagging patches | Tejun Heo | 1 | -17/+2 |
2008-10-24 | libata: switch to using block layer tagging support | Jens Axboe | 1 | -2/+17 |
2008-10-10 | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2008-10-09 | block: unify request timeout handling | Jens Axboe | 1 | -1/+1 |
2008-09-29 | libata: implement slave_link | Tejun Heo | 1 | -0/+3 |
2008-07-31 | libata: update atapi disable handling | Tejun Heo | 1 | -1/+0 |
2008-07-14 | libata: improve EH internal command timeout handling | Tejun Heo | 1 | -0/+2 |
2008-06-19 | libata: don't check whether to use DMA or not for no data commands | Tejun Heo | 1 | -1/+1 |
2008-04-29 | libata-scsi: clean up inquiry / mode sense related functions | Tejun Heo | 1 | -28/+0 |
2008-04-25 | make sata_set_spd_needed() static | Adrian Bunk | 1 | -1/+0 |
2008-04-17 | libata: make PMP support optional | Tejun Heo | 1 | -0/+17 |
2008-04-17 | libata: separate PMP support code from core code | Tejun Heo | 1 | -5/+5 |
2008-04-17 | libata: make SFF support optional | Tejun Heo | 1 | -0/+4 |
2008-04-17 | libata: implement and use sata_std_hardreset() | Tejun Heo | 1 | -0/+9 |
2008-04-17 | libata: separate out ata_wait_ready() and implement ata_wait_after_reset() | Tejun Heo | 1 | -0/+2 |
2008-04-17 | libata: kill unused ata_flush_cache() | Tejun Heo | 1 | -1/+0 |
2008-04-17 | libata: make ata_tf_to_lba[48]() generic | Tejun Heo | 1 | -0/+2 |
2008-04-17 | libata: reorganize SFF related stuff | Tejun Heo | 1 | -3/+5 |
2008-02-26 | make atapi_dmadir static | Adrian Bunk | 1 | -1/+0 |
2008-02-20 | libata: implement libata.force module parameter | Tejun Heo | 1 | -0/+1 |
2008-01-23 | libata: move ata_set_mode() to libata-eh.c | Tejun Heo | 1 | -1/+1 |
2008-01-23 | libata-acpi: add ACPI _PSx method | Shaohua Li | 1 | -0/+3 |
2008-01-23 | libata: Disable ATA8-ACS proposed Trusted Computing features by default | Alan Cox | 1 | -0/+1 |
2007-12-18 | libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable() | Tejun Heo | 1 | -2/+6 |
2007-10-29 | [libata] Link power management infrastructure | Kristen Carlson Accardi | 1 | -0/+2 |
2007-10-12 | libata: add @timeout to ata_exec_internal[_sg]() | Tejun Heo | 1 | -2/+3 |
2007-10-12 | libata-pmp: extend ACPI support to cover PMP | Tejun Heo | 1 | -0/+2 |
2007-10-12 | libata-pmp: hook PMP support and enable it | Tejun Heo | 1 | -1/+1 |
2007-10-12 | libata-pmp: implement Port Multiplier support | Tejun Heo | 1 | -0/+5 |
2007-10-12 | libata-pmp-prep: implement sata_async_notification() | Tejun Heo | 1 | -0/+1 |
2007-10-12 | libata-pmp-prep: make a number of functions global to libata | Tejun Heo | 1 | -0/+17 |
2007-10-12 | libata-pmp-prep: add @new_class to ata_dev_revalidate() | Tejun Heo | 1 | -1/+2 |
2007-10-12 | [libata] SCSI: simulator version, not device version, belongs in VPD | Jeff Garzik | 1 | -0/+1 |
2007-10-12 | libata: add support for ATA_16 on ATAPI | Mark Lord | 1 | -0/+1 |