| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | blk-mq: do not initialize req->special | Christoph Hellwig | 2014-04-15 | 1 | -8/+2 |
* | block: remove 'q' parameter from kblockd_schedule_*_work() | Jens Axboe | 2014-04-09 | 1 | -1/+1 |
* | block: change flush sequence list addition back to front add | Mike Snitzer | 2014-03-08 | 1 | -4/+7 |
* | blk-mq: merge blk_mq_insert_request and blk_mq_run_request | Christoph Hellwig | 2014-02-21 | 1 | -2/+2 |
* | blk-mq: rework flush sequencing logic | Christoph Hellwig | 2014-02-10 | 1 | -67/+38 |
* | blk-mq: Don't reserve a tag for flush request | Shaohua Li | 2014-01-30 | 1 | -3/+5 |
* | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-23 | 1 | -1/+1 |
* | block: submit_bio_wait() conversions | Kent Overstreet | 2013-11-23 | 1 | -18/+1 |
* | blk-mq: fix for flush deadlock | Christoph Hellwig | 2013-10-28 | 1 | -1/+1 |
* | blk-mq: new multi-queue block IO queueing mechanism | Jens Axboe | 2013-10-25 | 1 | -15/+139 |
* | Block: blk-flush: Fixed indent code style | Alice Ferrazzi | 2013-03-22 | 1 | -1/+1 |
* | block: account iowait time when waiting for completion of IO request | Vladimir Davydov | 2013-02-15 | 1 | -1/+1 |
* | blk-flush: move the queue kick into | Jeff Moyer | 2011-10-24 | 1 | -1/+0 |
* | blk-flush: fix invalid BUG_ON in blk_insert_flush | Jeff Moyer | 2011-10-24 | 1 | -1/+1 |
* | block: fix flush machinery for stacking drivers with differring flush flags | Jeff Moyer | 2011-08-15 | 1 | -4/+16 |
* | allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSH | Jeff Moyer | 2011-08-09 | 1 | -2/+3 |
* | block: hold queue if flush is running for non-queueable flush drive | shaohua.li@intel.com | 2011-05-06 | 1 | -5/+11 |
* | block: add blk_run_queue_async | Christoph Hellwig | 2011-04-18 | 1 | -2/+2 |
* | block: make the flush insertion use the tail of the dispatch list | Jens Axboe | 2011-04-05 | 1 | -2/+2 |
* | block: get rid of elv_insert() interface | Jens Axboe | 2011-04-05 | 1 | -2/+2 |
* | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2011-03-10 | 1 | -4/+2 |
|\ |
|
| * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 1 | -2/+1 |
| * | block: initial patch for on-stack per-task plugging | Jens Axboe | 2011-03-10 | 1 | -2/+1 |
* | | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core | Tejun Heo | 2011-03-04 | 1 | -5/+13 |
|\ \
| |/
|/| |
|
| * | block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue() | Tejun Heo | 2011-03-02 | 1 | -3/+5 |
| * | block: add @force_kblockd to __blk_run_queue() | Tejun Heo | 2011-03-02 | 1 | -1/+1 |
* | | block: reimplement FLUSH/FUA to support merge | Tejun Heo | 2011-01-25 | 1 | -136/+304 |
* | | block: add REQ_FLUSH_SEQ | Tejun Heo | 2011-01-25 | 1 | -0/+1 |
|/ |
|
* | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 | 1 | -14/+11 |
* | block: use REQ_FLUSH in blkdev_issue_flush() | Tejun Heo | 2010-09-10 | 1 | -11/+6 |
* | block: make sure FSEQ_DATA request has the same rq_disk as the original | Tejun Heo | 2010-09-10 | 1 | -0/+7 |
* | block: kick queue after sequencing REQ_FLUSH/FUA | Tejun Heo | 2010-09-10 | 1 | -3/+19 |
* | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH | Tejun Heo | 2010-09-10 | 1 | -1/+1 |
* | block: simplify queue_next_fseq | Christoph Hellwig | 2010-09-10 | 1 | -16/+10 |
* | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests | Tejun Heo | 2010-09-10 | 1 | -39/+46 |
* | block: rename barrier/ordered to flush | Tejun Heo | 2010-09-10 | 1 | -50/+48 |
* | block: rename blk-barrier.c to blk-flush.c | Tejun Heo | 2010-09-10 | 1 | -0/+248 |