| Commit message (Expand) | Author | Age | Files | Lines |
* | ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_* | Christoph Hellwig | 2016-07-18 | 1 | -11/+17 |
* | ata: make lba_{28,48}_ok() use ATA_MAX_SECTORS{,_LBA48} | Tom Yan | 2016-07-18 | 1 | -3/+3 |
* | ata: Handle ATA NCQ NO-DATA commands correctly | Hannes Reinecke | 2016-07-15 | 1 | -0/+1 |
* | libata-scsi: avoid repeated calculation of number of TRIM ranges | Tom Yan | 2016-07-12 | 1 | -2/+3 |
* | libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching() | Tom Yan | 2016-07-12 | 1 | -0/+3 |
* | Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-05-23 | 1 | -1/+71 |
|\ |
|
| * | libata: support host-aware and host-managed ZAC devices | Hannes Reinecke | 2016-05-09 | 1 | -0/+1 |
| * | libata: support device-managed ZAC devices | Hannes Reinecke | 2016-05-09 | 1 | -0/+5 |
| * | libata: NCQ encapsulation for ZAC MANAGEMENT OUT | Hannes Reinecke | 2016-05-09 | 1 | -0/+7 |
| * | libata: Implement ZBC OUT translation | Hannes Reinecke | 2016-05-09 | 1 | -0/+7 |
| * | libata: implement ZBC IN translation | Hannes Reinecke | 2016-05-09 | 1 | -1/+9 |
| * | libata-trace: decode subcommands | Hannes Reinecke | 2016-05-09 | 1 | -0/+17 |
| * | libata: Check log page directory before accessing pages | Hannes Reinecke | 2016-05-09 | 1 | -0/+1 |
| * | libata: Add command definitions for NCQ Encapsulation for READ LOG DMA EXT | Hannes Reinecke | 2016-05-09 | 1 | -0/+5 |
| * | libata/libsas: Define ATA_CMD_NCQ_NON_DATA | Hannes Reinecke | 2016-05-09 | 1 | -0/+1 |
| * | libata: Implement support for sense data reporting | Hannes Reinecke | 2016-04-04 | 1 | -0/+16 |
| * | libata: Implement NCQ autosense | Hannes Reinecke | 2016-04-04 | 1 | -0/+2 |
* | | libata-core: Allow longer timeout for drive spinup from PUIS | Damien Le Moal | 2016-04-04 | 1 | -1/+2 |
|/ |
|
* | libata: fix HDIO_GET_32BIT ioctl | Arnd Bergmann | 2016-02-11 | 1 | -2/+2 |
* | Revert "libata: Implement NCQ autosense" | Tejun Heo | 2015-08-03 | 1 | -2/+0 |
* | Revert "libata: Implement support for sense data reporting" | Tejun Heo | 2015-08-03 | 1 | -16/+0 |
* | libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l... | David Milburn | 2015-07-15 | 1 | -0/+1 |
* | libata: READ LOG DMA EXT support can be in either page 119 or 120 | Martin K. Petersen | 2015-05-05 | 1 | -1/+11 |
* | libata: Implement support for sense data reporting | Hannes Reinecke | 2015-03-27 | 1 | -0/+18 |
* | libata: Implement NCQ autosense | Hannes Reinecke | 2015-03-27 | 1 | -0/+2 |
* | ide,ata: Rename ATA_IDX to ATA_SENSE | Hannes Reinecke | 2015-03-27 | 1 | -1/+1 |
* | libata: use READ_LOG_DMA_EXT | Hannes Reinecke | 2015-03-27 | 1 | -0/+7 |
* | libata: s/ata_id_removeable()/ata_id_removable()/ | Nicholas Krause | 2014-12-25 | 1 | -1/+1 |
* | 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 |