index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
throttle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-4
/
+5
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-2
/
+2
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
1
-1
/
+0
2020-09-07
throttle: Support compressed writes
Max Reitz
1
-0
/
+10
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-3
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-2
/
+1
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
1
-1
/
+1
2020-05-18
block: Make filter drivers use child_of_bds
Max Reitz
1
-2
/
+3
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-1
/
+1
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
1
-8
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+7
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
1
-1
/
+1
2018-06-11
throttle: Fix crash on reopen
Alberto Garcia
1
-21
/
+33
2018-05-15
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
1
-2
/
+4
2018-03-26
block/throttle: Remove protocol-related fields
Fabiano Rosas
1
-2
/
+1
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
1
-1
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2017-10-13
block/throttle.c: add bdrv_co_drain_begin/end callbacks
Manos Pitsidianakis
1
-0
/
+18
2017-09-06
block: add throttle block filter driver
Manos Pitsidianakis
1
-0
/
+237