summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
AgeCommit message (Expand)Author
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
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2019-03-24blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu
2019-01-30blk-mq: fix a hung issue when fsyncJianchao Wang
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe
2018-11-07block: cleanup kick/queued handlingJens Axboe
2018-11-07block: remove non mq parts from the flush codeJens Axboe
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang
2018-06-09block: fix use-after-free in block flush handlingJens Axboe
2018-06-06block: pass failfast and driver-specific flags to flush requestsHannes Reinecke
2017-11-04blk-mq: don't allocate driver tag upfront for flush rqMing Lei
2017-11-04blk-flush: use blk_mq_request_bypass_insert()Ming Lei
2017-11-04blk-flush: don't run queue for requests bypassing flushMing Lei
2017-08-25block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH renameOmar Sandoval
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-20block: Check locking assumptions at runtimeBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig
2017-03-24block: remove outdated part of blkdev_issue_flush() commentEric Biggers
2017-02-17block: don't defer flushes on blk-mq + schedulingJens Axboe
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig