aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-09-07Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...Peter Maydell
2017-09-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake
2017-09-06qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushingPavel Butsykin
2017-09-06block: add throttle block filter driverManos Pitsidianakis
2017-09-05block: convert ThrottleGroup to object with QOMManos Pitsidianakis
2017-09-05block: tidy ThrottleGroupMember initializationsManos Pitsidianakis
2017-09-05block: add aio_context field in ThrottleGroupMemberManos Pitsidianakis
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis
2017-09-05Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into...Peter Maydell
2017-09-05util: remove the obsolete non-blocking connectCao jin
2017-09-04qcow: Check failure of bdrv_getlength() and bdrv_truncate()Eric Blake
2017-09-04qcow: Change signature of get_cluster_offset()Eric Blake
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis
2017-09-04block: remove bdrv_truncate callback in blkdebugManos Pitsidianakis
2017-09-04block: remove unused bdrv_media_changedManos Pitsidianakis
2017-09-04qapi: drop the sentinel in enum arrayMarc-André Lureau
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04quorum: Use qapi_enum_parse() in quorum_open()Marc-André Lureau
2017-09-04block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()Marc-André Lureau
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell
2017-08-31Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-08-31vvfat: use DIV_ROUND_UPMarc-André Lureau
2017-08-31vpc: use DIV_ROUND_UPMarc-André Lureau
2017-08-31qcow2: use DIV_ROUND_UPMarc-André Lureau
2017-08-31dmg: use DIV_ROUND_UPMarc-André Lureau
2017-08-31vhdx: use QEMU_ALIGN_DOWNMarc-André Lureau
2017-08-30block/nbd-client: refactor request send/receiveVladimir Sementsov-Ogievskiy
2017-08-30block/nbd-client: rename nbd_recv_coroutines_enter_allVladimir Sementsov-Ogievskiy
2017-08-30block/nbd-client: get rid of ssize_tVladimir Sementsov-Ogievskiy
2017-08-30nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi
2017-08-30qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi
2017-08-30misc: Remove unused Error variablesAlberto Garcia
2017-08-23nbd-client: avoid spurious qio_channel_yield() re-entryStefan Hajnoczi
2017-08-23mirror: Mark target BB as "force allow inactivate"Fam Zheng
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng
2017-08-23block-backend: Refactor inactivate checkFam Zheng
2017-08-23fix build failure in nbd_read_reply_entry()Igor Mammedov
2017-08-15nbd-client: Fix regression when server sends garbageEric Blake
2017-08-15block-backend: Defer shared_perm tightening migration completionFam Zheng
2017-08-11file-posix: Do runtime check for ofd lock APIFam Zheng
2017-08-11qcow2: Check failure of bdrv_getlength()Eric Blake
2017-08-11qcow2: Drop debugging dump_refcounts()Eric Blake
2017-08-11vpc: Check failure of bdrv_getlength()Eric Blake
2017-08-08block/nfs: fix mutex assertion in nfs_file_close()Jeff Cody
2017-08-08parallels: drop check that bdrv_truncate() is workingDenis V. Lunev
2017-08-08parallels: respect error code of bdrv_getlength() in allocate_clusters()Denis V. Lunev