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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-03
block: fix permission update in bdrv_replace_node
Vladimir Sementsov-Ogievskiy
1
-3
/
+2
2019-08-19
block: Add bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+21
2019-08-16
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
1
-1
/
+1
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-26
/
+37
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
block: Reduce (un)drains when replacing a child
Max Reitz
1
-16
/
+33
2019-08-16
block: Keep subtree drained in drop_intermediate
Max Reitz
1
-0
/
+2
2019-08-16
block: Simplify bdrv_filter_default_perms()
Kevin Wolf
1
-10
/
+2
2019-07-22
block: Only the main loop can change AioContexts
Max Reitz
1
-5
/
+8
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
1
-8
/
+29
2019-07-19
block: Introduce BdrvChild.parent_quiesce_counter
Max Reitz
1
-10
/
+5
2019-07-15
block: Deep-clear inherits_from
Max Reitz
1
-10
/
+24
2019-07-15
block: Add BDS.never_freeze
Max Reitz
1
-0
/
+8
2019-06-18
block: Ignore loosening perm restrictions failures
Max Reitz
1
-6
/
+38
2019-06-18
block: Add *tighten_restrictions to *check*_perm()
Max Reitz
1
-17
/
+70
2019-06-18
block: Fix order in bdrv_replace_child()
Max Reitz
1
-5
/
+13
2019-06-18
block: Add bdrv_child_refresh_perms()
Max Reitz
1
-0
/
+12
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
1
-2
/
+0
2019-06-04
block: Remove bdrv_set_aio_context()
Kevin Wolf
1
-16
/
+14
2019-06-04
block: Remove wrong bdrv_set_aio_context() calls
Kevin Wolf
1
-1
/
+0
2019-06-04
block: Move node without parents to main AioContext
Kevin Wolf
1
-0
/
+4
2019-06-04
block: Adjust AioContexts when attaching nodes
Kevin Wolf
1
-1
/
+34
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+1
2019-06-04
block: Drain source node in bdrv_replace_node()
Kevin Wolf
1
-3
/
+4
2019-05-28
block: Make bdrv_root_attach_child() unref child_bs on failure
Alberto Garcia
1
-12
/
+18
2019-05-28
block: Use bdrv_unref_child() for all children in bdrv_close()
Alberto Garcia
1
-13
/
+3
2019-05-20
block: Improve "Block node is read-only" message
Max Reitz
1
-1
/
+16
2019-05-20
block: Propagate AioContext change to parents
Kevin Wolf
1
-6
/
+42
2019-05-20
block: Move recursion to bdrv_set_aio_context()
Kevin Wolf
1
-8
/
+7
2019-05-20
block: Make bdrv_attach/detach_aio_context() static
Kevin Wolf
1
-3
/
+3
2019-05-20
block: Add bdrv_try_set_aio_context()
Kevin Wolf
1
-0
/
+92
2019-05-10
block: remove bs from lists before closing
Anton Kuchin
1
-2
/
+2
2019-05-10
block: Add coroutine_fn to bdrv_check_co_entry
Nikita Alekseev
1
-1
/
+1
2019-05-07
block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm()
Alberto Garcia
1
-5
/
+4
2019-04-30
block: Fix AioContext switch for bs->drv == NULL
Kevin Wolf
1
-10
/
+2
2019-04-08
block: Forward 'discard' to temporary overlay
Kevin Wolf
1
-1
/
+2
2019-04-02
block: continue until base is found in bdrv_freeze_backing_chain() et al
Alberto Garcia
1
-7
/
+14
2019-03-19
block: Silence Coverity in bdrv_drop_intermediate()
Kevin Wolf
1
-4
/
+3
2019-03-12
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
1
-2
/
+2
2019-03-12
block: Add bdrv_reset_options_allowed()
Alberto Garcia
1
-0
/
+58
2019-03-12
block: Allow changing the backing file on reopen
Alberto Garcia
1
-0
/
+166
2019-03-12
block: Allow omitting the 'backing' option in certain cases
Alberto Garcia
1
-1
/
+7
2019-03-12
block: Handle child references in bdrv_reopen_queue()
Alberto Garcia
1
-7
/
+45
2019-03-12
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
Alberto Garcia
1
-15
/
+19
2019-03-12
block: Allow freezing BdrvChild links
Alberto Garcia
1
-0
/
+76
2019-03-12
file-posix: Fix bdrv_open_flags() for snapshot=on
Kevin Wolf
1
-7
/
+0
2019-03-12
block: Make permission changes in reopen less wrong
Kevin Wolf
1
-11
/
+24
2019-03-12
block: Avoid useless local_err
Kevin Wolf
1
-3
/
+1
2019-03-08
block: iterate_format with account of whitelisting
Andrey Shinkevich
1
-4
/
+19
2019-02-25
block: BDS options may lack the "driver" option
Max Reitz
1
-0
/
+6
[next]