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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
block/block-copy: allocate buffer in block_copy_with_bounce_buffer
Vladimir Sementsov-Ogievskiy
1
-13
/
+8
2019-10-28
Revert "mirror: Only mirror granularity-aligned chunks"
Vladimir Sementsov-Ogievskiy
1
-29
/
+0
2019-10-28
block/mirror: support unaligned write in active mirror
Vladimir Sementsov-Ogievskiy
1
-3
/
+68
2019-10-28
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
1
-4
/
+13
2019-10-28
block/mirror: simplify do_sync_target_write
Vladimir Sementsov-Ogievskiy
1
-67
/
+28
2019-10-25
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Kevin Wolf
2
-1
/
+4
2019-10-25
block/backup: drop dead code from backup_job_create
Vladimir Sementsov-Ogievskiy
1
-4
/
+1
2019-10-22
block/nbd: nbd reconnect
Vladimir Sementsov-Ogievskiy
1
-63
/
+268
2019-10-17
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
1
-1
/
+14
2019-10-17
block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
1
-19
/
+58
2019-10-17
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
3
-17
/
+37
2019-10-17
block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
2
-16
/
+1
2019-10-17
block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
Vladimir Sementsov-Ogievskiy
2
-22
/
+13
2019-10-17
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2
-10
/
+9
2019-10-17
block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
Vladimir Sementsov-Ogievskiy
1
-43
/
+41
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
5
-22
/
+22
2019-10-17
block/dirty-bitmap: drop meta
Vladimir Sementsov-Ogievskiy
1
-46
/
+0
2019-10-17
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
4
-23
/
+119
2019-10-17
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-15
/
+17
2019-10-17
block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
Vladimir Sementsov-Ogievskiy
1
-0
/
+22
2019-10-14
qcow2: Limit total allocation range to INT_MAX
Max Reitz
1
-1
/
+4
2019-10-14
block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK
Alberto Garcia
1
-0
/
+7
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
8
-16
/
+28
2019-10-14
replay: don't drain/flush bdrv queue while RR is working
Pavel Dovgalyuk
1
-0
/
+28
2019-10-14
block: implement bdrv_snapshot_goto for blkreplay
Pavel Dovgalyuk
1
-0
/
+8
2019-10-14
block/vhdx: add check for truncated image files
Peter Lieven
1
-17
/
+103
2019-10-10
nbd: add empty .bdrv_reopen_prepare
Maxim Levitsky
1
-0
/
+15
2019-10-10
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
4
-121
/
+56
2019-10-10
block: introduce backup-top filter driver
Vladimir Sementsov-Ogievskiy
3
-0
/
+323
2019-10-10
block/block-copy: split block_copy_set_callbacks function
Vladimir Sementsov-Ogievskiy
2
-11
/
+19
2019-10-10
block/backup: move write_flags calculation inside backup_job_create
Vladimir Sementsov-Ogievskiy
1
-15
/
+15
2019-10-10
block/backup: move in-flight requests handling from backup to block-copy
Vladimir Sementsov-Ogievskiy
2
-52
/
+43
2019-10-10
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2
-0
/
+37
2019-10-10
file-posix: account discard operations
Anton Nefedov
1
-1
/
+21
2019-10-10
block: add empty account cookie type
Anton Nefedov
1
-0
/
+6
2019-10-10
qapi: add unmap to BlockDeviceStats
Anton Nefedov
1
-0
/
+6
2019-10-10
block: move block_copy from block/backup.c to separate file
Vladimir Sementsov-Ogievskiy
4
-354
/
+337
2019-10-10
block/backup: fix block-comment style
Vladimir Sementsov-Ogievskiy
1
-11
/
+21
2019-10-10
block/backup: introduce BlockCopyState
Vladimir Sementsov-Ogievskiy
2
-143
/
+239
2019-10-10
block/backup: improve comment about image fleecing
Vladimir Sementsov-Ogievskiy
1
-3
/
+12
2019-10-10
block/backup: split shareable copying part from backup_do_cow
Vladimir Sementsov-Ogievskiy
1
-15
/
+32
2019-10-10
block/backup: fix backup_cow_with_offload for last cluster
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-10-10
block/backup: fix max_transfer handling for copy_range
Vladimir Sementsov-Ogievskiy
1
-4
/
+11
2019-10-10
block/qcow2: introduce parallel subrequest handling in read and write
Vladimir Sementsov-Ogievskiy
3
-12
/
+117
2019-10-10
block/qcow2: refactor qcow2_co_pwritev_part
Vladimir Sementsov-Ogievskiy
1
-64
/
+90
2019-10-10
block/qcow2: refactor qcow2_co_preadv_part
Vladimir Sementsov-Ogievskiy
1
-96
/
+113
2019-10-10
block: introduce aio task pool
Vladimir Sementsov-Ogievskiy
2
-0
/
+126
2019-10-08
block: Skip COR for inactive nodes
Max Reitz
1
-14
/
+27
2019-10-04
block/snapshot: Restrict set of snapshot nodes
Kevin Wolf
1
-7
/
+19
2019-09-19
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"
Philippe Mathieu-Daudé
1
-1
/
+1
[next]