index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-taskfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: Implement disk shock protection support (v4)
Elias Oltmanns
2008-10-13
1
-1
/
+10
*
ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()
Bartlomiej Zolnierkiewicz
2008-10-13
1
-80
/
+25
*
ide: add device flags
Bartlomiej Zolnierkiewicz
2008-10-13
1
-7
/
+7
*
ide: move ioctls handling to ide-ioctls.c
Bartlomiej Zolnierkiewicz
2008-10-10
1
-109
/
+0
*
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+1
*
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
2008-10-10
1
-13
/
+13
*
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
2008-10-10
1
-11
/
+16
*
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
2008-10-10
1
-2
/
+4
*
ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase
Bartlomiej Zolnierkiewicz
2008-07-24
1
-2
/
+10
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-12
/
+17
*
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+1
*
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
2008-07-23
1
-9
/
+14
*
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+1
*
ide: remove needless includes from ide-taskfile.c (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
1
-10
/
+0
*
ide: remove superfluous BUG_ON() from set_geometry_intr()
Bartlomiej Zolnierkiewicz
2008-07-16
1
-1
/
+0
*
ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE
Bartlomiej Zolnierkiewicz
2008-07-16
1
-21
/
+1
*
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+1
*
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
2008-07-15
1
-0
/
+2
*
ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-14
/
+20
*
ide: increase timeout in wait_drive_not_busy()
Bartlomiej Zolnierkiewicz
2008-06-20
1
-3
/
+3
*
ide: use blk_rq_init() to initialize the request
FUJITA Tomonori
2008-04-29
1
-2
/
+1
*
ide: add ->tf_load and ->tf_read methods
Bartlomiej Zolnierkiewicz
2008-04-28
1
-1
/
+1
*
ide: move ide_tf_{load,read} to ide-iops.c
Bartlomiej Zolnierkiewicz
2008-04-28
1
-45
/
+0
*
ide: factor out debugging code from ide_tf_load()
Bartlomiej Zolnierkiewicz
2008-04-28
1
-12
/
+17
*
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
Bartlomiej Zolnierkiewicz
2008-04-28
1
-2
/
+2
*
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
Bartlomiej Zolnierkiewicz
2008-04-28
1
-7
/
+9
*
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
2008-04-27
1
-15
/
+14
*
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+1
*
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-3
/
+4
*
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-26
1
-6
/
+6
*
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
2008-04-18
1
-13
/
+16
*
IDE: Make taskfile interface more robust wrt unexpected end-of-command
Linus Torvalds
2008-03-18
1
-9
/
+27
*
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
2008-02-06
1
-3
/
+2
*
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
2008-02-06
1
-15
/
+15
*
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-1
/
+4
*
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-1
/
+5
*
ide: update/add my Copyrights
Bartlomiej Zolnierkiewicz
2008-02-01
1
-4
/
+4
*
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+0
*
ide: make wait_drive_not_busy() static again
Adrian Bunk
2008-02-01
1
-1
/
+1
*
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-26
1
-32
/
+31
*
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+2
*
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+1
*
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
Bartlomiej Zolnierkiewicz
2008-01-26
1
-0
/
+4
*
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
2008-01-26
1
-3
/
+2
*
ide: kill DATA_READY define
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+2
*
ide: task_end_request() fix
Tejun Heo
2008-01-26
1
-7
/
+4
*
ide: use rq->nr_sectors in task_end_request()
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+2
*
ide: remove needless ->cursg clearing from task_end_request()
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+0
*
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
2008-01-26
1
-4
/
+5
*
ide: fix final status check in task_in_intr()
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+1
[next]