aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-24blk-flush: move the queue kick intoJeff Moyer1-1/+0
2011-10-24blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer1-1/+1
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer1-4/+16
2011-08-09allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSHJeff Moyer1-2/+3
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com1-5/+11
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-2/+2
2011-04-05block: make the flush insertion use the tail of the dispatch listJens Axboe1-2/+2
2011-04-05block: get rid of elv_insert() interfaceJens Axboe1-2/+2
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-4/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+1
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-2/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-5/+13
2011-03-02block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue()Tejun Heo1-3/+5
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-1/+1
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo1-136/+304
2011-01-25block: add REQ_FLUSH_SEQTejun Heo1-0/+1
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-14/+11
2010-09-10block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo1-11/+6
2010-09-10block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo1-0/+7
2010-09-10block: kick queue after sequencing REQ_FLUSH/FUATejun Heo1-3/+19
2010-09-10block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo1-1/+1
2010-09-10block: simplify queue_next_fseqChristoph Hellwig1-16/+10
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-39/+46
2010-09-10block: rename barrier/ordered to flushTejun Heo1-50/+48
2010-09-10block: rename blk-barrier.c to blk-flush.cTejun Heo1-0/+248