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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2017-03-31
block/curl: Check protocol prefix
Max Reitz
1
-0
/
+10
2017-03-31
rbd: Fix regression in legacy key/values containing escaped :
Eric Blake
1
-43
/
+44
2017-03-28
rbd: Fix bugs around -drive parameter "server"
Markus Armbruster
1
-95
/
+32
2017-03-28
rbd: Revert -blockdev and -drive parameter auth-supported
Markus Armbruster
1
-28
/
+3
2017-03-28
rbd: Clean up qemu_rbd_create()'s detour through QemuOpts
Markus Armbruster
1
-15
/
+5
2017-03-28
rbd: Clean up runtime_opts, fix -drive to reject filename
Markus Armbruster
1
-14
/
+24
2017-03-28
rbd: Don't accept -drive driver=rbd, keyvalue-pairs=...
Markus Armbruster
1
-4
/
+8
2017-03-28
rbd: Clean up after the previous commit
Markus Armbruster
1
-15
/
+9
2017-03-28
rbd: Don't limit length of parameter values
Markus Armbruster
1
-77
/
+14
2017-03-28
rbd: Fix to cleanly reject -drive without pool or image
Markus Armbruster
1
-3
/
+7
2017-03-28
parallels: wrong call to bdrv_truncate
Denis V. Lunev
1
-1
/
+2
2017-03-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-4
/
+0
2017-03-27
block/file-posix.c: Fix unused variable warning on OpenBSD
Peter Maydell
1
-14
/
+14
2017-03-27
file-posix: Make bdrv_flush() failure permanent without O_DIRECT
Kevin Wolf
1
-0
/
+22
2017-03-27
nbd-client: fix handling of hungup connections
Paolo Bonzini
1
-6
/
+6
2017-03-27
nbd: drop unused NBDClientSession.is_unix field
Stefan Hajnoczi
2
-4
/
+0
2017-03-24
trace: Fix backwards mirror_yield parameters
Eric Blake
1
-2
/
+3
2017-03-23
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
1
-2
/
+22
2017-03-22
block-backend: add drained_begin / drained_end ops
John Snow
1
-2
/
+22
2017-03-21
parallels: fix default options parsing
Edgar Kaziahmedov
1
-1
/
+1
2017-03-17
curl: fix compilation on OpenBSD
Paolo Bonzini
1
-1
/
+1
2017-03-17
block: Always call bdrv_child_check_perm first
Fam Zheng
1
-2
/
+4
2017-03-17
file-posix: Don't leak fd in hdev_get_max_segments
Fam Zheng
1
-0
/
+3
2017-03-17
replication: clarify permissions
Changlong Xie
1
-1
/
+13
2017-03-17
file-posix: clean up max_segments buffer termination
Stefan Hajnoczi
1
-1
/
+1
2017-03-13
commit: Implement .bdrv_refresh_filename
Kevin Wolf
1
-0
/
+8
2017-03-13
mirror: Implement .bdrv_refresh_filename
Kevin Wolf
1
-0
/
+9
2017-03-13
commit: Implement bdrv_commit_top.bdrv_co_get_block_status
Kevin Wolf
1
-4
/
+16
2017-03-13
block: Request block status from *file for BDRV_BLOCK_RAW
Kevin Wolf
1
-1
/
+1
2017-03-13
vvfat: React to bdrv_is_allocated() errors
Eric Blake
1
-3
/
+19
2017-03-13
backup: React to bdrv_is_allocated() errors
Eric Blake
1
-4
/
+10
2017-03-13
block: Drop unmaintained 'archipelago' driver
Eric Blake
2
-1081
/
+0
2017-03-13
file-posix: Consider max_segments for BlockLimits.max_transfer
Fam Zheng
1
-0
/
+47
2017-03-13
backup: allow target without .bdrv_get_info
Vladimir Sementsov-Ogievskiy
1
-1
/
+11
2017-03-07
commit: Don't use error_abort in commit_start
Fam Zheng
1
-2
/
+14
2017-03-07
block: Don't use error_abort in blk_new_open
Fam Zheng
1
-1
/
+6
2017-03-07
qapi-schema: Rename SocketAddressFlat's variant tcp to inet
Markus Armbruster
1
-28
/
+31
2017-03-07
qapi-schema: Rename GlusterServer to SocketAddressFlat
Markus Armbruster
1
-19
/
+19
2017-03-07
gluster: Plug memory leaks in qemu_gluster_parse_json()
Markus Armbruster
1
-11
/
+11
2017-03-07
gluster: Don't duplicate qapi-util.c's qapi_enum_parse()
Markus Armbruster
1
-21
/
+9
2017-03-07
gluster: Drop assumptions on SocketTransport names
Markus Armbruster
1
-4
/
+2
2017-03-07
sheepdog: Implement bdrv_parse_filename()
Markus Armbruster
1
-56
/
+174
2017-03-07
sheepdog: Use SocketAddress and socket_connect()
Markus Armbruster
1
-23
/
+30
2017-03-07
sheepdog: Report errors in pseudo-filename more usefully
Markus Armbruster
1
-29
/
+59
2017-03-07
sheepdog: Don't truncate long VDI name in _open(), _create()
Markus Armbruster
1
-1
/
+4
2017-03-07
sheepdog: Fix snapshot ID parsing in _open(), _create, _goto()
Markus Armbruster
1
-11
/
+55
2017-03-07
sheepdog: Mark sd_snapshot_delete() lossage FIXME
Markus Armbruster
1
-0
/
+10
2017-03-07
sheepdog: Fix error handling sd_create()
Markus Armbruster
1
-4
/
+2
2017-03-07
sheepdog: Fix error handling in sd_snapshot_delete()
Markus Armbruster
1
-22
/
+19
2017-03-07
sheepdog: Defuse time bomb in sd_open() error handling
Markus Armbruster
1
-10
/
+10
[next]