Age | Commit message (Expand) | Author | Files | Lines |
2019-01-31 | ide: ensure atapi sense request aren't preempted | Jens Axboe | 1 | -30/+31 |
2018-11-16 | ide: clear ide_req()->special for non-passthrough requests | Jens Axboe | 1 | -0/+5 |
2018-11-13 | ide: don't clear special on ide_queue_rq() entry | Jens Axboe | 1 | -5/+0 |
2018-11-10 | ide: don't use req->special | Christoph Hellwig | 1 | -5/+9 |
2018-11-10 | ide: cleanup ->prep_rq calling convention | Christoph Hellwig | 1 | -2/+2 |
2018-11-07 | ide: convert to blk-mq | Jens Axboe | 1 | -44/+56 |
2018-08-13 | ide: remove redundant variables queue_run_ms and left | Colin Ian King | 1 | -4/+0 |
2018-06-05 | ide: Handle irq disabling consistently | Sebastian Andrzej Siewior | 1 | -2/+2 |
2017-11-06 | ide: Convert timers to use timer_setup() | Kees Cook | 1 | -2/+2 |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -5/+5 |
2017-05-09 | ide: don't call memcpy with the same source and destination | Mikulas Patocka | 1 | -1/+1 |
2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 1 | -5/+5 |
2017-02-01 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 1 | -1/+1 |
2017-02-01 | ide: don't abuse cmd_type | Christoph Hellwig | 1 | -4/+4 |
2017-01-28 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -1/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-10-28 | block: split out request-only flags into a new namespace | Christoph Hellwig | 1 | -3/+3 |
2015-05-05 | block: move PM request support to IDE | Christoph Hellwig | 1 | -4/+4 |
2015-05-05 | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV | Christoph Hellwig | 1 | -2/+2 |
2011-04-06 | ide: always ensure that blk_delay_queue() is called if we have pending IO | Jens Axboe | 1 | -21/+21 |
2011-04-06 | ide: ide_requeue_and_plug() reinstate "always plug" behaviour | Jens Axboe | 1 | -2/+1 |
2011-03-26 | ide: ensure that we re-run the queue handler | Jens Axboe | 1 | -1/+11 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -4/+0 |
2010-09-10 | ide: remove unnecessary blk_queue_flushing() test in do_ide_request() | Tejun Heo | 1 | -13/+0 |
2010-08-07 | block: fix some more cmd_type cleanup fallout | Christoph Hellwig | 1 | -1/+1 |
2010-08-07 | block: remove wrappers for request type/flags | Christoph Hellwig | 1 | -4/+4 |
2010-04-01 | ide: Requeue request after DMA timeout | Herbert Xu | 1 | -1/+1 |
2009-07-06 | Revert "ide: improve handling of Power Management requests" | David S. Miller | 1 | -22/+32 |
2009-06-26 | ide: always kill the whole request on error | Bartlomiej Zolnierkiewicz | 1 | -12/+2 |
2009-06-26 | ide: fix ide_kill_rq() for special ide-{floppy,tape} driver requests | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2009-06-24 | ide: improve handling of Power Management requests | Bartlomiej Zolnierkiewicz | 1 | -32/+22 |
2009-06-15 | ide: move ack_intr() method into 'struct ide_port_ops' (take 2) | Sergei Shtylyov | 1 | -1/+2 |
2009-06-15 | ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2) | Sergei Shtylyov | 1 | -2/+0 |
2009-06-15 | ide: call clear_irq() method in ide_timer_expiry() | Sergei Shtylyov | 1 | -0/+3 |
2009-06-12 | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 1 | -42/+35 |
2009-06-07 | ide: add IDE_DFLAG_NIEN_QUIRK device flag | Bartlomiej Zolnierkiewicz | 1 | -2/+6 |
2009-05-22 | Merge branch 'master' into for-2.6.31 | Jens Axboe | 1 | -2/+2 |
2009-05-22 | Merge branch 'for-linus' into for-next | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2009-05-22 | ide: fix OOPS during ide-cd error recovery | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2009-05-17 | ide: replace special_t typedef by IDE_SFLAG_* flags | Bartlomiej Zolnierkiewicz | 1 | -10/+11 |
2009-05-17 | ide: merge ide_disk_special() into do_special() (v2) | Bartlomiej Zolnierkiewicz | 1 | -26/+18 |
2009-05-17 | ide: BUG() on unknown flags in ide_disk_special() | Bartlomiej Zolnierkiewicz | 1 | -6/+2 |
2009-05-11 | block: implement and enforce request peek/start/fetch | Tejun Heo | 1 | -6/+3 |
2009-05-11 | ide: dequeue in-flight request | Tejun Heo | 1 | -7/+27 |
2009-05-11 | ide: cleanup rq->data_len usages | Tejun Heo | 1 | -1/+1 |
2009-05-11 | ide: convert to rq pos and nr_sectors accessors | Tejun Heo | 1 | -2/+2 |
2009-05-11 | block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones | Tejun Heo | 1 | -2/+2 |
2009-04-28 | ide: drop rq->data handling from ide_map_sg() | Tejun Heo | 1 | -5/+1 |
2009-04-28 | ide-pm: don't abuse rq->data | Tejun Heo | 1 | -1/+1 |
2009-04-28 | ide-cd,atapi: use bio for internal commands | Tejun Heo | 1 | -0/+3 |