index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blockdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
2020-01-30
1
-8
/
+4
*
blockdev: Return bs to the proper context on snapshot abort
Sergio Lopez
2020-01-27
1
-0
/
+21
*
blockdev: Acquire AioContext on dirty bitmap functions
Sergio Lopez
2020-01-27
1
-4
/
+18
*
blockdev: honor bdrv_try_set_aio_context() context requirements
Sergio Lopez
2020-01-27
1
-8
/
+60
*
blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths
Sergio Lopez
2020-01-27
1
-47
/
+13
*
blockdev: unify qmp_drive_backup and drive-backup transaction paths
Sergio Lopez
2020-01-27
1
-124
/
+100
*
blockdev: fix coding style issues in drive_backup_prepare
Sergio Lopez
2020-01-27
1
-3
/
+5
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-1
/
+1
*
blockdev: Use error_report() in hmp_commit()
Kevin Wolf
2019-10-25
1
-4
/
+3
*
dirty-bitmaps: remove deprecated autoload parameter
John Snow
2019-10-17
1
-6
/
+0
*
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-3
/
+3
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-20
/
+7
*
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-4
/
+3
*
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+1
*
mirror: Fix bdrv_has_zero_init() use
Max Reitz
2019-08-19
1
-3
/
+13
*
block/backup: deal with zero detection
Vladimir Sementsov-Ogievskiy
2019-08-17
1
-4
/
+4
*
block/backup: support bitmap sync modes for non-bitmap backups
John Snow
2019-08-17
1
-0
/
+22
*
block/backup: hoist bitmap check into QMP interface
John Snow
2019-08-16
1
-0
/
+10
*
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
2019-08-16
1
-6
/
+73
*
blockdev: reduce aio_context locked sections in bitmap add/remove
Vladimir Sementsov-Ogievskiy
2019-08-16
1
-17
/
+13
*
block/backup: loosen restriction on readonly bitmaps
John Snow
2019-08-16
1
-1
/
+1
*
block/backup: Add mirror sync mode 'bitmap'
John Snow
2019-08-16
1
-2
/
+23
*
blockdev-backup: utilize do_backup_common
John Snow
2019-08-16
1
-59
/
+6
*
drive-backup: create do_backup_common
John Snow
2019-08-16
1
-45
/
+57
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
blockdev: enable non-root nodes for transaction drive-backup source
Vladimir Sementsov-Ogievskiy
2019-06-24
1
-1
/
+1
*
block: drop bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
1
-1
/
+1
*
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
1
-9
/
+8
*
blockdev: Overlays are not snapshots
Max Reitz
2019-06-14
1
-5
/
+5
*
blockdev-backup: don't check aio_context too early
John Snow
2019-06-14
1
-4
/
+0
*
blockdev: Use bdrv_try_set_aio_context() for monitor commands
Kevin Wolf
2019-06-04
1
-16
/
+28
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-2
/
+2
*
blockdev: fix missed target unref for drive-backup
John Snow
2019-06-04
1
-7
/
+6
*
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2019-05-30
1
-17
/
+33
|
\
|
*
qapi: support external bitmaps in block-dirty-bitmap-merge
Vladimir Sementsov-Ogievskiy
2019-05-29
1
-17
/
+33
*
|
blockdev: loosen restrictions on drive-backup source node
John Snow
2019-05-28
1
-1
/
+6
|
/
*
blockdev: Make -drive format=help print to stdout
Markus Armbruster
2019-04-18
1
-4
/
+5
*
blockdev: Check @replaces in blockdev_mirror_common
Max Reitz
2019-03-19
1
-22
/
+33
*
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2019-03-13
1
-43
/
+12
|
\
|
*
bitmaps: Fix typo in function name
Eric Blake
2019-03-12
1
-2
/
+2
|
*
block/dirty-bitmaps: prohibit removing readonly bitmaps
John Snow
2019-03-12
1
-1
/
+2
|
*
block/dirty-bitmaps: prohibit readonly bitmaps for backups
John Snow
2019-03-12
1
-2
/
+2
|
*
block/dirty-bitmaps: add block_dirty_bitmap_check function
John Snow
2019-03-12
1
-40
/
+9
|
*
blockdev: remove unused paio parameter documentation
John Snow
2019-03-12
1
-1
/
+0
|
*
block/dirty-bitmaps: unify qmp_locked and user_locked calls
John Snow
2019-03-12
1
-9
/
+9
*
|
block: Add an 'x-blockdev-reopen' QMP command
Alberto Garcia
2019-03-12
1
-0
/
+47
*
|
qapi: drop x- from x-block-latency-histogram-set
Vladimir Sementsov-Ogievskiy
2019-03-12
1
-1
/
+1
*
|
qapi: move to QOM path for x-block-latency-histogram-set
Vladimir Sementsov-Ogievskiy
2019-03-12
1
-6
/
+6
|
/
*
block: iterate_format with account of whitelisting
Andrey Shinkevich
2019-03-08
1
-1
/
+3
[next]