summaryrefslogtreecommitdiff
path: root/block/blk-flush.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01block: Fix flush request sector restoreDamien Le Moal1-1/+2
2024-04-17block: Restore sector of flush requestsDamien Le Moal1-0/+1
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe1-1/+1
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou1-9/+2
2023-07-17blk-flush: reuse rq queuelist in flush state machineChengming Zhou1-7/+10
2023-07-17blk-flush: count inflight flush_data requestsChengming Zhou1-4/+5
2023-07-17blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou1-1/+1
2023-07-14block: queue data commands from the flush state machine at the headChristoph Hellwig1-1/+1
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig1-2/+7
2023-05-19blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig1-1/+1
2023-05-19blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig1-0/+11
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig1-14/+8
2023-05-19blk-mq: reflow blk_insert_flushChristoph Hellwig1-27/+26
2023-05-19blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig1-7/+10
2023-04-16blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig1-1/+1
2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig1-2/+2
2023-04-13blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig1-1/+1
2023-04-13blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig1-2/+4
2023-04-13blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig1-1/+3
2023-04-13blk-mq: remove blk_flush_queue_rqChristoph Hellwig1-7/+2
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig1-1/+0
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig1-1/+0
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-3/+7
2022-09-30block: kill deprecated BUG_ON() in the flush handlingJens Axboe1-1/+0
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-3/+1
2021-12-03block: switch to atomic_t for request referencesJens Axboe1-2/+2
2021-11-29block: Fix fsync always failed if once failedYe Bin1-1/+3
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-2/+1
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig1-0/+1
2021-11-29block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig1-0/+6
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei1-6/+6
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig1-6/+6
2021-08-17blk-mq: fix is_flush_rqMing Lei1-0/+5
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei1-0/+8
2021-05-24block: avoid double io accounting for flush requestMing Lei1-2/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-11/+6
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