aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-taskfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-26ide: initialize rq->cmd_type in ide_init_drive_cmd() callersBartlomiej Zolnierkiewicz1-0/+4
2008-01-26ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz1-3/+2
2008-01-26ide: kill DATA_READY defineBartlomiej Zolnierkiewicz1-2/+2
2008-01-26ide: task_end_request() fixTejun Heo1-7/+4
2008-01-26ide: use rq->nr_sectors in task_end_request()Bartlomiej Zolnierkiewicz1-2/+2
2008-01-26ide: remove needless ->cursg clearing from task_end_request()Bartlomiej Zolnierkiewicz1-2/+0
2008-01-26ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz1-4/+5
2008-01-26ide: fix final status check in task_in_intr()Bartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: fix ->io_32bit race in ide_taskfile_ioctl()Tejun Heo1-5/+12
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz1-30/+2
2008-01-26ide: add ide_set_irq() inline helperBartlomiej Zolnierkiewicz1-2/+1
2008-01-26ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)Bartlomiej Zolnierkiewicz1-0/+4
2008-01-25ide-disk: use do_rw_taskfile() (take 2)Bartlomiej Zolnierkiewicz1-8/+8
2008-01-25ide: remove 'handler' field from ide_task_t (take 2)Bartlomiej Zolnierkiewicz1-9/+19
2008-01-25ide: use ->data_phase to set ->handler in do_rw_taskfile()Bartlomiej Zolnierkiewicz1-6/+10
2008-01-25ide: convert do_rw_taskfile() to use ->data_phaseBartlomiej Zolnierkiewicz1-12/+13
2008-01-25ide: merge flagged_taskfile() into do_rw_taskfile()Bartlomiej Zolnierkiewicz1-20/+12
2008-01-25ide: remove 'tf_in_flags' field from ide_task_tBartlomiej Zolnierkiewicz1-16/+13
2008-01-25ide: remove 'command_type' field from ide_task_tBartlomiej Zolnierkiewicz1-45/+44
2008-01-25ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-14/+15
2008-01-25ide: remove unnecessary writes to HOB taskfile registersBartlomiej Zolnierkiewicz1-0/+9
2008-01-25ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-1/+9
2008-01-25ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz1-107/+73
2008-01-25ide: add ide_no_data_taskfile() helperBartlomiej Zolnierkiewicz1-2/+10
2008-01-25ide: add ide_tf_load() helperBartlomiej Zolnierkiewicz1-22/+34
2008-01-25ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz1-53/+46
2008-01-25ide: remove task_ioreg_t typedef (take 2)Bartlomiej Zolnierkiewicz1-2/+2
2007-11-05ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTLBartlomiej Zolnierkiewicz1-0/+2
2007-11-05ide: add missing rq.ref_count initialization to ide_diag_taskfile()Bartlomiej Zolnierkiewicz1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1
2007-10-20ide: check drive->using_dma in flagged_taskfile()Bartlomiej Zolnierkiewicz1-0/+3
2007-10-20ide: check ->dma_setup() return value in flagged_taskfile()Bartlomiej Zolnierkiewicz1-4/+7
2007-10-20ide: remove stale comments from ide-taskfile.cBartlomiej Zolnierkiewicz1-23/+0
2007-10-16IDE: sg chaining supportJens Axboe1-4/+14
2007-07-03ide: never called printk statement in ide-taskfile.c::wait_drive_not_busyMasatake YAMATO1-4/+8
2006-10-16[PATCH] ide: add sanity checking to ide taskfile ioctlAlan Cox1-4/+9
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-4/+4
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn1-2/+1
2006-03-31[PATCH] Ensure ide-taskfile calls any driver specific end_request functionRichard Purdie1-1/+7
2006-02-15[PATCH] ide: touch softlockup detector during pioAndrew Morton1-0/+3
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2005-11-19[PATCH] ide: remove dead code from flagged_taskfile()Bartlomiej Zolnierkiewicz1-9/+3
2005-11-19[PATCH] ide: remove dead DEBUG_TASKFILE codeBartlomiej Zolnierkiewicz1-15/+0
2005-11-09[PATCH] ide: possible cleanupsAdrian Bunk1-2/+0
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-4/+2
2005-11-07[PATCH] ide: kmalloc + memset -> kzalloc conversionDeepak Saxena1-8/+4
2005-09-17[PATCH] ide: fix null request pointer for taskfile ioctlTimothy Thelin1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+884