aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-15ata: make ata_scsiop_inq_89 static in libata-scsi.cHarvey Harrison1-1/+1
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+9
2008-01-23[SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSIJames Bottomley1-4/+8
2008-01-23[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()James Bottomley1-1/+1
2008-01-23[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()akpm@linux-foundation.org1-1/+1
2008-01-23libata annotations and fixesAl Viro1-2/+2
2008-01-23libata: convert to chained sgTejun Heo1-1/+1
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-5/+5
2008-01-23libata: make atapi_request_sense() use sgTejun Heo1-1/+3
2008-01-23libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox1-0/+18
2008-01-14libata: relocate sdev->manage_start_stop configurationTejun Heo1-3/+3
2008-01-11[SCSI] relax scsi dma alignmentJames Bottomley1-1/+4
2008-01-10libata and starting/stopping ATAPI floppy devicesOndrej Zary1-1/+2
2007-11-26libata: bump transfer chunk size if it's oddTejun Heo1-3/+32
2007-11-19libata-scsi: be tolerant of 12-byte ATAPI commands in 16-byte CDBsMark Lord1-1/+2
2007-11-03[libata] Utilize new SCSI event infrastructureJeff Garzik1-3/+5
2007-11-03make ata_scsi_lpm_get() staticAdrian Bunk1-1/+1
2007-10-30libata: implement and use ATA_QCFLAG_QUIETTejun Heo1-2/+2
2007-10-30libata: flush is an IO commandTejun Heo1-0/+3
2007-10-29[libata] Link power management infrastructureKristen Carlson Accardi1-0/+68
2007-10-29libata: relocate and fix post-command processingTejun Heo1-23/+0
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik1-120/+120
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1