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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
2019-10-28
30
-322
/
+936
|
\
|
*
block: Pass truncate exact=true where reasonable
Max Reitz
2019-10-28
3
-5
/
+19
|
*
block: Let format drivers pass @exact
Max Reitz
2019-10-28
3
-3
/
+16
|
*
block: Evaluate @exact in protocol drivers
Max Reitz
2019-10-28
2
-2
/
+13
|
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
24
-55
/
+74
|
*
block: Do not truncate file node when formatting
Max Reitz
2019-10-28
3
-16
/
+0
|
*
block/cor: Drop cor_co_truncate()
Max Reitz
2019-10-28
1
-8
/
+0
|
*
block: Handle filter truncation like native impl.
Max Reitz
2019-10-28
1
-7
/
+6
|
*
qcow2: Fix v3 snapshot table entry compliancy
Max Reitz
2019-10-28
1
-0
/
+18
|
*
qcow2: Repair snapshot table with too many entries
Max Reitz
2019-10-28
1
-0
/
+14
|
*
qcow2: Fix overly long snapshot tables
Max Reitz
2019-10-28
1
-10
/
+78
|
*
qcow2: Keep track of the snapshot table length
Max Reitz
2019-10-28
1
-1
/
+13
|
*
qcow2: Fix broken snapshot table entries
Max Reitz
2019-10-28
1
-11
/
+56
|
*
qcow2: Add qcow2_check_fix_snapshot_table()
Max Reitz
2019-10-28
3
-1
/
+36
|
*
qcow2: Separate qcow2_check_read_snapshot_table()
Max Reitz
2019-10-28
3
-18
/
+120
|
*
qcow2: Write v3-compliant snapshot list on upgrade
Max Reitz
2019-10-28
1
-2
/
+30
|
*
qcow2: Put qcow2_upgrade() into its own function
Max Reitz
2019-10-28
1
-5
/
+38
|
*
qcow2: Make qcow2_write_snapshots() public
Max Reitz
2019-10-28
2
-1
/
+2
|
*
qcow2: Keep unknown extra snapshot data
Max Reitz
2019-10-28
2
-10
/
+58
|
*
qcow2: Add Error ** to qcow2_read_snapshots()
Max Reitz
2019-10-28
3
-4
/
+8
|
*
qcow2: Use endof()
Max Reitz
2019-10-28
1
-3
/
+4
|
*
mirror: Do not dereference invalid pointers
Max Reitz
2019-10-28
1
-4
/
+9
|
*
block/nvme: add support for discard
Maxim Levitsky
2019-10-28
2
-0
/
+85
|
*
block/nvme: add support for write zeros
Maxim Levitsky
2019-10-28
2
-1
/
+72
|
*
block/block-copy: increase buffered copy request
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-16
/
+32
|
*
block/block-copy: add memory limit
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-0
/
+5
|
*
block/block-copy: refactor copying
Vladimir Sementsov-Ogievskiy
2019-10-28
2
-70
/
+54
|
*
block/block-copy: limit copy_range_size to 16 MiB
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-2
/
+8
|
*
block/block-copy: allocate buffer in block_copy_with_bounce_buffer
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-13
/
+8
|
*
Revert "mirror: Only mirror granularity-aligned chunks"
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-29
/
+0
|
*
block/mirror: support unaligned write in active mirror
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-3
/
+68
|
*
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-4
/
+13
|
*
block/mirror: simplify do_sync_target_write
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-67
/
+28
*
|
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
4
-7
/
+8
|
/
*
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Kevin Wolf
2019-10-25
2
-1
/
+4
*
block/backup: drop dead code from backup_job_create
Vladimir Sementsov-Ogievskiy
2019-10-25
1
-4
/
+1
*
block/nbd: nbd reconnect
Vladimir Sementsov-Ogievskiy
2019-10-22
1
-63
/
+268
*
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-1
/
+14
*
block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-19
/
+58
*
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
2019-10-17
3
-17
/
+37
*
block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
2019-10-17
2
-16
/
+1
*
block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
Vladimir Sementsov-Ogievskiy
2019-10-17
2
-22
/
+13
*
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2019-10-17
2
-10
/
+9
*
block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-43
/
+41
*
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
2019-10-17
5
-22
/
+22
*
block/dirty-bitmap: drop meta
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-46
/
+0
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
4
-23
/
+119
*
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-10-17
3
-15
/
+17
*
block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-0
/
+22
*
qcow2: Limit total allocation range to INT_MAX
Max Reitz
2019-10-14
1
-1
/
+4
[next]