summaryrefslogtreecommitdiff
path: root/block/blk-flush.c
Commit message (Expand)AuthorAge
...
* block: change flush sequence list addition back to front addMike Snitzer2014-03-08
* blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-02-21
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-10
* blk-mq: Don't reserve a tag for flush requestShaohua Li2014-01-30
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* block: submit_bio_wait() conversionsKent Overstreet2013-11-23
* blk-mq: fix for flush deadlockChristoph Hellwig2013-10-28
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-25
* Block: blk-flush: Fixed indent code styleAlice Ferrazzi2013-03-22
* block: account iowait time when waiting for completion of IO requestVladimir Davydov2013-02-15
* blk-flush: move the queue kick intoJeff Moyer2011-10-24
* blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer2011-10-24
* block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer2011-08-15
* allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSHJeff Moyer2011-08-09
* block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com2011-05-06
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-18
* block: make the flush insertion use the tail of the dispatch listJens Axboe2011-04-05
* block: get rid of elv_insert() interfaceJens Axboe2011-04-05
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
| * block: initial patch for on-stack per-task pluggingJens Axboe2011-03-10
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-04
|\ \ | |/ |/|
| * block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue()Tejun Heo2011-03-02
| * block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-02
* | block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-25
* | block: add REQ_FLUSH_SEQTejun Heo2011-01-25
|/
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-16
* block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo2010-09-10
* block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo2010-09-10
* block: kick queue after sequencing REQ_FLUSH/FUATejun Heo2010-09-10
* block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo2010-09-10
* block: simplify queue_next_fseqChristoph Hellwig2010-09-10
* block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-10
* block: rename barrier/ordered to flushTejun Heo2010-09-10
* block: rename blk-barrier.c to blk-flush.cTejun Heo2010-09-10