index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-taskfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Make most scsi_req_init() calls implicit
Bart Van Assche
2017-06-20
1
-1
/
+0
*
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-3
/
+3
*
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
2017-04-20
1
-3
/
+3
*
block: remove the blk_execute_rq return value
Christoph Hellwig
2017-04-20
1
-2
/
+2
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-3
/
+3
*
ide: don't abuse cmd_type
Christoph Hellwig
2017-01-31
1
-1
/
+2
*
block: split scsi_request out of struct request
Christoph Hellwig
2017-01-27
1
-0
/
+1
*
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-11-06
1
-2
/
+2
*
block: move PM request support to IDE
Christoph Hellwig
2015-05-05
1
-1
/
+1
*
ide: Fix IDE PIO size calculation
Steven J. Hill
2013-07-10
1
-3
/
+2
*
ide: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-2
/
+2
*
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
drivers/ide: Use memdup_user
Julia Lawall
2010-08-09
1
-7
/
+3
*
ide: Fix IDE taskfile with cfq scheduler
Mikulas Patocka
2010-04-06
1
-4
/
+2
*
ide: fix races in handling of user-space SET XFER commands
Bartlomiej Zolnierkiewicz
2009-08-07
1
-1
/
+8
*
ide: ide-taskfile.c fix style problems
Jaswinder Singh Rajput
2009-08-07
1
-58
/
+51
*
ide: Fix annoying warning in ide_pio_bytes().
David S. Miller
2009-08-07
1
-1
/
+1
*
IDE: Save a call to PageHighMem()
Jean Delvare
2009-08-07
1
-2
/
+4
*
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
2009-06-12
1
-2
/
+1
|
\
|
*
ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2009-06-07
1
-1
/
+0
|
*
ide: replace special_t typedef by IDE_SFLAG_* flags
Bartlomiej Zolnierkiewicz
2009-05-17
1
-1
/
+1
|
*
ide-taskfile: don't abuse rq->buffer
Tejun Heo
2009-04-19
1
-7
/
+11
*
|
ide: convert to rq pos and nr_sectors accessors
Tejun Heo
2009-05-11
1
-1
/
+1
*
|
ide-taskfile: don't abuse rq->buffer
Tejun Heo
2009-04-28
1
-7
/
+11
|
/
*
ide: refactor tf_read() method
Sergei Shtylyov
2009-04-08
1
-0
/
+17
*
ide: refactor tf_load() method
Sergei Shtylyov
2009-04-08
1
-1
/
+2
*
ide: move common code out of tf_load() method
Sergei Shtylyov
2009-04-08
1
-0
/
+10
*
ide: simplify 'struct ide_taskfile'
Sergei Shtylyov
2009-04-08
1
-18
/
+13
*
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
Sergei Shtylyov
2009-04-08
1
-16
/
+20
*
ide: move data register access out of tf_{read|load}() methods (take 2)
Sergei Shtylyov
2009-03-31
1
-0
/
+6
*
ide: turn set_irq() method into write_devctl() method
Sergei Shtylyov
2009-03-31
1
-1
/
+1
*
ide: add ide_dma_prepare() helper
Bartlomiej Zolnierkiewicz
2009-03-31
1
-3
/
+1
*
ide-cd: use scatterlists for PIO transfers (fs requests)
Bartlomiej Zolnierkiewicz
2009-03-31
1
-2
/
+3
*
ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-8
/
+6
*
ide: add support for arbitrary transfer lengths to ide_pio_bytes()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-36
/
+37
*
ide: keep track of number of bytes instead of sectors in struct ide_cmd
Bartlomiej Zolnierkiewicz
2009-03-27
1
-16
/
+16
*
ide: remove ide_execute_pkt_cmd() (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-4
/
+2
*
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+4
*
ide: set hwif->expiry prior to calling [__]ide_set_handler()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-3
/
+3
*
ide: use do_rw_taskfile() for ATA_CMD_PACKET commands
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+2
*
ide: pass command to ide_map_sg()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+2
*
ide: remove ide_end_request()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+2
*
ide: pass number of bytes to complete to ide_complete_rq()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+1
*
ide: pass error value to ide_complete_rq()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+3
*
ide: sanitize ide_finish_cmd()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-15
/
+9
*
ide: use ide_complete_cmd() for REQ_UNPARK_HEADS
Bartlomiej Zolnierkiewicz
2009-03-27
1
-5
/
+5
*
ide: use ide_complete_cmd() for head unload commands
Bartlomiej Zolnierkiewicz
2009-03-27
1
-10
/
+3
*
ide: task_error() -> task_error_cmd()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-4
/
+3
[next]