Age | Commit message (Expand) | Author | Files | Lines |
2018-11-10 | ide: don't use req->special | Christoph Hellwig | 1 | -1/+1 |
2018-08-13 | ide: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+2 |
2018-06-05 | ide: don't enable/disable interrupts in force threaded-IRQ mode | Sebastian Andrzej Siewior | 1 | -1/+1 |
2018-06-05 | ide: don't disable interrupts during kmap_atomic() | Sebastian Andrzej Siewior | 1 | -8/+0 |
2018-05-14 | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig | 1 | -1/+1 |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 1 | -1/+1 |
2018-01-29 | ide: remove duplicated assignment to 'cursg' | Colin Ian King | 1 | -1/+0 |
2017-06-21 | block: Make most scsi_req_init() calls implicit | Bart Van Assche | 1 | -1/+0 |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -3/+3 |
2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 1 | -3/+3 |
2017-04-20 | block: remove the blk_execute_rq return value | Christoph Hellwig | 1 | -2/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-01 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 1 | -3/+3 |
2017-02-01 | ide: don't abuse cmd_type | Christoph Hellwig | 1 | -1/+2 |
2017-01-28 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -0/+1 |
2015-11-07 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -2/+2 |
2015-05-05 | block: move PM request support to IDE | Christoph Hellwig | 1 | -1/+1 |
2013-07-10 | ide: Fix IDE PIO size calculation | Steven J. Hill | 1 | -3/+2 |
2012-03-20 | ide: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
2011-11-01 | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 1 | -0/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-08-09 | drivers/ide: Use memdup_user | Julia Lawall | 1 | -7/+3 |
2010-04-07 | ide: Fix IDE taskfile with cfq scheduler | Mikulas Patocka | 1 | -4/+2 |
2009-08-07 | ide: fix races in handling of user-space SET XFER commands | Bartlomiej Zolnierkiewicz | 1 | -1/+8 |
2009-08-07 | ide: ide-taskfile.c fix style problems | Jaswinder Singh Rajput | 1 | -58/+51 |
2009-08-07 | ide: Fix annoying warning in ide_pio_bytes(). | David S. Miller | 1 | -1/+1 |
2009-08-07 | IDE: Save a call to PageHighMem() | Jean Delvare | 1 | -2/+4 |
2009-06-12 | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 1 | -2/+1 |
2009-06-07 | ide: remove superfluous SELECT_MASK() call from do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2009-05-17 | ide: replace special_t typedef by IDE_SFLAG_* flags | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2009-05-11 | ide: convert to rq pos and nr_sectors accessors | Tejun Heo | 1 | -1/+1 |
2009-04-28 | ide-taskfile: don't abuse rq->buffer | Tejun Heo | 1 | -7/+11 |
2009-04-19 | ide-taskfile: don't abuse rq->buffer | Tejun Heo | 1 | -7/+11 |
2009-04-08 | ide: refactor tf_read() method | Sergei Shtylyov | 1 | -0/+17 |
2009-04-08 | ide: refactor tf_load() method | Sergei Shtylyov | 1 | -1/+2 |
2009-04-08 | ide: move common code out of tf_load() method | Sergei Shtylyov | 1 | -0/+10 |
2009-04-08 | ide: simplify 'struct ide_taskfile' | Sergei Shtylyov | 1 | -18/+13 |
2009-04-08 | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 1 | -16/+20 |
2009-03-31 | ide: move data register access out of tf_{read|load}() methods (take 2) | Sergei Shtylyov | 1 | -0/+6 |
2009-03-31 | ide: turn set_irq() method into write_devctl() method | Sergei Shtylyov | 1 | -1/+1 |
2009-03-31 | ide: add ide_dma_prepare() helper | Bartlomiej Zolnierkiewicz | 1 | -3/+1 |
2009-03-31 | ide-cd: use scatterlists for PIO transfers (fs requests) | Bartlomiej Zolnierkiewicz | 1 | -2/+3 |
2009-03-31 | ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 1 | -8/+6 |
2009-03-31 | ide: add support for arbitrary transfer lengths to ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 1 | -36/+37 |
2009-03-27 | ide: keep track of number of bytes instead of sectors in struct ide_cmd | Bartlomiej Zolnierkiewicz | 1 | -16/+16 |
2009-03-27 | ide: remove ide_execute_pkt_cmd() (v2) | Bartlomiej Zolnierkiewicz | 1 | -4/+2 |
2009-03-27 | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) | Bartlomiej Zolnierkiewicz | 1 | -2/+4 |
2009-03-27 | ide: set hwif->expiry prior to calling [__]ide_set_handler() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2009-03-27 | ide: use do_rw_taskfile() for ATA_CMD_PACKET commands | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
2009-03-27 | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |