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
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
block: add bdrv_replace_child_safe() transaction action
Vladimir Sementsov-Ogievskiy
1
-0
/
+54
2021-04-30
block: add bdrv_list_* permission update functions
Vladimir Sementsov-Ogievskiy
1
-35
/
+71
2021-04-30
block: add bdrv_drv_set_perm transaction action
Vladimir Sementsov-Ogievskiy
1
-16
/
+54
2021-04-30
block: use topological sort for permission update
Vladimir Sementsov-Ogievskiy
1
-20
/
+96
2021-04-30
block: inline bdrv_child_*() permission functions calls
Vladimir Sementsov-Ogievskiy
1
-42
/
+17
2021-04-30
block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms()
Vladimir Sementsov-Ogievskiy
1
-6
/
+8
2021-04-30
block: refactor bdrv_child* permission functions
Vladimir Sementsov-Ogievskiy
1
-20
/
+59
2021-04-30
block: bdrv_refresh_perms: check for parents permissions conflict
Vladimir Sementsov-Ogievskiy
1
-9
/
+54
2021-04-30
block: make bdrv_reopen_{prepare,commit,abort} private
Vladimir Sementsov-Ogievskiy
1
-4
/
+9
2021-04-30
block: drop ctx argument from bdrv_root_attach_child
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2021-04-30
block: BdrvChildClass: add .get_parent_aio_context handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+13
2021-04-30
block: bdrv_append(): don't consume reference
Vladimir Sementsov-Ogievskiy
1
-22
/
+3
2021-03-19
block: remove format defaults from QemuOpts in bdrv_create_file()
Stefano Garzarella
1
-1
/
+35
2021-03-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
1
-4
/
+2
2021-03-08
block: drop extra error propagation for bdrv_set_backing_hd
Vladimir Sementsov-Ogievskiy
1
-4
/
+2
2021-03-08
block: Clarify error messages pertaining to 'node-name'
Connor Kuehl
1
-4
/
+4
2021-02-15
block: add bdrv_co_delete_file_noerr
Maxim Levitsky
1
-0
/
+22
2021-02-12
block: use return status of bdrv_append()
Vladimir Sementsov-Ogievskiy
1
-4
/
+2
2021-02-12
block: return status from bdrv_append and friends
Vladimir Sementsov-Ogievskiy
1
-21
/
+37
2021-02-02
block: move blk_exp_close_all() to qemu_cleanup()
Sergio Lopez
1
-1
/
+0
2021-02-02
block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
Sergio Lopez
1
-7
/
+27
2021-01-26
block: add API function to insert a node
Andrey Shinkevich
1
-0
/
+25
2021-01-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
1
-11
/
+12
2020-12-19
block: Use GString instead of QString to build filenames
Markus Armbruster
1
-5
/
+6
2020-12-19
block: Avoid qobject_get_try_str()
Markus Armbruster
1
-3
/
+3
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
1
-3
/
+3
2020-12-18
block: bdrv_check_perm(): process children anyway
Vladimir Sementsov-Ogievskiy
1
-2
/
+5
2020-12-18
block: drop tighten_restrictions
Vladimir Sementsov-Ogievskiy
1
-72
/
+17
2020-12-18
block: bdrv_child_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
1
-11
/
+4
2020-12-18
block: bdrv_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
1
-14
/
+15
2020-12-18
block: add bdrv_refresh_perms() helper
Vladimir Sementsov-Ogievskiy
1
-30
/
+31
2020-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
1
-1
/
+16
2020-12-11
fuse: Allow exporting BDSs via FUSE
Max Reitz
1
-0
/
+1
2020-11-09
block: make bdrv_drop_intermediate() less wrong
Vladimir Sementsov-Ogievskiy
1
-30
/
+24
2020-11-09
block: add bdrv_replace_node_common()
Vladimir Sementsov-Ogievskiy
1
-3
/
+22
2020-11-09
block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache()
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-11-09
block: Fix integer promotion error in bdrv_getlength()
Eric Blake
1
-2
/
+7
2020-10-30
qapi: Add QAPI_LIST_PREPEND() macro
Eric Blake
1
-16
/
+6
2020-10-30
block: Simplify QAPI_LIST_ADD
Eric Blake
1
-1
/
+1
2020-10-27
block: End quiescent sections when a BDS is deleted
Greg Kurz
1
-0
/
+9
2020-10-09
block: Add bdrv_lock()/unlock()
Kevin Wolf
1
-0
/
+27
2020-10-09
block: Add bdrv_co_enter()/leave()
Kevin Wolf
1
-0
/
+23
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
1
-73
/
+0
2020-10-05
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2020-10-05
block: return error-code from bdrv_invalidate_cache
Vladimir Sementsov-Ogievskiy
1
-14
/
+18
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
1
-1
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-2
/
+2
2020-09-17
qemu/: fix some comment spelling errors
zhaolichang
1
-1
/
+1
2020-09-07
block: Leave BDS.backing_{file,format} constant
Max Reitz
1
-8
/
+27
2020-09-07
block: Improve get_allocated_file_size's default
Max Reitz
1
-3
/
+39
[prev]
[next]