aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-8/+30
2009-05-15libata: Media rotation rate and form factor heuristicsMartin K. Petersen1-5/+6
2009-05-15libata: Report disk alignment and physical block sizeMartin K. Petersen1-1/+22
2009-05-11Avoid world-writable sysfs files in libata driver.Vitaly Mayatskikh1-2/+2
2009-05-11block: cleanup rq->data_len usagesTejun Heo1-1/+1
2009-04-16ata: Report 16/32bit PIO as best we canAlan Cox1-4/+26
2009-02-02libata: fix kernel-doc warningsRandy Dunlap1-0/+1
2009-01-27SATA: Blacklisting of systems that spin off disks during ACPI power offRafael J. Wysocki1-3/+17
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik1-4/+13
2009-01-06libata: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori1-2/+2
2008-12-28libata: beef up iteratorsTejun Heo1-11/+11
2008-11-10libata: revert convert-to-block-tagging patchesTejun Heo1-21/+2
2008-11-04libata: Fix a potential race condition in ata_scsi_park_show()Elias Oltmanns1-3/+4
2008-10-27libata: fix NCQ devices behind port multipliersJens Axboe1-0/+9
2008-10-24libata: fix bug with non-ncq devicesJens Axboe1-1/+5
2008-10-23libata: switch to using block layer tagging supportJens Axboe1-2/+8
2008-10-10libata: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-1/+1
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+4
2008-10-09libata: set queue SSD flag for SSD devicesJens Axboe1-0/+4
2008-09-29libata: Implement disk shock protection supportElias Oltmanns1-0/+108
2008-07-31libata: update atapi disable handlingTejun Heo1-32/+2
2008-07-15Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+98
2008-07-14[libata] Add support for VPD page b1Matthew Wilcox1-1/+19
2008-07-14libata/ahci: enclosure management supportKristen Carlson Accardi1-0/+79
2008-07-04block: add blk_queue_update_dma_padFUJITA Tomonori1-1/+2
2008-06-18libata: don't check whether to use DMA or not for no data commandsTejun Heo1-9/+7
2008-05-30libata: fix libata-scsi kernel-doc notationRandy Dunlap1-1/+2
2008-05-19libata: ignore SIMG4726 config pseudo deviceTejun Heo1-6/+0
2008-04-29libata-scsi: improve rbuf handling for simulated commandsTejun Heo1-290/+154
2008-04-29libata-scsi: clean up inquiry / mode sense related functionsTejun Heo1-68/+21
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-7/+8
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-5/+1
2008-04-18libata: fix boot panic with SATAPI devices on non-SFF HBAsJames Bottomley1-1/+2
2008-04-17libata: implement PMP helpersTejun Heo1-3/+3
2008-04-17libata: make SFF support optionalTejun Heo1-0/+2
2008-04-17libata: rename SFF port opsTejun Heo1-1/+1
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo1-1/+1
2008-04-17libata: kill ATA_EHI_RESUME_LINKTejun Heo1-1/+0
2008-04-17libata: prefer hardresetTejun Heo1-2/+2
2008-04-07[SCSI] libata: use scsi_build_sense_bufferFUJITA Tomonori1-5/+1
2008-03-24libata: implement ata_qc_raw_nbytes()Tejun Heo1-3/+11
2008-03-04block: separate out padding from alignmentTejun Heo1-1/+2
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori1-3/+3
2008-02-29[libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore()Jeff Garzik1-0/+10
2008-02-24libata: automatically use DMADIR if drive/bridge requires itTejun Heo1-1/+2
2008-02-20libata: fix kernel-doc parameter warningRandy Dunlap1-1/+1
2008-02-19libata: implement drain buffersJames Bottomley1-6/+53
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-17/+6