summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
Commit message (Expand)AuthorAgeFilesLines
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-3/+1
* block: switch to atomic_t for request referencesJens Axboe2021-12-031-2/+2
* block: Fix fsync always failed if once failedYe Bin2021-11-291-1/+3
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-2/+1
* block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig2021-11-291-0/+1
* block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig2021-11-291-0/+6
* blk-mq: don't insert FUA request with data into scheduler queueMing Lei2021-11-191-6/+6
* blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig2021-10-191-6/+6
* blk-mq: fix is_flush_rqMing Lei2021-08-171-0/+5
* blk-mq: fix kernel panic during iterating over flush requestMing Lei2021-08-171-0/+8
* block: avoid double io accounting for flush requestMing Lei2021-05-241-2/+1
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-11/+6
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-6/+26
|\
| * Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei2020-12-071-5/+0
| * blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei2020-12-071-0/+25
| * block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-1/+1
| * block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-1/+1
* | block: mark flush request as IDLE when it is really finishedMing Lei2020-11-131-1/+6
|/
* blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei2020-10-301-0/+1
* block: fix double account of flush request's driver tagMing Lei2020-08-111-2/+9
* block: defer flush request no matter whether we have elevatorYufen Yu2020-07-171-7/+2
* blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-07-081-10/+4
* Revert "blk-mq: put driver tag when this request is completed"Jens Axboe2020-07-011-6/+17
* blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-06-301-11/+6
* blk-mq: put driver tag when this request is completedMing Lei2020-06-291-6/+0
* block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig2020-05-221-8/+0
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-15/+2
* block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2020-05-191-1/+0
* Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig2020-03-271-9/+0
* block: cleanup comment for blk_flush_complete_seqGuoqing Jiang2020-03-121-3/+0
* block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang2020-03-121-2/+2
* blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei2020-02-241-1/+1
* block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-201-0/+5
* block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-211-1/+14
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-09-271-0/+10
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-2/+1
* blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu2019-03-241-2/+2
* blk-mq: fix a hung issue when fsyncJianchao Wang2019-01-301-1/+1
* block: add queue_is_mq() helperJens Axboe2018-11-161-2/+1
* block: update a few comments for the legacy request removalChristoph Hellwig2018-11-151-2/+2
* blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-8/+4
* blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-3/+4
* block: cleanup kick/queued handlingJens Axboe2018-11-071-16/+10
* block: remove non mq parts from the flush codeJens Axboe2018-11-071-124/+30
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-131-3/+3
* block: fix use-after-free in block flush handlingJens Axboe2018-06-091-1/+3
* block: pass failfast and driver-specific flags to flush requestsHannes Reinecke2018-06-061-3/+6
* blk-mq: don't allocate driver tag upfront for flush rqMing Lei2017-11-041-9/+26
* blk-flush: use blk_mq_request_bypass_insert()Ming Lei2017-11-041-1/+1
* blk-flush: don't run queue for requests bypassing flushMing Lei2017-11-041-1/+1