summaryrefslogtreecommitdiff
path: root/block/blk-flush.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig2023-04-161-1/+1
* blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig2023-04-131-2/+2
* blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig2023-04-131-1/+1
* blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig2023-04-131-2/+4
* blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig2023-04-131-1/+3
* blk-mq: remove blk_flush_queue_rqChristoph Hellwig2023-04-131-7/+2
* blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig2023-04-131-1/+0
* blk-mq: remove blk-mq-tag.hChristoph Hellwig2023-04-131-1/+0
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-3/+7
* block: kill deprecated BUG_ON() in the flush handlingJens Axboe2022-09-301-1/+0
* block: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
* 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