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
/
include
/
block
/
block_int.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add child access functions
Max Reitz
2020-09-07
1
-3
/
+41
*
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2020-08-25
1
-0
/
+1
*
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
2020-07-14
1
-0
/
+1
*
block: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
2020-07-06
1
-1
/
+11
*
block/core: add generic infrastructure for x-blockdev-amend qmp command
Maxim Levitsky
2020-07-06
1
-6
/
+15
*
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
2020-07-06
1
-0
/
+4
*
block/amend: add 'force' option
Maxim Levitsky
2020-07-06
1
-0
/
+1
*
blockdev: Promote several bitmap functions to non-static
Eric Blake
2020-05-19
1
-0
/
+12
*
block: Make it easier to learn which BDS support bitmaps
Eric Blake
2020-05-19
1
-0
/
+1
*
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
1
-3
/
+1
*
block: Drop child_file
Max Reitz
2020-05-18
1
-1
/
+0
*
block: Drop bdrv_format_default_perms()
Max Reitz
2020-05-18
1
-11
/
+0
*
block: Make bdrv_filter_default_perms() static
Max Reitz
2020-05-18
1
-10
/
+0
*
block: Drop child_backing
Max Reitz
2020-05-18
1
-1
/
+0
*
block: Drop child_format
Max Reitz
2020-05-18
1
-1
/
+0
*
block: Add bdrv_default_perms()
Max Reitz
2020-05-18
1
-0
/
+11
*
block: Add child_of_bds
Max Reitz
2020-05-18
1
-0
/
+1
*
block: Pass parent_is_format to .inherit_options()
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
2020-05-18
1
-1
/
+2
*
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
1
-1
/
+4
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
1
-0
/
+2
*
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
1
-11
/
+11
*
block: Add BlockDriver.is_format
Max Reitz
2020-05-18
1
-0
/
+7
*
qcow2: introduce compression type feature
Denis Plotnikov
2020-05-13
1
-0
/
+1
*
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
1
-7
/
+0
*
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+9
*
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
2020-03-26
1
-0
/
+11
*
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
2020-03-26
1
-1
/
+2
*
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
2020-03-11
1
-0
/
+4
*
block: Make bdrv_get_cumulative_perm() public
Kevin Wolf
2020-03-11
1
-0
/
+3
*
monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-2
/
+3
*
block: Introduce 'bdrv_reopen_commit_post' step
Peter Krempa
2020-03-06
1
-0
/
+1
*
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2020-02-18
1
-8
/
+0
*
block: Add bdrv_recurse_can_replace()
Max Reitz
2020-02-18
1
-0
/
+10
*
block/io: wait for serialising requests when a request becomes serialising
Paolo Bonzini
2020-01-30
1
-2
/
+1
*
block: Add bdrv_co_get_self_request()
Max Reitz
2019-11-04
1
-0
/
+1
*
block: Make wait/mark serialising requests public
Max Reitz
2019-11-04
1
-0
/
+3
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-1
/
+16
*
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-6
/
+0
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-5
/
+5
*
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-3
/
+3
*
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+1
*
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2019-10-10
1
-0
/
+1
*
block/io: introduce bdrv_co_p{read, write}v_part
Vladimir Sementsov-Ogievskiy
2019-08-27
1
-0
/
+6
*
block: define .*_part io handlers in BlockDriver
Vladimir Sementsov-Ogievskiy
2019-08-27
1
-0
/
+15
*
block: Add bdrv_has_zero_init_truncate()
Max Reitz
2019-08-19
1
-0
/
+7
*
mirror: Fix bdrv_has_zero_init() use
Max Reitz
2019-08-19
1
-0
/
+2
*
block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internal
John Snow
2019-08-16
1
-0
/
+3
*
block/backup: Add mirror sync mode 'bitmap'
John Snow
2019-08-16
1
-1
/
+3
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-1
/
+0
[next]