summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-22block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig1-8/+0
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-15/+2
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang1-1/+0
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig1-9/+0
2020-03-12block: cleanup comment for blk_flush_complete_seqGuoqing Jiang1-3/+0
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang1-2/+2
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei1-1/+1
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche1-0/+5
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov1-1/+14
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu1-0/+10
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-2/+1
2019-03-24blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu1-2/+2
2019-01-30blk-mq: fix a hung issue when fsyncJianchao Wang1-1/+1
2018-11-16block: add queue_is_mq() helperJens Axboe1-2/+1
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig1-2/+2
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-8/+4
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-3/+4
2018-11-07block: cleanup kick/queued handlingJens Axboe1-16/+10
2018-11-07block: remove non mq parts from the flush codeJens Axboe1-124/+30
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-3/+3
2018-06-09block: fix use-after-free in block flush handlingJens Axboe1-1/+3
2018-06-06block: pass failfast and driver-specific flags to flush requestsHannes Reinecke1-3/+6