aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-taskfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-11-10ide: don't use req->specialChristoph Hellwig1-1/+1
2018-08-13ide: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior1-1/+1
2018-06-05ide: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-8/+0
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-01-29ide: remove duplicated assignment to 'cursg'Colin Ian King1-1/+0
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-3/+3
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-3/+3
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-3/+3
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-1/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-0/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+2
2015-05-05block: move PM request support to IDEChristoph Hellwig1-1/+1
2013-07-10ide: Fix IDE PIO size calculationSteven J. Hill1-3/+2
2012-03-20ide: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-09drivers/ide: Use memdup_userJulia Lawall1-7/+3
2010-04-06ide: Fix IDE taskfile with cfq schedulerMikulas Patocka1-4/+2
2009-08-07ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz1-1/+8
2009-08-07ide: ide-taskfile.c fix style problemsJaswinder Singh Rajput1-58/+51
2009-08-07ide: Fix annoying warning in ide_pio_bytes().David S. Miller1-1/+1
2009-08-07IDE: Save a call to PageHighMem()Jean Delvare1-2/+4
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-2/+1
2009-06-07ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()Bartlomiej Zolnierkiewicz1-1/+0
2009-05-17ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz1-1/+1
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-28ide-taskfile: don't abuse rq->bufferTejun Heo1-7/+11
2009-04-19ide-taskfile: don't abuse rq->bufferTejun Heo1-7/+11
2009-04-08ide: refactor tf_read() methodSergei Shtylyov1-0/+17
2009-04-08ide: refactor tf_load() methodSergei Shtylyov1-1/+2
2009-04-08ide: move common code out of tf_load() methodSergei Shtylyov1-0/+10
2009-04-08ide: simplify 'struct ide_taskfile'Sergei Shtylyov1-18/+13
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov1-16/+20
2009-03-31ide: move data register access out of tf_{read|load}() methods (take 2)Sergei Shtylyov1-0/+6
2009-03-31ide: turn set_irq() method into write_devctl() methodSergei Shtylyov1-1/+1
2009-03-31ide: add ide_dma_prepare() helperBartlomiej Zolnierkiewicz1-3/+1
2009-03-31ide-cd: use scatterlists for PIO transfers (fs requests)Bartlomiej Zolnierkiewicz1-2/+3
2009-03-31ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()Bartlomiej Zolnierkiewicz1-8/+6
2009-03-31ide: add support for arbitrary transfer lengths to ide_pio_bytes()Bartlomiej Zolnierkiewicz1-36/+37
2009-03-27ide: keep track of number of bytes instead of sectors in struct ide_cmdBartlomiej Zolnierkiewicz1-16/+16
2009-03-27ide: remove ide_execute_pkt_cmd() (v2)Bartlomiej Zolnierkiewicz1-4/+2
2009-03-27ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)Bartlomiej Zolnierkiewicz1-2/+4
2009-03-27ide: set hwif->expiry prior to calling [__]ide_set_handler()Bartlomiej Zolnierkiewicz1-3/+3
2009-03-27ide: use do_rw_taskfile() for ATA_CMD_PACKET commandsBartlomiej Zolnierkiewicz1-1/+2