Age | Commit message (Expand) | Author |
2019-03-13 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell |
2019-03-12 | block: Remove the AioContext parameter from bdrv_reopen_multiple() | Alberto Garcia |
2019-03-12 | block: Add a 'mutable_opts' field to BlockDriver | Alberto Garcia |
2019-03-12 | block: Allow changing the backing file on reopen | Alberto Garcia |
2019-03-12 | block: Handle child references in bdrv_reopen_queue() | Alberto Garcia |
2019-03-12 | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue() | Alberto Garcia |
2019-03-12 | block: Allow freezing BdrvChild links | Alberto Garcia |
2019-03-12 | bitmaps: Fix typo in function name | Eric Blake |
2019-03-12 | block/dirty-bitmaps: add block_dirty_bitmap_check function | John Snow |
2019-03-12 | block/dirty-bitmaps: add inconsistent bit | John Snow |
2019-03-12 | block/dirty-bitmaps: unify qmp_locked and user_locked calls | John Snow |
2019-03-12 | block/dirty-bitmaps: rename frozen predicate helper | John Snow |
2019-03-09 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st... | Peter Maydell |
2019-03-08 | qcow2: Implement data-file-raw create option | Kevin Wolf |
2019-03-08 | qcow2: Creating images with external data file | Kevin Wolf |
2019-03-08 | block: iterate_format with account of whitelisting | Andrey Shinkevich |
2019-03-06 | nbd: allow authorization with nbd-server-start QMP command | Daniel P. Berrange |
2019-03-06 | qemu-nbd: add support for authorization of TLS clients | Daniel P. Berrange |
2019-02-25 | block: Purify .bdrv_refresh_filename() | Max Reitz |
2019-02-25 | block: Add BlockDriver.bdrv_gather_child_options | Max Reitz |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz |
2019-02-25 | block: Add bdrv_dirname() | Max Reitz |
2019-02-25 | block: bdrv_get_full_backing_filename's ret. val. | Max Reitz |
2019-02-25 | block: bdrv_get_full_backing_filename_from_...'s ret. val. | Max Reitz |
2019-02-25 | block: Make path_combine() return the path | Max Reitz |
2019-02-25 | block: Add BDS.auto_backing_file | Max Reitz |
2019-02-25 | block: Use bdrv_refresh_filename() to pull | Max Reitz |
2019-02-25 | block: fix bdrv_check_perm for non-tree subgraph | Vladimir Sementsov-Ogievskiy |
2019-02-25 | nbd: Use low-level QIOChannel API in nbd_read_eof() | Kevin Wolf |
2019-02-25 | nbd: Move nbd_read_eof() to nbd/client.c | Kevin Wolf |
2019-02-25 | block/snapshot: remove bdrv_snapshot_delete_by_id_or_name | Daniel Henrique Barboza |
2019-02-11 | bdrv_query_image_info Error parameter added | Andrey Shinkevich |
2019-02-04 | nbd: generalize usage of nbd_read | Vladimir Sementsov-Ogievskiy |
2019-01-31 | qapi: add x-debug-query-block-graph | Vladimir Sementsov-Ogievskiy |
2019-01-24 | throttle-groups: fix restart coroutine iothread race | Stefan Hajnoczi |
2019-01-21 | nbd/client: Add meta contexts to nbd_receive_export_list() | Eric Blake |
2019-01-21 | nbd/client: Add nbd_receive_export_list() | Eric Blake |
2019-01-21 | nbd/client: Change signature of nbd_negotiate_simple_meta_context() | Eric Blake |
2019-01-21 | nbd/client: Move export name into NBDExportInfo | Eric Blake |
2019-01-21 | nbd/server: Favor [u]int64_t over off_t | Eric Blake |
2019-01-15 | Revert "block/dirty-bitmap: Add bdrv_dirty_iter_next_area" | Vladimir Sementsov-Ogievskiy |
2019-01-15 | dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area | Vladimir Sementsov-Ogievskiy |
2019-01-15 | dirty-bitmap: improve bdrv_dirty_bitmap_next_zero | Vladimir Sementsov-Ogievskiy |
2019-01-14 | nbd: Merge nbd_export_bitmap into nbd_export_new | Eric Blake |
2019-01-14 | nbd: Merge nbd_export_set_name into nbd_export_new | Eric Blake |
2019-01-04 | nbd: publish _lookup functions | Vladimir Sementsov-Ogievskiy |
2018-12-14 | block: Remove flags parameter from bdrv_reopen_queue() | Alberto Garcia |
2018-12-14 | block: Drop bdrv_reopen() | Alberto Garcia |
2018-12-14 | block: Add bdrv_reopen_set_read_only() | Alberto Garcia |
2018-12-14 | block/backup: drop unused synchronization interface | Vladimir Sementsov-Ogievskiy |