index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-taskfile.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-02
[ide] get driver from rq->rq_disk->private_data
Bartlomiej Zolnierkiewicz
1
-3
/
+8
2005-03-10
[ide] fix some rare ide-default vs ide-disk races
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2005-02-03
[ide] comment fixes
Tejun Heo
1
-2
/
+2
2005-01-07
[ide] rework ide_driver_t->error
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2004-11-01
[ide] remove more dead ide exports
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2004-10-29
[ide] PIO bugfix
Bartlomiej Zolnierkiewicz
1
-2
/
+8
2004-10-27
[ide] remove needless exports from ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-29
/
+4
2004-10-25
[PATCH] ide_pio_sector() kmap fix
Andrew Morton
1
-1
/
+1
2004-10-20
Merge bk://bart.bkbits.net/ide-2.6
Linus Torvalds
1
-84
/
+65
2004-10-20
[ide] unify PIO code
Bartlomiej Zolnierkiewicz
1
-10
/
+5
2004-10-20
[ide] sg PIO for fs requests
Bartlomiej Zolnierkiewicz
1
-8
/
+10
2004-10-20
[ide] sg PIO for taskfile requests
Bartlomiej Zolnierkiewicz
1
-80
/
+64
2004-10-19
[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
Adrian Bunk
1
-1
/
+1
2004-10-20
[ide] convert ide_hwif_t->ide_dma_begin() to ->dma_start()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2004-10-20
[ide] add ide_hwif_t->dma_exec_cmd()
Bartlomiej Zolnierkiewicz
1
-11
/
+4
2004-10-20
[ide] add ide_hwif_t->dma_setup()
Bartlomiej Zolnierkiewicz
1
-2
/
+11
2004-10-10
[ide] kill dead TASKFILE_IN_OUT code
Bartlomiej Zolnierkiewicz
1
-13
/
+0
2004-10-01
[ide] remove dead debugging code from ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-33
/
+0
2004-09-09
[PATCH] ide: unify taskfile single/multiple PIO code
Bartlomiej Zolnierkiewicz
1
-105
/
+50
2004-09-09
[PATCH] ide: add ide_hwif_t->data_phase
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2004-07-14
[PATCH] ide: use "normal" handlers for "flagged" taskfiles (ide-taskfile.c)
Bartlomiej Zolnierkiewicz
1
-256
/
+30
2004-07-14
[PATCH] ide: merge CONFIG_IDE_TASKFILE_IO=y|n PIO handlers together
Bartlomiej Zolnierkiewicz
1
-180
/
+15
2004-07-14
[PATCH] ide: no partial completions for PIO (CONFIG_IDE_TASKFILE_IO=y)
Bartlomiej Zolnierkiewicz
1
-56
/
+28
2004-07-14
[PATCH] ide: pre_task_mulout_intr() cleanup (CONFIG_IDE_TASKFILE_IO=n)
Bartlomiej Zolnierkiewicz
1
-7
/
+0
2004-07-14
[PATCH] remove pre_task_out_intr() comment (CONFIG_IDE_TASKFILE_IO=n)
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2004-07-14
[PATCH] ide: remove BUSY check from task_in_intr() (CONFIG_IDE_TASKFILE_IO=n)
Bartlomiej Zolnierkiewicz
1
-4
/
+2
2004-07-14
[PATCH] ide: PIO-out error handling fixes (CONFIG_IDE_TASKFILE_IO=y)
Bartlomiej Zolnierkiewicz
1
-20
/
+4
2004-07-14
[PATCH] ide: PIO-out ->prehandler() fixes (CONFIG_IDE_TASKFILE_IO=y)
Bartlomiej Zolnierkiewicz
1
-2
/
+8
2004-07-14
[PATCH] ide: PIO-out fixes for ide-taskfile.c (CONFIG_IDE_TASKFILE_IO=n)
Bartlomiej Zolnierkiewicz
1
-15
/
+16
2004-06-23
[PATCH] ide: PIO-out setup fixes (CONFIG_IDE_TASKFILE_IO=n)
Bartlomiej Zolnierkiewicz
1
-29
/
+10
2004-06-23
[PATCH] ide: use task_buffer[_multi]_sectors() in ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-78
/
+24
2004-06-23
[PATCH] ide: don't clear rq->errors for REQ_DRIVE_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-11
/
+6
2004-06-23
[PATCH] ide: split task_sectors() and task_multi_sectors()
Bartlomiej Zolnierkiewicz
1
-3
/
+42
2004-06-23
[PATCH] ide: add task_multi_sectors() to ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-31
/
+22
2004-06-23
[PATCH] ide: remove DTF() debugging printks from ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-34
/
+0
2004-06-23
[PATCH] ide: last IRQ fix for task_mulout_intr() (CONFIG_IDE_TASKFILE_IO=n)
Bartlomiej Zolnierkiewicz
1
-7
/
+0
2004-06-23
[PATCH] ide: check drive->mult_count in flagged_taskfile()
Bartlomiej Zolnierkiewicz
1
-8
/
+8
2004-06-23
[PATCH] ide: PIO-in drive busy fix (CONFIG_IDE_TASKFILE_IO=y)
Bartlomiej Zolnierkiewicz
1
-16
/
+12
2004-06-23
[PATCH] ide: end request fix for CONFIG_IDE_TASKFILE_IO=y PIO handlers
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2004-06-23
[PATCH] ide: remove redundant hwgroup->handler checks from ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-14
/
+5
2004-06-15
[PATCH] ide: check no. of sectors for in/out commands in ide_diag_taskfile()
Bartlomiej Zolnierkiewicz
1
-15
/
+6
2004-06-15
[PATCH] ide: kill task_[un]map_rq()
Bartlomiej Zolnierkiewicz
1
-20
/
+5
2004-06-15
[PATCH] ide: tiny task_mulout_intr() (CONFIG_IDE_TASKFILE_IO=n) cleanup
Bartlomiej Zolnierkiewicz
1
-15
/
+4
2004-06-15
[PATCH] ide: cleanup taskfile PIO handlers (CONFIG_IDE_TASKFILE_IO=n)
Bartlomiej Zolnierkiewicz
1
-71
/
+6
2004-06-15
[PATCH] ide: remove ALTERNATE_STATE_DIAGRAM_MULTI_OUT from ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-38
/
+0
2004-06-04
[PATCH] kill drivers/ide TCQ support
Jens Axboe
1
-8
/
+0
2004-06-04
[PATCH] ide: remove dead code from ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-28
/
+0
2004-05-28
[PATCH] sparse: trivial part of drivers/ide __user annotation
Alexander Viro
1
-10
/
+12
2004-03-14
[PATCH] remove ide_init_drive_taskfile()
Bartlomiej Zolnierkiewicz
1
-12
/
+1
2004-03-14
[PATCH] remove IDE_*_OFFSET_HOB and IDE_*_REG_HOB defines
Bartlomiej Zolnierkiewicz
1
-8
/
+8
[next]