summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c
AgeCommit message (Expand)AuthorLines
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+32
2015-02-09Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo-4/+6
2015-01-24libata: move sas ata tag allocation to libata-scsi.cShaohua Li-1/+27
2015-01-23libata: use blk tagingShaohua Li-1/+3
2015-01-08libata: Whitelist SSDs that are known to properly return zeroes after TRIMMartin K. Petersen-4/+6
2014-12-25libata: s/ata_id_removeable()/ata_id_removable()/Nicholas Krause-2/+2
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds-4/+27
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-12/+5
2014-12-04libata: Remove FIXME comment in atapi_request_sense()Nicholas Krause-1/+0
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke-1/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-12/+5
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig-2/+2
2014-11-05libata-scsi: Update SATL for ZAC drivesHannes Reinecke-1/+24
2014-11-05libata: Implement ATA_DEV_ZACHannes Reinecke-2/+3
2014-07-17scsi: use 64-bit LUNsHannes Reinecke-1/+1
2014-05-02ata: SATL compliance for Inquiry Product RevisionKeith Busch-1/+5
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds-3/+15
2014-01-16libata: disable LPM for some WD SATA-I devicesTejun Heo-3/+15
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+21
2013-12-19libata, freezer: avoid block device removal while system is frozenTejun Heo-0/+21
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen-0/+1
2013-10-17ATA / ACPI: remove power dependent device handlingAaron Lu-3/+0
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds-13/+25
2013-08-25libata: Add support for queued DSM TRIMMarc Carino-6/+19
2013-08-23ata: acpi: rework the ata acpi bind supportAaron Lu-7/+6
2013-07-22libata: replace strict_strtol() with kstrtol()Jingoo Han-2/+4
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo-1/+1
2013-06-18libata: cleanup SAT error translationGwendal Grignou-20/+17
2013-05-14libata: update "Maintained by:" tagsTejun Heo-1/+1
2013-04-11[libata] SCSI: really use SATL version in VPDBaruch Even-1/+0
2013-04-03libata-acpi: remove redundent code for power resource handlingAaron Lu-2/+4
2013-04-03[libata] Fix HDIO_DRIVE_* ioctl() Linux 3.9 regressionKrzysztof Mazur-4/+4
2013-02-20[libata] Set proper SK when CK_COND is set.Gwendal Grignou-4/+14
2013-01-21libata: identify and init ZPODD devicesAaron Lu-0/+2
2012-12-14[libata] fix Null pointer dereference on disk errorXiaotian Feng-2/+4
2012-11-13[SCSI] sd: Implement support for WRITE SAMEMartin K. Petersen-0/+1
2012-11-13[SCSI] Add a report opcode helperMartin K. Petersen-0/+1
2012-08-17[libata] scsi: implement MODE SELECT commandPaolo Bonzini-6/+188
2012-08-17[libata] scsi: support MODE SENSE request for changeable and default parametersPaolo Bonzini-16/+43
2012-08-17[libata] scsi: Remove unlikely() from FUA checkJeff Garzik-2/+2
2012-06-29libata-acpi: add ata port runtime D3Cold supportLin Ming-0/+3
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams-15/+20
2012-04-22[SCSI] libata: Pass correct DMA device to scsi hostLin Ming-1/+2
2012-04-12libata: make ata_print_id atomicDan Williams-2/+2
2012-02-29[SCSI] libsas: async ata scanningDan Williams-0/+13
2012-01-08ata: add ata port runtime PM callbacksLin Ming-0/+1
2012-01-08ata: make ata port as parent device of scsi hostLin Ming-1/+1
2011-11-09[libata] libata-scsi.c: Add function parameter documentationMarcos Paulo de Souza-0/+4
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker-0/+1
2011-10-02[SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devicesDan Williams-15/+29