| Commit message (Expand) | Author | Age | Files | Lines |
* | libata: Add some missing command descriptions | Robert Hancock | 2013-10-27 | 1 | -0/+7 |
* | libata: Add support for SEND/RECEIVE FPDMA QUEUED | Marc Carino | 2013-08-25 | 1 | -0/+21 |
* | libata: move 'struct ata_taskfile' and friends from ata.h to libata.h | Sergei Shtylyov | 2013-07-16 | 1 | -102/+0 |
* | libata: Use integer return value for atapi_command_packet_set | Shan Hai | 2013-04-03 | 1 | -1/+1 |
* | [libata] replace sata_settings with devslp_timing | Shane Huang | 2013-01-14 | 1 | -3/+5 |
* | ahci: implement aggressive SATA device sleep support | Shane Huang | 2012-09-13 | 1 | -0/+9 |
* | ata: define enum constants for IDENTIFY DEVICE | Shane Huang | 2012-09-13 | 1 | -8/+13 |
* | libata: detect Device Attention support | Lin Ming | 2012-06-29 | 1 | -0/+1 |
* | libata: Use 'bool' return value for ata_id_XXX | Hannes Reinecke | 2011-03-15 | 1 | -81/+75 |
* | libata: Include WWN ID in inquiry VPD emulation | Hannes Reinecke | 2011-03-14 | 1 | -0/+7 |
* | [libata] support for > 512 byte sectors (e.g. 4K Native) | Grant Grundler | 2010-10-21 | 1 | -6/+40 |
* | libata-sff: prd is BMDMA specific | Tejun Heo | 2010-05-19 | 1 | -1/+1 |
* | libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2) | Mark Lord | 2010-04-08 | 1 | -2/+2 |
* | ata: Detect Delkin Devices compact flash | Ben Gardner | 2010-03-01 | 1 | -1/+2 |
* | libata: fix ata_id_logical_per_physical_sectors | Christoph Hellwig | 2010-02-04 | 1 | -2/+2 |
* | libata: Clarify ata_set_lba_range_entries function | Martin K. Petersen | 2009-12-03 | 1 | -10/+10 |
* | libata: Report zeroed read after TRIM and max discard size | Martin K. Petersen | 2009-12-03 | 1 | -0/+11 |
* | libata: add translation for SCSI WRITE SAME (aka TRIM support) | Christoph Hellwig | 2009-12-03 | 1 | -0/+13 |
* | libata: implement more acpi filtering options | Tejun Heo | 2009-10-06 | 1 | -0/+3 |
* | libata: cosmetic updates | Tejun Heo | 2009-10-06 | 1 | -3/+3 |
* | libata: add command name parsing for error output | Robert Hancock | 2009-09-01 | 1 | -1/+31 |
* | [libata] add DMA setup FIS auto-activate feature | Shaohua Li | 2009-09-01 | 1 | -0/+4 |
* | ata: add ata_id_pio_need_iordy() helper (v2) | Bartlomiej Zolnierkiewicz | 2009-06-15 | 1 | -0/+14 |
* | libata: Media rotation rate and form factor heuristics | Martin K. Petersen | 2009-05-15 | 1 | -0/+28 |
* | ata: Add TRIM infrastructure | Matthew Wilcox | 2009-04-06 | 1 | -0/+41 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-03-26 | 1 | -0/+6 |
|\ |
|
| * | include/linux/ata.h: add some more transfer masks | Erik Inge Bolsø | 2009-03-24 | 1 | -0/+6 |
* | | ide: remove broken EXABYTENEST support | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 |
|/ |
|
* | ata: add CFA specific identify data words | Sergei Shtylyov | 2009-03-05 | 1 | -0/+2 |
* | ide/libata: fix ata_id_is_cfa() (take 4) | Sergei Shtylyov | 2009-02-02 | 1 | -5/+10 |
* | ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+50 |
* | ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+21 |
* | ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+13 |
* | ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+9 |
* | ide: idedisk_supports_lba48() -> ata_id_lba48_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+9 |
* | ide: ide_dev_is_sata() -> ata_id_is_sata() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+9 |
* | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-10-10 | 1 | -0/+6 |
|\ |
|
| * | libata: set queue SSD flag for SSD devices | Jens Axboe | 2008-10-09 | 1 | -0/+6 |
* | | [libata] Introduce ata_id_has_unload() | Elias Oltmanns | 2008-09-29 | 1 | -0/+9 |
|/ |
|
* | [libata] LBA28/LBA48 off-by-one bug in ata.h | Taisuke Yamada | 2008-09-13 | 1 | -1/+1 |
* | ata: add missing ATA_* defines | Bartlomiej Zolnierkiewicz | 2008-08-18 | 1 | -0/+13 |
* | ata: add missing ATA_CMD_* defines | Bartlomiej Zolnierkiewicz | 2008-08-18 | 1 | -0/+20 |
* | ata: add missing ATA_ID_* defines (take 2) | Bartlomiej Zolnierkiewicz | 2008-08-18 | 1 | -46/+76 |
* | libata: automatically use DMADIR if drive/bridge requires it | Tejun Heo | 2008-02-24 | 1 | -0/+5 |
* | libata annotations and fixes | Al Viro | 2008-01-23 | 1 | -2/+2 |
* | libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* | Tejun Heo | 2008-01-23 | 1 | -6/+6 |
* | libata: add ATA_CBL_PATA_IGN | Tejun Heo | 2008-01-23 | 1 | -3/+4 |
* | libata: implement protocol tests | Tejun Heo | 2008-01-23 | 1 | -7/+64 |
* | libata: Disable ATA8-ACS proposed Trusted Computing features by default | Alan Cox | 2008-01-23 | 1 | -1/+21 |
* | libata: correct handling of TSS DVD | Alan Cox | 2008-01-15 | 1 | -2/+0 |