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