aboutsummaryrefslogtreecommitdiff
path: root/block/blk-flush.c
AgeCommit message (Expand)Author
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei
2014-09-25block: flush: avoid to figure out flush queue unnecessarilyMing Lei
2014-09-25block: remove blk_init_flush() and its pairMing Lei
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei
2014-09-25block: avoid to use q->flush_rq directlyMing Lei
2014-09-25block: move flush initialization to blk_flush_initMing Lei
2014-09-25block: introduce blk_init_flush and its pairMing Lei
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei
2014-09-22blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig
2014-06-04block: mq flush: clear flush_rq's tag in flush_end_io()Ming Lei
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe
2014-03-08block: change flush sequence list addition back to front addMike Snitzer
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: submit_bio_wait() conversionsKent Overstreet
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe
2013-03-22Block: blk-flush: Fixed indent code styleAlice Ferrazzi
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov
2011-10-24blk-flush: move the queue kick intoJeff Moyer
2011-10-24blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer
2011-08-09allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSHJeff Moyer
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig
2011-04-05block: make the flush insertion use the tail of the dispatch listJens Axboe
2011-04-05block: get rid of elv_insert() interfaceJens Axboe
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo
2011-03-02block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue()Tejun Heo
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo
2011-01-25block: add REQ_FLUSH_SEQTejun Heo
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo
2010-09-10block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo
2010-09-10block: kick queue after sequencing REQ_FLUSH/FUATejun Heo
2010-09-10block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo