aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+26
2020-12-07Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei1-5/+0
2020-12-07blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei1-0/+25
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-1/+1
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+1
2020-11-13block: mark flush request as IDLE when it is really finishedMing Lei1-1/+6
2020-10-30blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei1-0/+1
2020-08-11block: fix double account of flush request's driver tagMing Lei1-2/+9
2020-07-17block: defer flush request no matter whether we have elevatorYufen Yu1-7/+2
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei1-10/+4
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Jens Axboe1-6/+17
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei1-11/+6
2020-06-29blk-mq: put driver tag when this request is completedMing Lei1-6/+0
2020-05-22block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig1-8/+0
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-15/+2
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang1-1/+0
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig1-9/+0
2020-03-12block: cleanup comment for blk_flush_complete_seqGuoqing Jiang1-3/+0
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang1-2/+2
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei1-1/+1
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche1-0/+5
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