index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-26
1
-0
/
+14
*
jobs: group together API calls under the same job lock
Emanuele Giuseppe Esposito
2022-10-07
1
-7
/
+10
*
block: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-3
/
+4
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-1
/
+1
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-1
/
+1
*
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2022-07-12
1
-3
/
+5
*
block: Classify bdrv_get_flags() as I/O function
Hanna Reitz
2022-05-04
1
-1
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
block_int-common.h: assertions in the callers of BdrvChildClass function poin...
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+9
*
block_int-common.h: assertions in the callers of BlockDriver function pointers
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+17
*
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+2
*
block.c: add assertions to static functions
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+45
*
block: introduce assert_bdrv_graph_writable
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+4
*
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+13
*
assertions for block_int global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+15
*
block.c: assertions to the block layer permissions API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+12
*
IO_CODE and IO_OR_GS_CODE for block I/O API
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+36
*
assertions for block global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-2
/
+123
*
include/block/block: split header into I/O and global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+3
*
block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate
Emanuele Giuseppe Esposito
2022-03-04
1
-14
/
+23
*
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+1
*
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+6
*
block: bdrv_set_backing_hd(): use drained section
Vladimir Sementsov-Ogievskiy
2022-02-01
1
-0
/
+4
*
block: drop BLK_PERM_GRAPH_MOD
Vladimir Sementsov-Ogievskiy
2022-01-14
1
-6
/
+1
*
block_int: make bdrv_backing_overridden static
Emanuele Giuseppe Esposito
2022-01-14
1
-1
/
+3
*
block: Let replace_child_noperm free children
Hanna Reitz
2021-11-16
1
-23
/
+79
*
block: Let replace_child_tran keep indirect pointer
Hanna Reitz
2021-11-16
1
-10
/
+73
*
block: Restructure remove_file_or_backing_child()
Hanna Reitz
2021-11-16
1
-9
/
+12
*
block: Pass BdrvChild ** to replace_child_noperm
Hanna Reitz
2021-11-16
1
-11
/
+12
*
block: Drop detached child from ignore list
Hanna Reitz
2021-11-16
1
-3
/
+5
*
block: Unite remove_empty_child and child_free
Hanna Reitz
2021-11-16
1
-13
/
+13
*
block: Manipulate children list in .attach/.detach
Hanna Reitz
2021-11-16
1
-9
/
+5
*
block: Fail gracefully when blockdev-snapshot creates loops
Kevin Wolf
2021-11-02
1
-0
/
+10
*
block: bdrv_insert_node(): don't use bdrv_open()
Vladimir Sementsov-Ogievskiy
2021-10-06
1
-6
/
+28
*
block: bdrv_insert_node(): doc and style
Vladimir Sementsov-Ogievskiy
2021-10-06
1
-2
/
+11
*
block: bdrv_insert_node(): fix and improve error handling
Vladimir Sementsov-Ogievskiy
2021-10-06
1
-4
/
+5
*
block: implement bdrv_new_open_driver_opts()
Vladimir Sementsov-Ogievskiy
2021-10-06
1
-4
/
+21
*
block: bdrv_inactivate_recurse(): check for permissions and fix crash
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-0
/
+8
*
block: block-status cache for data regions
Hanna Reitz
2021-09-15
1
-0
/
+80
*
block: introduce bdrv_replace_child_bs()
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-0
/
+31
*
block: Add option to use driver whitelist even in tools
Kevin Wolf
2021-07-20
1
-0
/
+3
*
block: Acquire AioContexts during bdrv_reopen_multiple()
Kevin Wolf
2021-07-09
1
-7
/
+42
*
block: Add bdrv_reopen_queue_free()
Alberto Garcia
2021-07-09
1
-6
/
+16
*
qemu-img: Require -F with -b backing image
Eric Blake
2021-07-09
1
-26
/
+11
*
block: Allow changing bs->file on reopen
Alberto Garcia
2021-06-29
1
-24
/
+54
*
block: BDRVReopenState: drop replace_backing_bs field
Vladimir Sementsov-Ogievskiy
2021-06-29
1
-6
/
+4
*
block: move supports_backing check to bdrv_set_file_or_backing_noperm()
Vladimir Sementsov-Ogievskiy
2021-06-29
1
-14
/
+15
*
block: bdrv_reopen_parse_backing(): simplify handling implicit filters
Vladimir Sementsov-Ogievskiy
2021-06-29
1
-37
/
+16
*
block: bdrv_reopen_parse_backing(): don't check frozen child
Vladimir Sementsov-Ogievskiy
2021-06-29
1
-13
/
+1
*
block: bdrv_reopen_parse_backing(): don't check aio context
Vladimir Sementsov-Ogievskiy
2021-06-29
1
-33
/
+0
[next]