aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov1-1/+14
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu1-0/+10
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-2/+1
2019-03-24blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu1-2/+2
2019-01-30blk-mq: fix a hung issue when fsyncJianchao Wang1-1/+1
2018-11-16block: add queue_is_mq() helperJens Axboe1-2/+1
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig1-2/+2
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-8/+4
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-3/+4
2018-11-07block: cleanup kick/queued handlingJens Axboe1-16/+10
2018-11-07block: remove non mq parts from the flush codeJens Axboe1-124/+30
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-3/+3
2018-06-09block: fix use-after-free in block flush handlingJens Axboe1-1/+3
2018-06-06block: pass failfast and driver-specific flags to flush requestsHannes Reinecke1-3/+6
2017-11-04blk-mq: don't allocate driver tag upfront for flush rqMing Lei1-9/+26
2017-11-04blk-flush: use blk_mq_request_bypass_insert()Ming Lei1-1/+1
2017-11-04blk-flush: don't run queue for requests bypassing flushMing Lei1-1/+1
2017-08-25block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH renameOmar Sandoval1-12/+12
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-06-20block: Check locking assumptions at runtimeBart Van Assche1-3/+5
2017-06-09block: introduce new block status code typeChristoph Hellwig1-4/+4
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig1-1/+1
2017-03-24block: remove outdated part of blkdev_issue_flush() commentEric Biggers1-2/+1
2017-02-17block: don't defer flushes on blk-mq + schedulingJens Axboe1-1/+7
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-1/+0
2017-01-27block: allow specifying size for extra command dataChristoph Hellwig1-3/+2
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe1-1/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-5/+7
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