summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
Commit message (Expand)AuthorAgeFilesLines
* block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-051-1/+1
* blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou2023-09-221-9/+2
* blk-flush: reuse rq queuelist in flush state machineChengming Zhou2023-07-171-7/+10
* blk-flush: count inflight flush_data requestsChengming Zhou2023-07-171-4/+5
* blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou2023-07-171-1/+1
* block: queue data commands from the flush state machine at the headChristoph Hellwig2023-07-141-1/+1
* blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig2023-05-191-2/+7
* blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig2023-05-191-1/+1
* blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig2023-05-191-0/+11
* blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig2023-05-191-14/+8
* blk-mq: reflow blk_insert_flushChristoph Hellwig2023-05-191-27/+26
* blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig2023-05-191-7/+10
* 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