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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
block
/
block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
block: Add bdrv_supports_compressed_writes()
Max Reitz
1
-0
/
+1
2020-09-07
block: Drop bdrv_is_encrypted()
Max Reitz
1
-1
/
+0
2020-07-14
block: Add support to warn on backing file change without format
Eric Blake
1
-2
/
+2
2020-07-06
block: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-5
/
+0
2020-07-06
block: inline bdrv_unallocated_blocks_are_zero()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-07-06
block/amend: add 'force' option
Maxim Levitsky
1
-0
/
+1
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
1
-2
/
+2
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-0
/
+2
2020-05-18
block: Add BdrvChildRole and BdrvChildRoleBits
Max Reitz
1
-0
/
+56
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-3
/
+3
2020-05-18
block: Add bdrv_make_empty()
Max Reitz
1
-0
/
+1
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-1
/
+0
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-2
/
+3
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
1
-0
/
+1
2020-03-11
block.c: adding bdrv_co_delete_file
Daniel Henrique Barboza
1
-0
/
+1
2020-02-20
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
1
-1
/
+1
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
1
-4
/
+0
2020-02-18
block: Drop bdrv_is_first_non_filter()
Max Reitz
1
-1
/
+0
2020-01-30
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
1
-0
/
+1
2020-01-30
block/block: add BDRV flag for io_uring
Aarushi Mehta
1
-0
/
+1
2020-01-30
block: eliminate BDRV_REQ_NO_SERIALISING
Paolo Bonzini
1
-12
/
+0
2020-01-06
block: Add bdrv_qapi_perm_to_blk_perm()
Max Reitz
1
-0
/
+1
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-3
/
+3
2019-10-17
block: switch reopen queue from QSIMPLEQ to QTAILQ
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-10-10
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
1
-0
/
+1
2019-09-16
block: Remove unused masks
Nir Soffer
1
-2
/
+0
2019-08-19
block: Add bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+1
2019-08-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
1
-1
/
+7
2019-08-16
Include generated QAPI headers less
Markus Armbruster
1
-1
/
+0
2019-08-15
block: implement BDRV_REQ_PREFETCH
Vladimir Sementsov-Ogievskiy
1
-1
/
+7
2019-07-22
block: Only the main loop can change AioContexts
Max Reitz
1
-5
/
+3
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
1
-0
/
+25
2019-07-19
block: Make bdrv_parent_drained_[^_]*() static
Max Reitz
1
-18
/
+0
2019-07-19
block: Introduce BdrvChild.parent_quiesce_counter
Max Reitz
1
-0
/
+7
2019-07-02
block: include base when checking image chain for block allocation
Andrey Shinkevich
1
-1
/
+2
2019-06-04
block/io: bdrv_pdiscard: support int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-06-04
block: Remove bdrv_set_aio_context()
Kevin Wolf
1
-9
/
+0
2019-06-04
block: avoid recursive block_status call if possible
Vladimir Sementsov-Ogievskiy
1
-1
/
+7
2019-05-20
block: Propagate AioContext change to parents
Kevin Wolf
1
-0
/
+2
2019-05-20
block: Add bdrv_try_set_aio_context()
Kevin Wolf
1
-0
/
+8
2019-05-10
block: Remove bdrv_read() and bdrv_write()
Alberto Garcia
1
-4
/
+0
2019-03-26
block: Add BDRV_REQ_NO_FALLBACK
Kevin Wolf
1
-1
/
+6
2019-03-12
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
1
-1
/
+1
2019-03-12
block: Allow changing the backing file on reopen
Alberto Garcia
1
-0
/
+2
2019-03-12
block: Handle child references in bdrv_reopen_queue()
Alberto Garcia
1
-0
/
+1
2019-03-12
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
Alberto Garcia
1
-1
/
+2
2019-03-12
block: Allow freezing BdrvChild links
Alberto Garcia
1
-0
/
+5
2019-03-08
block: iterate_format with account of whitelisting
Andrey Shinkevich
1
-1
/
+1
2019-02-25
block: Add bdrv_dirname()
Max Reitz
1
-0
/
+1
2019-02-25
block: bdrv_get_full_backing_filename's ret. val.
Max Reitz
1
-2
/
+1
[next]