aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-6/+25
2006-01-06[PATCH] Suspend support for libataJens Axboe1-0/+114
2006-01-06[BLOCK] add FUA support to libataTejun Heo1-6/+25
2005-12-13[PATCH] libata: remove unused qc->waitingTejun Heo1-12/+2
2005-12-13[PATCH] libata: remove unused functionsTejun Heo1-29/+0
2005-12-13[PATCH] libata: use ata_exec_internal()Tejun Heo1-101/+44
2005-12-13[PATCH] libata: implement ata_exec_internal()Tejun Heo1-0/+99
2005-12-12Merge branch 'upstream-fixes'Jeff Garzik1-2/+2
2005-12-12[PATCH] libata-core.c: fix parameter bug on kunmap_atomic() callsMark Lord1-2/+2
2005-12-06[PATCH] libata: err_mask misc fixAlbert Lee1-5/+13
2005-12-06[PATCH] libata: determine the err_mask directly in atapi_packet_task()Albert Lee1-6/+7
2005-12-06[PATCH] libata: determine the err_mask when the error is foundAlbert Lee1-1/+9
2005-12-06[PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee1-13/+19
2005-12-06[PATCH] libata: minor patch before moving err_maskAlbert Lee1-3/+7
2005-12-01[PATCH] mark several libata datastructures constArjan van de Ven1-2/+2
2005-11-20[libata] Print out SATA speed, if link is upJeff Garzik1-4/+16
2005-11-17[libata] add timeout to commands for which we call wait_completion()Jeff Garzik1-4/+28
2005-11-16[PATCH] libata: honor the transfer cycle time speficied by the EIDE deviceAlbert Lee1-2/+4
2005-11-14[libata] REQUEST SENSE handling fixesJeff Garzik1-22/+0
2005-11-14[libata] minor fixes, new helpersJeff Garzik1-8/+3
2005-11-14[libata] fix bugs in ATAPI padding DMA mapping codeJeff Garzik1-5/+26
2005-11-13[PATCH] libata: fix comments on ata_tf_from_fis()Mark Lord1-2/+1
2005-11-11[PATCH] libata: propogate host private data from probe functionAlan Cox1-0/+2
2005-11-09[PATCH] libata: if condition fix for ata_dev_identify()Albert Lee1-3/+2
2005-11-09[PATCH] libata kernel-doc fixesRandy Dunlap1-2/+2
2005-11-07[libata] eliminate use of drivers/scsi/scsi.h compatibility header/definesJeff Garzik1-1/+1
2005-11-05[libata] restore sg on DMA mapping failureTejun Heo1-2/+8
2005-11-04[libata] ATAPI pad allocation fixes/cleanupJeff Garzik1-4/+5
2005-10-30Merge branch 'upstream'Jeff Garzik1-49/+10
2005-10-30[libata] locking rewrite (== fix)Jeff Garzik1-2/+0
2005-10-30[libata] ata_tf_to_host cleanupsJeff Garzik1-47/+10
2005-10-30Merge branch 'master'Jeff Garzik1-4/+4
2005-10-30[libata] fix legacy IDE probingJeff Garzik1-4/+4
2005-10-30Merge branch 'upstream'Jeff Garzik1-16/+15
2005-10-30[libata] change ata_qc_complete() to take error mask as second argJeff Garzik1-16/+15
2005-10-30Merge branch 'upstream'Jeff Garzik1-35/+11
2005-10-30Merge branch 'master'Jeff Garzik1-8/+2
2005-10-29[libata] remove ata_chk_err(), ->check_err() hook.Jeff Garzik1-32/+9
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-8/+2
2005-10-29Merge branch 'master'Jeff Garzik1-9/+9
2005-10-29[PATCH] libata-core cleanups (updated)Randy Dunlap1-9/+5
2005-10-29[libata] ensure ->tf_read() hook reads Status and Error registersJeff Garzik1-0/+4
2005-10-28Merge branch 'master'Jeff Garzik1-59/+223
2005-10-26[libata] ata_timing fixAlan Cox1-1/+1
2005-10-25[PATCH] libata kernel-doc fixesRandy Dunlap1-22/+14
2005-10-22libata: const-ification bombing runJeff Garzik1-34/+34
2005-10-21Add ide-timing functionality to libata.Alan Cox1-0/+149
2005-10-21libata: handle early device PIO modes correctlyAlan Cox1-4/+27
2005-10-18Merge branch 'upstream'Jeff Garzik1-76/+101