aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-taskfile.c
Commit message (Expand)AuthorAge
* ide: mark expected switch fall-throughsGustavo A. R. Silva2018-08-13
* ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2018-06-05
* ide: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior2018-06-05
* block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-14
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-14
* ide: remove duplicated assignment to 'cursg'Colin Ian King2018-01-29
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-20
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-20
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-31
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* block: move PM request support to IDEChristoph Hellwig2015-05-05
* ide: Fix IDE PIO size calculationSteven J. Hill2013-07-10
* ide: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-31
* Fix common misspellingsLucas De Marchi2011-03-31
* drivers/ide: Use memdup_userJulia Lawall2010-08-09
* ide: Fix IDE taskfile with cfq schedulerMikulas Patocka2010-04-06
* ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-07
* ide: ide-taskfile.c fix style problemsJaswinder Singh Rajput2009-08-07
* ide: Fix annoying warning in ide_pio_bytes().David S. Miller2009-08-07
* IDE: Save a call to PageHighMem()Jean Delvare2009-08-07
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-12
|\
| * ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()Bartlomiej Zolnierkiewicz2009-06-07
| * ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-17
| * ide-taskfile: don't abuse rq->bufferTejun Heo2009-04-18
* | ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-11
* | ide-taskfile: don't abuse rq->bufferTejun Heo2009-04-28
|/
* ide: refactor tf_read() methodSergei Shtylyov2009-04-08
* ide: refactor tf_load() methodSergei Shtylyov2009-04-08
* ide: move common code out of tf_load() methodSergei Shtylyov2009-04-08
* ide: simplify 'struct ide_taskfile'Sergei Shtylyov2009-04-08
* ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-08
* ide: move data register access out of tf_{read|load}() methods (take 2)Sergei Shtylyov2009-03-31
* ide: turn set_irq() method into write_devctl() methodSergei Shtylyov2009-03-31
* ide: add ide_dma_prepare() helperBartlomiej Zolnierkiewicz2009-03-31
* ide-cd: use scatterlists for PIO transfers (fs requests)Bartlomiej Zolnierkiewicz2009-03-31
* ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()Bartlomiej Zolnierkiewicz2009-03-31
* ide: add support for arbitrary transfer lengths to ide_pio_bytes()Bartlomiej Zolnierkiewicz2009-03-31
* ide: keep track of number of bytes instead of sectors in struct ide_cmdBartlomiej Zolnierkiewicz2009-03-27
* ide: remove ide_execute_pkt_cmd() (v2)Bartlomiej Zolnierkiewicz2009-03-27
* ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)Bartlomiej Zolnierkiewicz2009-03-27
* ide: set hwif->expiry prior to calling [__]ide_set_handler()Bartlomiej Zolnierkiewicz2009-03-27
* ide: use do_rw_taskfile() for ATA_CMD_PACKET commandsBartlomiej Zolnierkiewicz2009-03-27
* ide: pass command to ide_map_sg()Bartlomiej Zolnierkiewicz2009-03-27
* ide: remove ide_end_request()Bartlomiej Zolnierkiewicz2009-03-27