summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
Commit message (Expand)AuthorAgeFilesLines
* block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH renameOmar Sandoval2017-08-251-12/+12
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: Check locking assumptions at runtimeBart Van Assche2017-06-201-3/+5
* block: introduce new block status code typeChristoph Hellwig2017-06-091-4/+4
* block: make __blk_end_bidi_request privateChristoph Hellwig2017-04-191-1/+1
* block: remove outdated part of blkdev_issue_flush() commentEric Biggers2017-03-241-2/+1
* block: don't defer flushes on blk-mq + schedulingJens Axboe2017-02-171-1/+7
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+0
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-271-3/+2
* blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-271-1/+1
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-5/+7
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-11/+16
|\
| * blk-flush: run the queue when inserting blk-mq flushJens Axboe2016-12-091-1/+1
| * block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe2016-11-081-0/+7
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-4/+1
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
| * block: better op and flags encodingChristoph Hellwig2016-10-281-1/+1
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-4/+5
* | block: flush: fix IO hang in case of flood fua reqMing Lei2016-10-261-0/+28
|/
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-3/+3
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-8/+8
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-2/+2
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* block: kill off q->flush_flagsJens Axboe2016-04-131-5/+6
* Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe2015-11-251-1/+1
* blk-flush: Queue through IO scheduler when flush not requiredJan Kara2015-11-161-1/+1
* blk-mq: fix race between timeout and freeing requestMing Lei2015-08-151-1/+14
* blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-251-7/+14
* block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-251-6/+5
* block: flush: avoid to figure out flush queue unnecessarilyMing Lei2014-09-251-14/+16
* block: remove blk_init_flush() and its pairMing Lei2014-09-251-17/+2
* block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-251-41/+68
* block: avoid to use q->flush_rq directlyMing Lei2014-09-251-8/+9
* block: move flush initialization to blk_flush_initMing Lei2014-09-251-0/+4
* block: introduce blk_init_flush and its pairMing Lei2014-09-251-1/+18
* blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei2014-09-251-1/+10
* blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei2014-09-221-2/+0
* blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-221-2/+2
* block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig2014-06-111-38/+0
* block: mq flush: clear flush_rq's tag in flush_end_io()Ming Lei2014-06-041-1/+1
* blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2014-05-301-1/+3
* blk-mq: add helper to insert requests from irq contextChristoph Hellwig2014-05-281-12/+4
* blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2014-04-161-3/+3
* blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig2014-04-151-10/+2
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-151-8/+2
* block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe2014-04-091-1/+1
* block: change flush sequence list addition back to front addMike Snitzer2014-03-081-4/+7
* blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-02-211-2/+2
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-101-67/+38
OpenPOWER on IntegriCloud