aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* block: separate out padding from alignmentTejun Heo2008-03-041-1/+2
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-3/+3
* [libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore()Jeff Garzik2008-02-291-0/+10
* libata: automatically use DMADIR if drive/bridge requires itTejun Heo2008-02-241-1/+2
* libata: fix kernel-doc parameter warningRandy Dunlap2008-02-201-1/+1
* libata: implement drain buffersJames Bottomley2008-02-191-6/+53
* libata: eliminate the home grown dma padding in favour ofJames Bottomley2008-02-191-17/+6
* ata: make ata_scsiop_inq_89 static in libata-scsi.cHarvey Harrison2008-02-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-2/+9
|\
| * [SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSIJames Bottomley2008-01-231-4/+8
| * [SCSI] relax scsi dma alignmentJames Bottomley2008-01-111-1/+4
* | [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()James Bottomley2008-01-231-1/+1
* | [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()akpm@linux-foundation.org2008-01-231-1/+1
* | libata annotations and fixesAl Viro2008-01-231-2/+2
* | libata: convert to chained sgTejun Heo2008-01-231-1/+1
* | libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo2008-01-231-5/+5
* | libata: make atapi_request_sense() use sgTejun Heo2008-01-231-1/+3
* | libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox2008-01-231-0/+18
* | libata: relocate sdev->manage_start_stop configurationTejun Heo2008-01-141-3/+3
|/
* libata and starting/stopping ATAPI floppy devicesOndrej Zary2008-01-101-1/+2
* libata: bump transfer chunk size if it's oddTejun Heo2007-11-261-3/+32
* libata-scsi: be tolerant of 12-byte ATAPI commands in 16-byte CDBsMark Lord2007-11-191-1/+2
* [libata] Utilize new SCSI event infrastructureJeff Garzik2007-11-031-3/+5
* make ata_scsi_lpm_get() staticAdrian Bunk2007-11-031-1/+1
* libata: implement and use ATA_QCFLAG_QUIETTejun Heo2007-10-301-2/+2
* libata: flush is an IO commandTejun Heo2007-10-301-0/+3
* [libata] Link power management infrastructureKristen Carlson Accardi2007-10-291-0/+68
* libata: relocate and fix post-command processingTejun Heo2007-10-291-23/+0
* [libata] checkpatch-inspired cleanupsJeff Garzik2007-10-231-120/+120
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-161-2/+0
|\
| * remove blk_queue_max_phys_segments in libataFUJITA Tomonori2007-10-161-2/+0
* | docbook: fix libata contentRandy Dunlap2007-10-151-1/+1
|/
* libata: fix revalidation issuing after configuration commandsTejun Heo2007-10-151-2/+3
* libata_scsi: Fix ATAPI transfer lengthsAlan Cox2007-10-121-4/+14
* libata-pmp-prep: implement sata_async_notification()Tejun Heo2007-10-121-1/+0
* libata-pmp-prep: implement ATA_HORKAGE_SKIP_PMTejun Heo2007-10-121-0/+7
* libata-pmp-prep: implement ops->qc_defer()Tejun Heo2007-10-121-36/+26
* libata: misc updates for ANTejun Heo2007-10-121-3/+4
* [libata] SCSI: simulator version, not device version, belongs in VPDJeff Garzik2007-10-121-2/+3
* [libata] SCSI: clean up R/W recovery mode pageJeff Garzik2007-10-121-3/+2
* [libata] SCSI: improve FORMAT UNIT; minor code cleanupsJeff Garzik2007-10-121-8/+17
* [libata] Slightly improved no-op REQUEST SENSE, SEND DIAGNOSTICJeff Garzik2007-10-121-2/+13
* [libata] SCSI: support INQUIRY page 89h (ATA info page)Jeff Garzik2007-10-121-4/+68
* libata-scsi: convert to use the data buffer accessorsBoaz Harrosh2007-10-121-9/+9
* libata-scsi: Remove !use_sg code pathsBoaz Harrosh2007-10-121-22/+9
* [libata] ahci: send event when AN receivedKristen Carlson Accardi2007-10-121-0/+18
* libata: add support for ATA_16 on ATAPIMark Lord2007-10-121-16/+36
* libata-link: update hotplug to handle PMP linksTejun Heo2007-10-121-50/+109
* libata-link: implement and use link/device iteratorsTejun Heo2007-10-121-16/+10