summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell2019-03-091-2/+2
|\
| * nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange2019-03-061-1/+1
| * qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-061-1/+1
* | qcow2: Implement data-file-raw create optionKevin Wolf2019-03-081-0/+1
* | qcow2: Creating images with external data fileKevin Wolf2019-03-081-0/+1
* | block: iterate_format with account of whitelistingAndrey Shinkevich2019-03-081-1/+1
|/
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-1/+5
* block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz2019-02-251-0/+24
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+7
* block: Add bdrv_dirname()Max Reitz2019-02-252-0/+8
* block: bdrv_get_full_backing_filename's ret. val.Max Reitz2019-02-251-2/+1Star
* block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz2019-02-251-4/+3Star
* block: Make path_combine() return the pathMax Reitz2019-02-251-3/+1Star
* block: Add BDS.auto_backing_fileMax Reitz2019-02-251-0/+4
* block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-251-1/+0Star
* block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy2019-02-251-0/+5
* nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf2019-02-251-2/+2
* nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf2019-02-251-1/+2
* block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza2019-02-251-3/+0Star
* bdrv_query_image_info Error parameter addedAndrey Shinkevich2019-02-112-2/+4
* nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy2019-02-041-2/+30
* qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy2019-01-311-0/+1
* throttle-groups: fix restart coroutine iothread raceStefan Hajnoczi2019-01-241-0/+5
* nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake2019-01-211-0/+2
* nbd/client: Add nbd_receive_export_list()Eric Blake2019-01-211-2/+13
* nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake2019-01-211-1/+1
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-211-4/+4
* nbd/server: Favor [u]int64_t over off_tEric Blake2019-01-211-2/+2
* Revert "block/dirty-bitmap: Add bdrv_dirty_iter_next_area"Vladimir Sementsov-Ogievskiy2019-01-161-2/+0Star
* dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2019-01-161-0/+2
* dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy2019-01-161-1/+2
* nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake2019-01-141-6/+3Star
* nbd: Merge nbd_export_set_name into nbd_export_newEric Blake2019-01-141-2/+1Star
* nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy2019-01-051-0/+5
* block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia2018-12-141-2/+1Star
* block: Drop bdrv_reopen()Alberto Garcia2018-12-141-1/+0Star
* block: Add bdrv_reopen_set_read_only()Alberto Garcia2018-12-141-0/+2
* block/backup: drop unused synchronization interfaceVladimir Sementsov-Ogievskiy2018-12-141-13/+0Star
* block: Require auto-read-only for existing fallbacksKevin Wolf2018-11-051-1/+2
* block: Add auto-read-only optionKevin Wolf2018-11-051-0/+2
* dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy2018-10-291-1/+1
* block/dirty-bitmaps: add user_locked status checkerJohn Snow2018-10-291-0/+1
* dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy2018-10-291-1/+1
* dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy2018-10-291-1/+1
* qemu-timer: introduce timer attributesArtem Pisarenko2018-10-191-7/+52
* nbd: fix NBD_FLAG_SEND_CACHE valueDenis V. Lunev2018-10-041-1/+3
* nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy2018-10-031-2/+1Star
* block: Allow changing 'detect-zeroes' on reopenAlberto Garcia2018-10-011-0/+1
* block: Use a single global AioWaitKevin Wolf2018-09-254-29/+12Star
* aio-wait: Increase num_waiters even in home threadKevin Wolf2018-09-251-3/+3