Sign in
qemu
/
qemu
/
01b96ec8c499891b238432290792103eb5fef04a
/
block.c
1046779
block: Ignore loosening perm restrictions failures
by Max Reitz
· 6 years ago
9eab154
block: Add *tighten_restrictions to *check*_perm()
by Max Reitz
· 6 years ago
87ace5f
block: Fix order in bdrv_replace_child()
by Max Reitz
· 6 years ago
c1087f1
block: Add bdrv_child_refresh_perms()
by Max Reitz
· 6 years ago
b23c580
block: drop bs->job
by Vladimir Sementsov-Ogievskiy
· 6 years ago
42a65f0
block: Remove bdrv_set_aio_context()
by Kevin Wolf
· 6 years ago
d0ee020
block: Remove wrong bdrv_set_aio_context() calls
by Kevin Wolf
· 6 years ago
ad943dc
block: Move node without parents to main AioContext
by Kevin Wolf
· 6 years ago
132ada8
block: Adjust AioContexts when attaching nodes
by Kevin Wolf
· 6 years ago
d861ab3
block: Add BlockBackend.ctx
by Kevin Wolf
· 6 years ago
f871abd
block: Drain source node in bdrv_replace_node()
by Kevin Wolf
· 6 years ago
b441dc7
block: Make bdrv_root_attach_child() unref child_bs on failure
by Alberto Garcia
· 6 years ago
dd4118c
block: Use bdrv_unref_child() for all children in bdrv_close()
by Alberto Garcia
· 6 years ago
481e0ee
block: Improve "Block node is read-only" message
by Max Reitz
· 6 years ago
53a7d04
block: Propagate AioContext change to parents
by Kevin Wolf
· 6 years ago
0d83708
block: Move recursion to bdrv_set_aio_context()
by Kevin Wolf
· 6 years ago
a3a683c
block: Make bdrv_attach/detach_aio_context() static
by Kevin Wolf
· 6 years ago
5d23184
block: Add bdrv_try_set_aio_context()
by Kevin Wolf
· 6 years ago
30c321f
block: remove bs from lists before closing
by Anton Kuchin
· 6 years ago
66a5bdf
block: Add coroutine_fn to bdrv_check_co_entry
by Nikita Alekseev
· 6 years ago
0b3ca76
block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm()
by Alberto Garcia
· 6 years ago
1bffe1a
block: Fix AioContext switch for bs->drv == NULL
by Kevin Wolf
· 6 years ago
3f48686
block: Forward 'discard' to temporary overlay
by Kevin Wolf
· 6 years ago
0f0998f
block: continue until base is found in bdrv_freeze_backing_chain() et al
by Alberto Garcia
· 6 years ago
2345bde
block: Silence Coverity in bdrv_drop_intermediate()
by Kevin Wolf
· 6 years ago
5019aec
block: Remove the AioContext parameter from bdrv_reopen_multiple()
by Alberto Garcia
· 6 years ago
faf116b
block: Add bdrv_reset_options_allowed()
by Alberto Garcia
· 6 years ago
cb828c3
block: Allow changing the backing file on reopen
by Alberto Garcia
· 6 years ago
bacd9b8
block: Allow omitting the 'backing' option in certain cases
by Alberto Garcia
· 6 years ago
8546632
block: Handle child references in bdrv_reopen_queue()
by Alberto Garcia
· 6 years ago
077e8e2
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
by Alberto Garcia
· 6 years ago
2cad1eb
block: Allow freezing BdrvChild links
by Alberto Garcia
· 6 years ago
3085513
file-posix: Fix bdrv_open_flags() for snapshot=on
by Kevin Wolf
· 6 years ago
69b736e
block: Make permission changes in reopen less wrong
by Kevin Wolf
· 6 years ago
a4615ab
block: Avoid useless local_err
by Kevin Wolf
· 6 years ago
9ac404c
block: iterate_format with account of whitelisting
by Andrey Shinkevich
· 6 years ago
62a01a27
block: BDS options may lack the "driver" option
by Max Reitz
· 6 years ago
fb695c7
block: Do not copy exact_filename from format file
by Max Reitz
· 6 years ago
998b3a1
block: Purify .bdrv_refresh_filename()
by Max Reitz
· 6 years ago
97e2f02
block: Generically refresh runtime options
by Max Reitz
· 6 years ago
8df6861
block: Use bdrv_dirname() for relative filenames
by Max Reitz
· 6 years ago
1e89d0f
block: Add bdrv_dirname()
by Max Reitz
· 6 years ago
2d9158c
block: Fix bdrv_find_backing_image()
by Max Reitz
· 6 years ago
9f4793d
block: Add bdrv_make_absolute_filename()
by Max Reitz
· 6 years ago
6b6833c
block: bdrv_get_full_backing_filename's ret. val.
by Max Reitz
· 6 years ago
645ae7d
block: bdrv_get_full_backing_filename_from_...'s ret. val.
by Max Reitz
· 6 years ago
009b03a
block: Make path_combine() return the path
by Max Reitz
· 6 years ago
9099362
block: Respect backing bs in bdrv_refresh_filename
by Max Reitz
· 6 years ago
998c201
block: Add BDS.auto_backing_file
by Max Reitz
· 6 years ago
bb808d5
block: Skip implicit nodes for filename info
by Max Reitz
· 6 years ago
e24518e
block: Use children list in bdrv_refresh_filename
by Max Reitz
· 6 years ago
f30c66b
block: Use bdrv_refresh_filename() to pull
by Max Reitz
· 6 years ago
f962e96
block: fix bdrv_check_perm for non-tree subgraph
by Vladimir Sementsov-Ogievskiy
· 6 years ago
2f30b7c
block: improve should_update_child
by Vladimir Sementsov-Ogievskiy
· 6 years ago
d70d595
block: Use normal drain for bdrv_set_aio_context()
by Kevin Wolf
· 6 years ago
e64f25f
block: Fix AioContext switch for drained node
by Kevin Wolf
· 6 years ago
6c75d76
block: Don't poll in bdrv_set_aio_context()
by Kevin Wolf
· 6 years ago
57830a4
block: don't set the same context
by Denis Plotnikov
· 6 years ago
1bf6e9c
bdrv_query_image_info Error parameter added
by Andrey Shinkevich
· 6 years ago
78fc3b3
block: Fix invalidate_cache error path for parent activation
by Kevin Wolf
· 6 years ago
8be25de
block: Apply auto-read-only for ro-whitelist drivers
by Kevin Wolf
· 6 years ago
4720cbe
block: Fix hangs in synchronous APIs with iothreads
by Kevin Wolf
· 6 years ago
5d3b4e9
qapi: add x-debug-query-block-graph
by Vladimir Sementsov-Ogievskiy
· 6 years ago
e6d79c4
block: Assert that flags are up-to-date in bdrv_reopen_prepare()
by Alberto Garcia
· 6 years ago
8eb4b07
block: Remove assertions from update_flags_from_options()
by Alberto Garcia
· 6 years ago
9aa09dd
block: Stop passing flags to bdrv_reopen_queue_child()
by Alberto Garcia
· 6 years ago
2e89172
block: Remove flags parameter from bdrv_reopen_queue()
by Alberto Garcia
· 6 years ago
295cf23
block: Drop bdrv_reopen()
by Alberto Garcia
· 6 years ago
e94d3db
block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()
by Alberto Garcia
· 6 years ago
6e1000a
block: Add bdrv_reopen_set_read_only()
by Alberto Garcia
· 6 years ago
9e37271
block: Don't inactivate children before parents
by Kevin Wolf
· 6 years ago
6bd858b
block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()
by Alberto Garcia
· 6 years ago
0065c45
block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()
by Alberto Garcia
· 6 years ago
2a3d433
block: Fix update of BDRV_O_AUTO_RDONLY in update_flags_from_options()
by Alberto Garcia
· 6 years ago
9ad08c4
block: Always abort reopen after prepare succeeded
by Max Reitz
· 6 years ago
eaa2410
block: Require auto-read-only for existing fallbacks
by Kevin Wolf
· 6 years ago
e35bdc1
block: Add auto-read-only option
by Kevin Wolf
· 6 years ago
eeae6a5
block: Update flags in bdrv_set_read_only()
by Kevin Wolf
· 6 years ago
415bbca
block: replace "discard" literal with BDRV_OPT_DISCARD macro
by Alberto Garcia
· 6 years ago
9c98f14
dirty-bitmaps: clean-up bitmaps loading and migration logic
by Vladimir Sementsov-Ogievskiy
· 6 years ago
da7e92c
block: Clean up bdrv_img_create()'s error reporting
by Markus Armbruster
· 6 years ago
4b57664
error: Fix use of error_prepend() with &error_fatal, &error_abort
by Markus Armbruster
· 6 years ago
543770b
block: Allow changing 'detect-zeroes' on reopen
by Alberto Garcia
· 6 years ago
593b307
block: Allow changing 'discard' on reopen
by Alberto Garcia
· 6 years ago
57f9db9
block: Forbid trying to change unsupported options during reopen
by Alberto Garcia
· 6 years ago
db90528
block: Allow child references on reopen
by Alberto Garcia
· 6 years ago
a600aad
block: Don't look for child references in append_open_options()
by Alberto Garcia
· 6 years ago
50196d7
block: Remove child references from bs->{options,explicit_options}
by Alberto Garcia
· 6 years ago
cfe29d8
block: Use a single global AioWait
by Kevin Wolf
· 6 years ago
8961be3
block: Fix use after free error in bdrv_open_inherit()
by Alberto Garcia
· 6 years ago
dd98e84
qjson: Have qobject_from_json() & friends reject empty and blank
by Markus Armbruster
· 6 years ago
261dbcb
block: Simplify append_open_options()
by Alberto Garcia
· 7 years ago
4c8350f
block: Update bs->options if bdrv_reopen() succeeds
by Alberto Garcia
· 7 years ago
1bab38e
block: Simplify bdrv_reopen_abort()
by Alberto Garcia
· 7 years ago
2f624b8
block: Remove children options from bs->{options,explicit_options}
by Alberto Garcia
· 7 years ago
3c00529
block: make .bdrv_close optional
by Vladimir Sementsov-Ogievskiy
· 6 years ago
50d6a8a
block: Fix typos in comments (found by codespell)
by Stefan Weil
· 6 years ago
4be6a6d
block: Poll after drain on attaching a node
by Kevin Wolf
· 7 years ago
824808d
block: Don't silently truncate node names
by Kevin Wolf
· 6 years ago
7ae9f3f
block: Move two block permission constants to the relevant enum
by Ari Sundholm
· 6 years ago
Next »