index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-flush.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-22
blk-mq: remove RQF_MQ_INFLIGHT
Chengming Zhou
1
-9
/
+2
2023-07-17
blk-flush: reuse rq queuelist in flush state machine
Chengming Zhou
1
-7
/
+10
2023-07-17
blk-flush: count inflight flush_data requests
Chengming Zhou
1
-4
/
+5
2023-07-17
blk-flush: fix rq->flush.seq for post-flush requests
Chengming Zhou
1
-1
/
+1
2023-07-14
block: queue data commands from the flush state machine at the head
Christoph Hellwig
1
-1
/
+1
2023-05-20
blk-mq: don't use the requeue list to queue flush commands
Christoph Hellwig
1
-2
/
+7
2023-05-20
blk-mq: do not do head insertions post-pre-flush commands
Christoph Hellwig
1
-1
/
+1
2023-05-20
blk-mq: defer to the normal submission path for post-flush requests
Christoph Hellwig
1
-0
/
+11
2023-05-20
blk-mq: defer to the normal submission path for non-flush flush commands
Christoph Hellwig
1
-14
/
+8
2023-05-20
blk-mq: reflow blk_insert_flush
Christoph Hellwig
1
-27
/
+26
2023-05-20
blk-mq: factor out a blk_rq_init_flush helper
Christoph Hellwig
1
-7
/
+10
2023-04-16
blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flush
Christoph Hellwig
1
-1
/
+1
2023-04-13
blk-mq: pass a flags argument to blk_mq_add_to_requeue_list
Christoph Hellwig
1
-2
/
+2
2023-04-13
blk-mq: pass a flags argument to blk_mq_request_bypass_insert
Christoph Hellwig
1
-1
/
+1
2023-04-13
blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_list
Christoph Hellwig
1
-2
/
+4
2023-04-13
blk-mq: don't run the hw_queue from blk_mq_request_bypass_insert
Christoph Hellwig
1
-1
/
+3
2023-04-13
blk-mq: remove blk_flush_queue_rq
Christoph Hellwig
1
-7
/
+2
2023-04-13
blk-mq: include <linux/blk-mq.h> in block/blk-mq.h
Christoph Hellwig
1
-1
/
+0
2023-04-13
blk-mq: remove blk-mq-tag.h
Christoph Hellwig
1
-1
/
+0
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
1
-3
/
+7
2022-09-30
block: kill deprecated BUG_ON() in the flush handling
Jens Axboe
1
-1
/
+0
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
1
-3
/
+3
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
1
-3
/
+1
2021-12-04
block: switch to atomic_t for request references
Jens Axboe
1
-2
/
+2
2021-11-29
block: Fix fsync always failed if once failed
Ye Bin
1
-1
/
+3
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-2
/
+1
2021-11-29
block: don't include <linux/part_stat.h> in blk.h
Christoph Hellwig
1
-0
/
+1
2021-11-29
block: move blk_get_flush_queue to blk-flush.c
Christoph Hellwig
1
-0
/
+6
2021-11-19
blk-mq: don't insert FUA request with data into scheduler queue
Ming Lei
1
-6
/
+6
2021-10-19
blk-mq: don't handle non-flush requests in blk_insert_flush
Christoph Hellwig
1
-6
/
+6
2021-08-18
blk-mq: fix is_flush_rq
Ming Lei
1
-0
/
+5
2021-08-17
blk-mq: fix kernel panic during iterating over flush request
Ming Lei
1
-0
/
+8
2021-05-24
block: avoid double io accounting for flush request
Ming Lei
1
-2
/
+1
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
1
-11
/
+6
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+26
2020-12-08
Revert "block: Fix a lockdep complaint triggered by request queue flushing"
Ming Lei
1
-5
/
+0
2020-12-08
blk-mq: add new API of blk_mq_hctx_set_fq_lock_class
Ming Lei
1
-0
/
+25
2020-12-02
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-1
/
+1
2020-12-02
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
1
-1
/
+1
2020-11-14
block: mark flush request as IDLE when it is really finished
Ming Lei
1
-1
/
+6
2020-10-30
blk-mq: mark flush request as IDLE in flush_end_io()
Ming Lei
1
-0
/
+1
2020-08-11
block: fix double account of flush request's driver tag
Ming Lei
1
-2
/
+9
2020-07-17
block: defer flush request no matter whether we have elevator
Yufen Yu
1
-7
/
+2
2020-07-09
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
1
-10
/
+4
2020-07-02
Revert "blk-mq: put driver tag when this request is completed"
Jens Axboe
1
-6
/
+17
2020-06-30
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
1
-11
/
+6
2020-06-29
blk-mq: put driver tag when this request is completed
Ming Lei
1
-6
/
+0
2020-05-22
block: remove the disk and queue NULL checks in blkdev_issue_flush
Christoph Hellwig
1
-8
/
+0
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
1
-15
/
+2
2020-05-19
block: Remove unused flush_queue_delayed in struct blk_flush_queue
Baolin Wang
1
-1
/
+0
[next]