aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-flush.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+16
2016-12-09blk-flush: run the queue when inserting blk-mq flushJens Axboe1-1/+1
2016-11-08block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe1-0/+7
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-4/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-10-28block: better op and flags encodingChristoph Hellwig1-1/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-4/+5
2016-10-26block: flush: fix IO hang in case of flood fua reqMing Lei1-0/+28
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-3/+3
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-8/+8
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-2/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-04-13block: kill off q->flush_flagsJens Axboe1-5/+6
2015-11-25Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe1-1/+1
2015-11-16blk-flush: Queue through IO scheduler when flush not requiredJan Kara1-1/+1
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei1-1/+14
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei1-7/+14
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei1-6/+5
2014-09-25block: flush: avoid to figure out flush queue unnecessarilyMing Lei1-14/+16
2014-09-25block: remove blk_init_flush() and its pairMing Lei1-17/+2
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei1-41/+68
2014-09-25block: avoid to use q->flush_rq directlyMing Lei1-8/+9
2014-09-25block: move flush initialization to blk_flush_initMing Lei1-0/+4
2014-09-25block: introduce blk_init_flush and its pairMing Lei1-1/+18
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei1-1/+10
2014-09-22blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei1-2/+0
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig1-2/+2
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig1-38/+0
2014-06-04block: mq flush: clear flush_rq's tag in flush_end_io()Ming Lei1-1/+1
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li1-1/+3
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig1-12/+4
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig1-3/+3
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig1-10/+2
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig1-8/+2
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-1/+1
2014-03-08block: change flush sequence list addition back to front addMike Snitzer1-4/+7
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig1-2/+2
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig1-67/+38
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li1-3/+5
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-18/+1
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig1-1/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-15/+139
2013-03-22Block: blk-flush: Fixed indent code styleAlice Ferrazzi1-1/+1
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov1-1/+1
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