index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blockdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
blockdev: Split off basic bitmap operations for qemu-img
Eric Blake
1
-284
/
+0
2020-05-19
blockdev: Promote several bitmap functions to non-static
Eric Blake
1
-28
/
+19
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
1
-5
/
+3
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
1
-1
/
+1
2020-04-30
qapi: Only input visitors can actually fail
Markus Armbruster
1
-14
/
+2
2020-04-07
job: take each job's lock individually in job_txn_apply
Stefan Reiter
1
-0
/
+9
2020-03-11
block: Fix cross-AioContext blockdev-snapshot
Kevin Wolf
1
-16
/
+0
2020-03-11
block: Relax restrictions for blockdev-snapshot
Kevin Wolf
1
-6
/
+8
2020-03-09
monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
Maxim Levitsky
1
-35
/
+8
2020-03-09
monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
Maxim Levitsky
1
-95
/
+1
2020-03-06
block: Move system emulator QMP commands to block/qapi-sysemu.c
Kevin Wolf
1
-559
/
+0
2020-02-20
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
1
-2
/
+6
2020-02-18
blockdev: Allow resizing everywhere
Max Reitz
1
-5
/
+0
2020-02-18
blockdev: Allow external snapshots everywhere
Max Reitz
1
-5
/
+0
2020-02-18
commit: Expose on-error option in QMP
Kevin Wolf
1
-4
/
+4
2020-01-30
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
1
-8
/
+4
2020-01-27
blockdev: Return bs to the proper context on snapshot abort
Sergio Lopez
1
-0
/
+21
2020-01-27
blockdev: Acquire AioContext on dirty bitmap functions
Sergio Lopez
1
-4
/
+18
2020-01-27
blockdev: honor bdrv_try_set_aio_context() context requirements
Sergio Lopez
1
-8
/
+60
2020-01-27
blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths
Sergio Lopez
1
-47
/
+13
2020-01-27
blockdev: unify qmp_drive_backup and drive-backup transaction paths
Sergio Lopez
1
-124
/
+100
2020-01-27
blockdev: fix coding style issues in drive_backup_prepare
Sergio Lopez
1
-3
/
+5
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-1
/
+1
2019-10-25
blockdev: Use error_report() in hmp_commit()
Kevin Wolf
1
-4
/
+3
2019-10-17
dirty-bitmaps: remove deprecated autoload parameter
John Snow
1
-6
/
+0
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2019-10-17
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
1
-20
/
+7
2019-10-17
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2019-10-10
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2019-08-19
mirror: Fix bdrv_has_zero_init() use
Max Reitz
1
-3
/
+13
2019-08-16
block/backup: deal with zero detection
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2019-08-16
block/backup: support bitmap sync modes for non-bitmap backups
John Snow
1
-0
/
+22
2019-08-16
block/backup: hoist bitmap check into QMP interface
John Snow
1
-0
/
+10
2019-08-16
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
1
-6
/
+73
2019-08-16
blockdev: reduce aio_context locked sections in bitmap add/remove
Vladimir Sementsov-Ogievskiy
1
-17
/
+13
2019-08-16
block/backup: loosen restriction on readonly bitmaps
John Snow
1
-1
/
+1
2019-08-16
block/backup: Add mirror sync mode 'bitmap'
John Snow
1
-2
/
+23
2019-08-16
blockdev-backup: utilize do_backup_common
John Snow
1
-59
/
+6
2019-08-16
drive-backup: create do_backup_common
John Snow
1
-45
/
+57
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-06-24
blockdev: enable non-root nodes for transaction drive-backup source
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-06-18
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-9
/
+8
2019-06-14
blockdev: Overlays are not snapshots
Max Reitz
1
-5
/
+5
2019-06-14
blockdev-backup: don't check aio_context too early
John Snow
1
-4
/
+0
2019-06-04
blockdev: Use bdrv_try_set_aio_context() for monitor commands
Kevin Wolf
1
-16
/
+28
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-2
/
+2
2019-06-04
blockdev: fix missed target unref for drive-backup
John Snow
1
-7
/
+6
2019-05-30
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
1
-17
/
+33
[next]