aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ata.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2018-01-10scsi: ata: enhance the definition of SET MAX feature field valuechenxiang1-0/+2
2017-08-29libata: check for trusted computing in IDENTIFY DEVICE dataChristoph Hellwig1-1/+9
2017-06-05libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig1-0/+1
2017-06-05libata: clarify log page naming / groupingChristoph Hellwig1-3/+7
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-04-28libata: remove SCT WRITE SAME supportChristoph Hellwig1-5/+0
2016-10-19ata: Enabling ATA Command PrioritiesAdam Manzanares1-0/+6
2016-08-25libata: Add support for SCT Write SameShaun Tancheff1-0/+43
2016-08-25libata: Safely overwrite attached page in WRITE SAME xlatShaun Tancheff1-26/+0
2016-07-18ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_*Christoph Hellwig1-11/+17
2016-07-18ata: make lba_{28,48}_ok() use ATA_MAX_SECTORS{,_LBA48}Tom Yan1-3/+3
2016-07-15ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke1-0/+1
2016-07-12libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan1-2/+3
2016-07-12libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching()Tom Yan1-0/+3
2016-05-23Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+71
2016-05-09libata: support host-aware and host-managed ZAC devicesHannes Reinecke1-0/+1
2016-05-09libata: support device-managed ZAC devicesHannes Reinecke1-0/+5
2016-05-09libata: NCQ encapsulation for ZAC MANAGEMENT OUTHannes Reinecke1-0/+7
2016-05-09libata: Implement ZBC OUT translationHannes Reinecke1-0/+7
2016-05-09libata: implement ZBC IN translationHannes Reinecke1-1/+9
2016-05-09libata-trace: decode subcommandsHannes Reinecke1-0/+17
2016-05-09libata: Check log page directory before accessing pagesHannes Reinecke1-0/+1
2016-05-09libata: Add command definitions for NCQ Encapsulation for READ LOG DMA EXTHannes Reinecke1-0/+5
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke1-0/+1
2016-04-04libata-core: Allow longer timeout for drive spinup from PUISDamien Le Moal1-1/+2
2016-04-04libata: Implement support for sense data reportingHannes Reinecke1-0/+16
2016-04-04libata: Implement NCQ autosenseHannes Reinecke1-0/+2
2016-02-11libata: fix HDIO_GET_32BIT ioctlArnd Bergmann1-2/+2
2015-08-03Revert "libata: Implement NCQ autosense"Tejun Heo1-2/+0
2015-08-03Revert "libata: Implement support for sense data reporting"Tejun Heo1-16/+0
2015-07-15libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors limitDavid Milburn1-0/+1
2015-05-05libata: READ LOG DMA EXT support can be in either page 119 or 120Martin K. Petersen1-1/+11
2015-03-27libata: Implement support for sense data reportingHannes Reinecke1-0/+18
2015-03-27libata: Implement NCQ autosenseHannes Reinecke1-0/+2
2015-03-27ide,ata: Rename ATA_IDX to ATA_SENSEHannes Reinecke1-1/+1
2015-03-27libata: use READ_LOG_DMA_EXTHannes Reinecke1-0/+7
2014-12-25libata: s/ata_id_removeable()/ata_id_removable()/Nicholas Krause1-1/+1
2013-10-27libata: Add some missing command descriptionsRobert Hancock1-0/+7
2013-08-25libata: Add support for SEND/RECEIVE FPDMA QUEUEDMarc Carino1-0/+21
2013-07-16libata: move 'struct ata_taskfile' and friends from ata.h to libata.hSergei Shtylyov1-102/+0
2013-04-03libata: Use integer return value for atapi_command_packet_setShan Hai1-1/+1
2013-01-14[libata] replace sata_settings with devslp_timingShane Huang1-3/+5
2012-09-13ahci: implement aggressive SATA device sleep supportShane Huang1-0/+9
2012-09-13ata: define enum constants for IDENTIFY DEVICEShane Huang1-8/+13
2012-06-29libata: detect Device Attention supportLin Ming1-0/+1
2011-03-15libata: Use 'bool' return value for ata_id_XXXHannes Reinecke1-81/+75
2011-03-14libata: Include WWN ID in inquiry VPD emulationHannes Reinecke1-0/+7
2010-10-21[libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler1-6/+40
2010-05-19libata-sff: prd is BMDMA specificTejun Heo1-1/+1