aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2019-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: Creating images with external data fileKevin Wolf
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich
2019-03-06nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block: Add bdrv_dirname()Max Reitz
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz
2019-02-25block: Make path_combine() return the pathMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-25block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf
2019-02-25block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy
2019-01-24throttle-groups: fix restart coroutine iothread raceStefan Hajnoczi
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake
2019-01-15Revert "block/dirty-bitmap: Add bdrv_dirty_iter_next_area"Vladimir Sementsov-Ogievskiy
2019-01-15dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia
2018-12-14block: Drop bdrv_reopen()Alberto Garcia
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia
2018-12-14block/backup: drop unused synchronization interfaceVladimir Sementsov-Ogievskiy
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf
2018-11-05block: Add auto-read-only optionKevin Wolf
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-10-19qemu-timer: introduce timer attributesArtem Pisarenko
2018-10-04nbd: fix NBD_FLAG_SEND_CACHE valueDenis V. Lunev
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy
2018-10-01block: Allow changing 'detect-zeroes' on reopenAlberto Garcia
2018-09-25block: Use a single global AioWaitKevin Wolf
2018-09-25aio-wait: Increase num_waiters even in home threadKevin Wolf