summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-03-28rbd: Fix bugs around -drive parameter "server"Markus Armbruster1-95/+32
2017-03-28rbd: Revert -blockdev and -drive parameter auth-supportedMarkus Armbruster1-28/+3
2017-03-28rbd: Clean up qemu_rbd_create()'s detour through QemuOptsMarkus Armbruster1-15/+5
2017-03-28rbd: Clean up runtime_opts, fix -drive to reject filenameMarkus Armbruster1-14/+24
2017-03-28rbd: Don't accept -drive driver=rbd, keyvalue-pairs=...Markus Armbruster1-4/+8
2017-03-28rbd: Clean up after the previous commitMarkus Armbruster1-15/+9
2017-03-28rbd: Don't limit length of parameter valuesMarkus Armbruster1-77/+14
2017-03-28rbd: Fix to cleanly reject -drive without pool or imageMarkus Armbruster1-3/+7
2017-03-28parallels: wrong call to bdrv_truncateDenis V. Lunev1-1/+2
2017-03-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-4/+0
2017-03-27block/file-posix.c: Fix unused variable warning on OpenBSDPeter Maydell1-14/+14
2017-03-27file-posix: Make bdrv_flush() failure permanent without O_DIRECTKevin Wolf1-0/+22
2017-03-27nbd-client: fix handling of hungup connectionsPaolo Bonzini1-6/+6
2017-03-27nbd: drop unused NBDClientSession.is_unix fieldStefan Hajnoczi2-4/+0
2017-03-24trace: Fix backwards mirror_yield parametersEric Blake1-2/+3
2017-03-23Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-2/+22
2017-03-22block-backend: add drained_begin / drained_end opsJohn Snow1-2/+22
2017-03-21parallels: fix default options parsingEdgar Kaziahmedov1-1/+1
2017-03-17curl: fix compilation on OpenBSDPaolo Bonzini1-1/+1
2017-03-17block: Always call bdrv_child_check_perm firstFam Zheng1-2/+4
2017-03-17file-posix: Don't leak fd in hdev_get_max_segmentsFam Zheng1-0/+3
2017-03-17replication: clarify permissionsChanglong Xie1-1/+13
2017-03-17file-posix: clean up max_segments buffer terminationStefan Hajnoczi1-1/+1
2017-03-13commit: Implement .bdrv_refresh_filenameKevin Wolf1-0/+8
2017-03-13mirror: Implement .bdrv_refresh_filenameKevin Wolf1-0/+9
2017-03-13commit: Implement bdrv_commit_top.bdrv_co_get_block_statusKevin Wolf1-4/+16
2017-03-13block: Request block status from *file for BDRV_BLOCK_RAWKevin Wolf1-1/+1
2017-03-13vvfat: React to bdrv_is_allocated() errorsEric Blake1-3/+19
2017-03-13backup: React to bdrv_is_allocated() errorsEric Blake1-4/+10
2017-03-13block: Drop unmaintained 'archipelago' driverEric Blake2-1081/+0
2017-03-13file-posix: Consider max_segments for BlockLimits.max_transferFam Zheng1-0/+47
2017-03-13backup: allow target without .bdrv_get_infoVladimir Sementsov-Ogievskiy1-1/+11
2017-03-07commit: Don't use error_abort in commit_startFam Zheng1-2/+14
2017-03-07block: Don't use error_abort in blk_new_openFam Zheng1-1/+6
2017-03-07qapi-schema: Rename SocketAddressFlat's variant tcp to inetMarkus Armbruster1-28/+31
2017-03-07qapi-schema: Rename GlusterServer to SocketAddressFlatMarkus Armbruster1-19/+19
2017-03-07gluster: Plug memory leaks in qemu_gluster_parse_json()Markus Armbruster1-11/+11
2017-03-07gluster: Don't duplicate qapi-util.c's qapi_enum_parse()Markus Armbruster1-21/+9
2017-03-07gluster: Drop assumptions on SocketTransport namesMarkus Armbruster1-4/+2
2017-03-07sheepdog: Implement bdrv_parse_filename()Markus Armbruster1-56/+174
2017-03-07sheepdog: Use SocketAddress and socket_connect()Markus Armbruster1-23/+30
2017-03-07sheepdog: Report errors in pseudo-filename more usefullyMarkus Armbruster1-29/+59
2017-03-07sheepdog: Don't truncate long VDI name in _open(), _create()Markus Armbruster1-1/+4
2017-03-07sheepdog: Fix snapshot ID parsing in _open(), _create, _goto()Markus Armbruster1-11/+55
2017-03-07sheepdog: Mark sd_snapshot_delete() lossage FIXMEMarkus Armbruster1-0/+10
2017-03-07sheepdog: Fix error handling sd_create()Markus Armbruster1-4/+2
2017-03-07sheepdog: Fix error handling in sd_snapshot_delete()Markus Armbruster1-22/+19
2017-03-07sheepdog: Defuse time bomb in sd_open() error handlingMarkus Armbruster1-10/+10
2017-03-07block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf1-6/+9
2017-03-07mirror: Fix error path for dirty bitmap creationKevin Wolf1-4/+1