aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-30blockdev: adds bdrv_parse_aio to use io_uringAarushi Mehta1-8/+4
2020-01-27blockdev: Return bs to the proper context on snapshot abortSergio Lopez1-0/+21
2020-01-27blockdev: Acquire AioContext on dirty bitmap functionsSergio Lopez1-4/+18
2020-01-27blockdev: honor bdrv_try_set_aio_context() context requirementsSergio Lopez1-8/+60
2020-01-27blockdev: unify qmp_blockdev_backup and blockdev-backup transaction pathsSergio Lopez1-47/+13
2020-01-27blockdev: unify qmp_drive_backup and drive-backup transaction pathsSergio Lopez1-124/+100
2020-01-27blockdev: fix coding style issues in drive_backup_prepareSergio Lopez1-3/+5
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-1/+1
2019-10-25blockdev: Use error_report() in hmp_commit()Kevin Wolf1-4/+3
2019-10-17dirty-bitmaps: remove deprecated autoload parameterJohn Snow1-6/+0
2019-10-17block/dirty-bitmap: add bs linkVladimir Sementsov-Ogievskiy1-3/+3
2019-10-17block/qcow2: proper locking on bitmap add/remove pathsVladimir Sementsov-Ogievskiy1-20/+7
2019-10-17block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy1-4/+3
2019-10-10block/backup: use backup-top instead of write notifiersVladimir Sementsov-Ogievskiy1-0/+1
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz1-3/+13
2019-08-16block/backup: deal with zero detectionVladimir Sementsov-Ogievskiy1-4/+4
2019-08-16block/backup: support bitmap sync modes for non-bitmap backupsJohn Snow1-0/+22
2019-08-16block/backup: hoist bitmap check into QMP interfaceJohn Snow1-0/+10
2019-08-16qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow1-6/+73
2019-08-16blockdev: reduce aio_context locked sections in bitmap add/removeVladimir Sementsov-Ogievskiy1-17/+13
2019-08-16block/backup: loosen restriction on readonly bitmapsJohn Snow1-1/+1
2019-08-16block/backup: Add mirror sync mode 'bitmap'John Snow1-2/+23
2019-08-16blockdev-backup: utilize do_backup_commonJohn Snow1-59/+6
2019-08-16drive-backup: create do_backup_commonJohn Snow1-45/+57
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-24blockdev: enable non-root nodes for transaction drive-backup sourceVladimir Sementsov-Ogievskiy1-1/+1
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy1-1/+1
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-9/+8
2019-06-14blockdev: Overlays are not snapshotsMax Reitz1-5/+5
2019-06-14blockdev-backup: don't check aio_context too earlyJohn Snow1-4/+0
2019-06-04blockdev: Use bdrv_try_set_aio_context() for monitor commandsKevin Wolf1-16/+28
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-2/+2
2019-06-04blockdev: fix missed target unref for drive-backupJohn Snow1-7/+6
2019-05-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-17/+33
2019-05-28qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy1-17/+33
2019-05-28blockdev: loosen restrictions on drive-backup source nodeJohn Snow1-1/+6
2019-04-18blockdev: Make -drive format=help print to stdoutMarkus Armbruster1-4/+5
2019-03-19blockdev: Check @replaces in blockdev_mirror_commonMax Reitz1-22/+33
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-43/+12
2019-03-12block: Add an 'x-blockdev-reopen' QMP commandAlberto Garcia1-0/+47
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy1-1/+1
2019-03-12bitmaps: Fix typo in function nameEric Blake1-2/+2
2019-03-12block/dirty-bitmaps: prohibit removing readonly bitmapsJohn Snow1-1/+2
2019-03-12block/dirty-bitmaps: prohibit readonly bitmaps for backupsJohn Snow1-2/+2
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow1-40/+9
2019-03-12blockdev: remove unused paio parameter documentationJohn Snow1-1/+0
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow1-9/+9
2019-03-12qapi: move to QOM path for x-block-latency-histogram-setVladimir Sementsov-Ogievskiy1-6/+6
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich1-1/+3