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: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
1
-21
/
+0
*
block: Avoid dead assignment
Philippe Mathieu-Daudé
2020-05-04
1
-1
/
+1
*
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+2
*
qapi: Only input visitors can actually fail
Markus Armbruster
2020-04-30
1
-8
/
+1
*
block: fix bdrv_root_attach_child forget to unref child_bs
Vladimir Sementsov-Ogievskiy
2020-03-27
1
-0
/
+1
*
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
2020-03-26
1
-15
/
+20
*
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
2020-03-26
1
-1
/
+2
*
block: bdrv_set_backing_bs: fix use-after-free
Vladimir Sementsov-Ogievskiy
2020-03-24
1
-1
/
+1
*
block: Assert BlockDriver::format_name is not NULL
Philippe Mathieu-Daudé
2020-03-24
1
-0
/
+1
*
block.c: adding bdrv_co_delete_file
Daniel Henrique Barboza
2020-03-11
1
-0
/
+26
*
block: Fix cross-AioContext blockdev-snapshot
Kevin Wolf
2020-03-11
1
-0
/
+1
*
block: Make bdrv_get_cumulative_perm() public
Kevin Wolf
2020-03-11
1
-4
/
+2
*
block: bdrv_reopen() with backing file in different AioContext
Kevin Wolf
2020-03-06
1
-6
/
+26
*
block: Introduce 'bdrv_reopen_commit_post' step
Peter Krempa
2020-03-06
1
-0
/
+9
*
block: Fix leak in bdrv_create_file_fallback()
Max Reitz
2020-03-06
1
-1
/
+2
*
qemu/queue.h: add QLIST_SAFE_REMOVE()
Stefan Hajnoczi
2020-02-22
1
-4
/
+1
*
block: Generic file creation fallback
Max Reitz
2020-02-20
1
-12
/
+147
*
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
2020-02-20
1
-2
/
+3
*
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2020-02-18
1
-33
/
+0
*
block: Use bdrv_recurse_can_replace()
Max Reitz
2020-02-18
1
-2
/
+16
*
block: Add bdrv_recurse_can_replace()
Max Reitz
2020-02-18
1
-0
/
+38
*
block: Drop bdrv_is_first_non_filter()
Max Reitz
2020-02-18
1
-26
/
+0
*
block: Remove superfluous semicolons
Philippe Mathieu-Daudé
2020-02-18
1
-2
/
+2
*
block: fix memleaks in bdrv_refresh_filename
Pan Nengyuan
2020-02-06
1
-0
/
+1
*
block: Use a GString in bdrv_perm_names()
Alberto Garcia
2020-02-06
1
-5
/
+6
*
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
2020-01-30
1
-0
/
+22
*
block: Use bdrv_qapi_perm_to_blk_perm()
Max Reitz
2020-01-06
1
-21
/
+8
*
block: Add bdrv_qapi_perm_to_blk_perm()
Max Reitz
2020-01-06
1
-0
/
+18
*
block: Activate recursively even for already active nodes
Kevin Wolf
2019-12-19
1
-26
/
+24
*
block: Error out on image creation with conflicting size options
Kevin Wolf
2019-12-18
1
-2
/
+8
*
block: Remove 'backing': null from bs->{explicit_,}options
Kevin Wolf
2019-11-18
1
-0
/
+2
*
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
1
-2
/
+2
*
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-19
/
+0
*
block: reverse order for reopen commits
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-3
/
+9
*
block: switch reopen queue from QSIMPLEQ to QTAILQ
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-12
/
+12
*
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-3
/
+1
*
block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-22
/
+0
*
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2019-10-10
1
-0
/
+9
*
block: teach bdrv_debug_breakpoint skip filters with backing
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-8
/
+26
*
block: fix permission update in bdrv_replace_node
Vladimir Sementsov-Ogievskiy
2019-09-03
1
-3
/
+2
*
block: Add bdrv_has_zero_init_truncate()
Max Reitz
2019-08-19
1
-0
/
+21
*
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
2019-08-16
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-08-16
1
-26
/
+37
|
\
|
*
block: Reduce (un)drains when replacing a child
Max Reitz
2019-08-16
1
-16
/
+33
|
*
block: Keep subtree drained in drop_intermediate
Max Reitz
2019-08-16
1
-0
/
+2
|
*
block: Simplify bdrv_filter_default_perms()
Kevin Wolf
2019-08-16
1
-10
/
+2
*
|
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
/
*
block: Only the main loop can change AioContexts
Max Reitz
2019-07-22
1
-5
/
+8
*
block: Do not poll in bdrv_do_drained_end()
Max Reitz
2019-07-19
1
-8
/
+29
*
block: Introduce BdrvChild.parent_quiesce_counter
Max Reitz
2019-07-19
1
-10
/
+5
[next]