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
2020-08-21
meson: convert block
Marc-André Lureau
4
-77
/
+117
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-10
block/block-copy: always align copied region to cluster size
Stefan Reiter
1
-0
/
+3
2020-08-05
qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()
Tuguoyi
1
-1
/
+1
2020-08-03
qcow2: Release read-only bitmaps when inactivated
Max Reitz
1
-4
/
+19
2020-07-28
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...
Peter Maydell
2
-33
/
+97
2020-07-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-28' in...
Peter Maydell
1
-4
/
+6
2020-07-28
block/nbd: nbd_co_reconnect_loop(): don't sleep if drained
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2020-07-28
block/nbd: on shutdown terminate connection attempt
Vladimir Sementsov-Ogievskiy
1
-4
/
+11
2020-07-28
block/nbd: allow drain during reconnect attempt
Vladimir Sementsov-Ogievskiy
1
-0
/
+14
2020-07-28
block/nbd: split nbd_establish_connection out of nbd_client_connect
Vladimir Sementsov-Ogievskiy
2
-26
/
+38
2020-07-28
block: nbd: Fix convert qcow2 compressed to nbd
Nir Soffer
1
-0
/
+30
2020-07-28
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-07-27' int...
Peter Maydell
1
-1
/
+1
2020-07-28
block: Fix bdrv_aligned_p*v() for qiov_offset != 0
Max Reitz
1
-4
/
+6
2020-07-27
qcow2: Fix capitalization of header extension constant.
Andrey Shinkevich
1
-1
/
+1
2020-07-27
block/amend: Check whether the node exists
Max Reitz
1
-1
/
+5
2020-07-21
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-2
/
+13
2020-07-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...
Peter Maydell
1
-1
/
+1
2020-07-21
qcow2: Implement v2 zero writes with discard if possible
Kevin Wolf
1
-1
/
+8
2020-07-21
file-posix: Handle `EINVAL` fallocate return value
Antoine Damhet
1
-1
/
+5
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-1
/
+1
2020-07-21
block: fix bdrv_aio_cancel() for ENOMEDIUM requests
Stefan Hajnoczi
1
-0
/
+8
2020-07-21
block/crypto: disallow write sharing by default
Maxim Levitsky
1
-1
/
+1
2020-07-17
file-posix: Fix leaked fd in raw_open_common() error path
Kevin Wolf
1
-0
/
+3
2020-07-17
file-posix: Fix check_hdev_writable() with auto-read-only
Kevin Wolf
1
-12
/
+21
2020-07-17
file-posix: Move check_hdev_writable() up
Kevin Wolf
1
-33
/
+33
2020-07-17
file-posix: Allow byte-aligned O_DIRECT with NFS
Kevin Wolf
1
-1
/
+25
2020-07-17
Remove VXHS block device
Marc-André Lureau
3
-606
/
+0
2020-07-14
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
7
-6
/
+103
2020-07-14
block: Avoid stale pointer dereference in blk_get_aio_context()
Greg Kurz
1
-1
/
+3
2020-07-14
block: Add support to warn on backing file change without format
Eric Blake
2
-2
/
+2
2020-07-14
qcow2: Deprecate use of qemu-img amend to change backing file
Eric Blake
1
-0
/
+5
2020-07-14
qcow: Tolerate backing_fmt=
Eric Blake
1
-1
/
+19
2020-07-14
vmdk: Add trivial backing_fmt support
Eric Blake
1
-0
/
+14
2020-07-14
sheepdog: Add trivial backing_fmt support
Eric Blake
1
-2
/
+16
2020-07-14
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
1
-0
/
+44
2020-07-13
nbd: Avoid off-by-one in long export name truncation
Eric Blake
1
-1
/
+1
2020-07-10
iscsi: return -EIO when sense fields are meaningless
Xie Yongji
1
-0
/
+2
2020-07-10
iscsi: handle check condition status in retry loop
Xie Yongji
1
-10
/
+10
2020-07-10
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
7
-25
/
+14
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
11
-54
/
+22
2020-07-10
block/parallels: Simplify parallels_open() after previous commit
Markus Armbruster
1
-5
/
+2
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
5
-10
/
+9
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-3
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
17
-61
/
+25
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
9
-24
/
+10
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
4
-33
/
+25
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
1
-3
/
+2
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
4
-10
/
+5
[next]