summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-disk.c
Commit message (Expand)AuthorAgeFilesLines
...
* ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNCBartlomiej Zolnierkiewicz2008-01-251-2/+1
* ide: remove 'command_type' field from ide_task_tBartlomiej Zolnierkiewicz2008-01-251-8/+7
* ide: remove ata_nsector_t, ata_data_t and atapi_bcount_tBartlomiej Zolnierkiewicz2008-01-251-7/+5
* ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz2008-01-251-7/+9
* ide: remove unnecessary writes to HOB taskfile registersBartlomiej Zolnierkiewicz2008-01-251-0/+13
* ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz2008-01-251-1/+1
* ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz2008-01-251-1/+2
* ide: add ide_no_data_taskfile() helperBartlomiej Zolnierkiewicz2008-01-251-24/+8
* ide: add ide_tf_load() helperBartlomiej Zolnierkiewicz2008-01-251-22/+6
* ide-disk: use struct ide_taskfile in __ide_do_rw_disk()Bartlomiej Zolnierkiewicz2008-01-251-43/+42
* ide-disk: fix taskfile registers loading order in __ide_do_rw_disk()Bartlomiej Zolnierkiewicz2008-01-251-1/+1
* ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2)Bartlomiej Zolnierkiewicz2008-01-251-71/+32
* ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz2008-01-251-63/+57
* ide: remove task_ioreg_t typedef (take 2)Bartlomiej Zolnierkiewicz2008-01-251-10/+10
* ide: remove stale changelog from ide-disk.cBartlomiej Zolnierkiewicz2007-12-121-26/+0
* ide: DMA reporting and validity checking fixes (take 3)Bartlomiej Zolnierkiewicz2007-12-121-5/+2
* ide-disk: add get_smart_data() helperBartlomiej Zolnierkiewicz2007-10-201-20/+4
* ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz2007-10-191-4/+4
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-29/+0
* ide: ST320413A has the same problem as ST340823AJorge Juan Chico2007-09-171-0/+1
* ide-disk: workaround for buggy HPA support on ST340823A (take 3)Bartlomiej Zolnierkiewicz2007-08-201-0/+18
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke2007-07-091-4/+4
* ide: HPA detect from resumeLee Trager2007-06-081-0/+12
* ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz2007-05-101-8/+8
* ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz2007-05-101-13/+68
* ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz2007-05-101-2/+2
* ide: remove a ton of pointless #undef REALLY_SLOW_IOAlan Cox2007-03-031-2/+0
* ide: remove ide_drive_t.usageBartlomiej Zolnierkiewicz2007-02-171-5/+9
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-2/+3
* [PATCH] ide: option to disable cache flushes for buggy drivesJens Axboe2006-07-281-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-2/+0
|\
| * [PATCH] devfs: Remove devfs support from the ide subsystem.Greg Kroah-Hartman2006-06-261-2/+0
* | spelling fixesAndreas Mohr2006-06-261-1/+1
|/
* [PATCH] LED: Add IDE disk activity LED triggerRichard Purdie2006-03-311-0/+3
* [PATCH] ide: Allow IDE interface to specify its not capable of 32-bit operationsKumar Gala2006-03-241-2/+0
* [PATCH] sem2mutex: drivers/ideArjan van de Ven2006-03-231-5/+6
* [PATCH] ide: cast arguments to pr_debug() properlyMichael Richardson2006-02-071-2/+4
* [PATCH] ide-disk: Restore missing space in log messageJean Delvare2006-02-031-1/+1
* [PATCH] stop CompactFlash devices being marked as removableRichard Purdie2006-02-031-5/+1
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [PATCH] Add ide_bus_type probe and remove methodsRussell King2006-01-131-14/+8
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-0/+12
* [BLOCK] update IDE to use new blk_ordered for barriersTejun Heo2006-01-061-84/+53
* [PATCH] ide: MODALIAS support for autoloading of ide-cd, ide-disk, ...Kay Sievers2006-01-041-0/+1
* [PATCH] ide-disk: flush cache after calling del_gendisk()Bartlomiej Zolnierkiewicz2005-12-151-2/+2
* [PATCH] ide: add missing __init tags to device driversBartlomiej Zolnierkiewicz2005-11-191-1/+1
* [PATCH] ide: remove ide_driver_t.owner fieldLaurent Riffard2005-11-181-1/+1
* [PATCH] ide: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-071-3/+1
OpenPOWER on IntegriCloud