aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
AgeCommit message (Expand)Author
2023-09-13blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou
2023-07-14block: queue data commands from the flush state machine at the headChristoph Hellwig
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig
2023-05-19blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig
2023-05-19blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig
2023-05-19blk-mq: reflow blk_insert_flushChristoph Hellwig
2023-05-19blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig
2023-04-16blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig
2023-04-13blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig
2023-04-13blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig
2023-04-13blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig
2023-04-13blk-mq: remove blk_flush_queue_rqChristoph Hellwig
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30block: kill deprecated BUG_ON() in the flush handlingJens Axboe
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2021-12-03block: switch to atomic_t for request referencesJens Axboe
2021-11-29block: Fix fsync always failed if once failedYe Bin
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig
2021-11-29block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig
2021-08-17blk-mq: fix is_flush_rqMing Lei
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei
2021-05-24block: avoid double io accounting for flush requestMing Lei
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-07Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei
2020-12-07blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-11-13block: mark flush request as IDLE when it is really finishedMing Lei
2020-10-30blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei
2020-08-11block: fix double account of flush request's driver tagMing Lei
2020-07-17block: defer flush request no matter whether we have elevatorYufen Yu
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Jens Axboe
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei
2020-06-29blk-mq: put driver tag when this request is completedMing Lei
2020-05-22block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig
2020-03-12block: cleanup comment for blk_flush_complete_seqGuoqing Jiang
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang