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-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...
Peter Maydell
1
-3
/
+3
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+3
2019-05-10
qcow2: Remove BDRVQcow2State.cluster_sectors
Alberto Garcia
2
-2
/
+0
2019-05-10
block: Remove bdrv_read() and bdrv_write()
Alberto Garcia
1
-36
/
+7
2019-05-10
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
1
-5
/
+7
2019-05-10
vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
1
-6
/
+9
2019-05-10
qcow2: Replace bdrv_write() with bdrv_pwrite()
Alberto Garcia
1
-2
/
+2
2019-05-10
block/io.c: fix for the allocation failure
Andrey Shinkevich
1
-1
/
+1
2019-05-07
commit: Use bdrv_append() in commit_start()
Alberto Garcia
1
-10
/
+1
2019-05-07
block/ssh: Implement .bdrv_dirname()
Max Reitz
1
-0
/
+21
2019-05-07
block/ssh: Implement .bdrv_refresh_filename()
Max Reitz
1
-5
/
+47
2019-05-07
qcow2: discard bitmap when removed
Andrey Shinkevich
1
-1
/
+1
2019-05-07
qcow2-refcount: don't mask corruptions under internal errors
Vladimir Sementsov-Ogievskiy
1
-10
/
+9
2019-05-07
qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocated
Vladimir Sementsov-Ogievskiy
1
-9
/
+9
2019-05-07
qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
Vladimir Sementsov-Ogievskiy
1
-7
/
+9
2019-05-07
qcow2-refcount: avoid eating RAM
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2019-05-07
qcow2-refcount: fix check_oflag_copied
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2019-04-30
block/qed: add missed coroutine_fn markers
Vladimir Sementsov-Ogievskiy
4
-29
/
+41
2019-04-30
commit: Make base read-only if there is an early failure
Alberto Garcia
1
-0
/
+3
2019-04-30
block/stream: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
2019-04-30
block/commit: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-3
/
+2
2019-04-30
block/backup: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-8
/
+6
2019-04-30
block/parallels: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-8
/
+6
2019-04-30
block/qed: use buffer-based io
Vladimir Sementsov-Ogievskiy
2
-11
/
+7
2019-04-30
block/qcow: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-13
/
+6
2019-04-30
block/qcow2: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-7
/
+2
2019-04-30
qcow2: Fix error handling in the compression code
Alberto Garcia
1
-9
/
+9
2019-04-30
qcow2: Fix qcow2_make_empty() with external data file
Kevin Wolf
1
-2
/
+5
2019-04-30
qcow2: Fix full preallocation with external data file
Kevin Wolf
1
-18
/
+23
2019-04-30
qcow2: Add errp to preallocate_co()
Kevin Wolf
1
-5
/
+6
2019-04-30
qcow2: Avoid COW during metadata preallocation
Kevin Wolf
1
-1
/
+1
2019-04-30
qemu-img: Saner printing of large file sizes
Eric Blake
1
-38
/
+11
2019-04-30
block/vhdx: Use IEC binary prefixes for size constants
Stefano Garzarella
3
-7
/
+9
2019-04-30
block/vhdx: Remove redundant IEC binary prefixes definition
Stefano Garzarella
2
-6
/
+3
2019-04-30
vmdk: Set vmdk parent backing_format to vmdk
Sam Eiderman
1
-0
/
+2
2019-04-30
vpc: unlock Coroutine lock to make IO submit Concurrently
Zhengui li
1
-0
/
+4
2019-04-18
block/qapi: Clean up how we print to monitor or stdout
Markus Armbruster
1
-65
/
+55
2019-04-17
block/ssh: Do not report read/write/flush errors to the user
Markus Armbruster
2
-25
/
+16
2019-04-16
qcow2: Fix preallocation bdrv_pwrite to wrong file
Kevin Wolf
1
-1
/
+2
2019-04-02
block: freeze the backing chain earlier in stream_start()
Alberto Garcia
1
-6
/
+7
2019-04-02
block/file-posix: do not fail on unlock bytes
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2019-04-02
block/gluster: limit the transfer size to 512 MiB
Stefano Garzarella
1
-0
/
+16
2019-04-01
nbd/client: Trace server noncompliance on structured reads
Eric Blake
2
-2
/
+11
2019-04-01
block: Add bdrv_get_request_alignment()
Eric Blake
1
-0
/
+7
2019-04-01
nbd/client: Support qemu-img convert from unaligned size
Eric Blake
1
-1
/
+38
2019-03-30
nbd/client: Report offsets in bdrv_block_status
Eric Blake
1
-2
/
+7
2019-03-30
nbd/client: Lower min_block for block-status, unaligned size
Eric Blake
1
-1
/
+18
2019-03-30
nbd-client: Work around server BLOCK_STATUS misalignment at EOF
Eric Blake
1
-4
/
+26
2019-03-30
nbd: Permit simple error to NBD_CMD_BLOCK_STATUS
Eric Blake
1
-3
/
+1
2019-03-30
nbd: Don't lose server's error to NBD_CMD_BLOCK_STATUS
Eric Blake
1
-6
/
+3
[next]