aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2019-06-24blockdev: enable non-root nodes for transaction drive-backup sourceVladimir Sementsov-Ogievskiy
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-14blockdev: Overlays are not snapshotsMax Reitz
2019-06-14blockdev-backup: don't check aio_context too earlyJohn Snow
2019-06-04blockdev: Use bdrv_try_set_aio_context() for monitor commandsKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04blockdev: fix missed target unref for drive-backupJohn Snow
2019-05-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-05-28qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy
2019-05-28blockdev: loosen restrictions on drive-backup source nodeJohn Snow
2019-04-18blockdev: Make -drive format=help print to stdoutMarkus Armbruster
2019-03-19blockdev: Check @replaces in blockdev_mirror_commonMax Reitz
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-03-12block: Add an 'x-blockdev-reopen' QMP commandAlberto Garcia
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-12bitmaps: Fix typo in function nameEric Blake
2019-03-12block/dirty-bitmaps: prohibit removing readonly bitmapsJohn Snow
2019-03-12block/dirty-bitmaps: prohibit readonly bitmaps for backupsJohn Snow
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow
2019-03-12blockdev: remove unused paio parameter documentationJohn Snow
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow
2019-03-12qapi: move to QOM path for x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-19blockdev: acquire aio_context for bitmap add/removeJohn Snow
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy
2019-01-14block: remove 'x' prefix from experimental bitmap APIsJohn Snow
2019-01-14blockdev: n-ary bitmap mergeJohn Snow
2019-01-14blockdev: abort transactions in reverse orderJohn Snow
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-11qemu/queue.h: do not access tqe_prev directlyPaolo Bonzini
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster
2018-12-14block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()Alberto Garcia
2018-11-12blockdev: Consistently use snapshot_node_name in external_snapshot_prepare()Peter Maydell
2018-11-12blockdev: handle error on block latency histogram set errorzhenwei pi
2018-11-05block: Make auto-read-only=on default for -driveKevin Wolf
2018-11-05block: Add auto-read-only optionKevin Wolf
2018-10-29block/backup: prohibit backup from using in use bitmapsJohn Snow
2018-10-29block/dirty-bitmaps: prohibit enable/disable on locked/frozen bitmapsJohn Snow
2018-10-29block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow
2018-10-29qapi: add transaction support for x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy
2018-10-29blockdev: rename block-dirty-bitmap-clear transaction handlersVladimir Sementsov-Ogievskiy
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-29dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-10-29blockdev-backup: add bitmap argumentJohn Snow
2018-10-19blockdev: Convert drive_new() to ErrorMarkus Armbruster