Age | Commit message (Expand) | Author | Files | Lines |
2017-08-08 | block: Set BDRV_O_ALLOW_RDWR during rw reopen | Kevin Wolf | 1 | -1/+4 |
2017-08-08 | block: Allow reopen rw without BDRV_O_ALLOW_RDWR | Kevin Wolf | 1 | -4/+7 |
2017-08-08 | block: Fix order in bdrv_replace_child() | Kevin Wolf | 1 | -2/+2 |
2017-08-01 | block: fix leaks in bdrv_open_driver() | Manos Pitsidianakis | 1 | -11/+11 |
2017-08-01 | block: fix dangling bs->explicit_options in block.c | Manos Pitsidianakis | 1 | -0/+2 |
2017-07-24 | block: Skip implicit nodes in query-block/blockstats | Kevin Wolf | 1 | -13/+0 |
2017-07-18 | qemu-img: Check for backing image if specified during create | John Snow | 1 | -42/+52 |
2017-07-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell | 1 | -5/+3 |
2017-07-13 | block: Don't try to set *errp directly | Eduardo Habkost | 1 | -5/+3 |
2017-07-11 | block: Add PreallocMode to bdrv_truncate() | Max Reitz | 1 | -2/+3 |
2017-07-11 | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz | 1 | -1/+1 |
2017-07-11 | block: add bdrv_measure() API | Stefan Hajnoczi | 1 | -0/+35 |
2017-07-11 | block: release persistent bitmaps on inactivate | Vladimir Sementsov-Ogievskiy | 1 | -0/+4 |
2017-07-11 | block: add bdrv_can_store_new_dirty_bitmap | Vladimir Sementsov-Ogievskiy | 1 | -0/+22 |
2017-07-11 | block: bdrv_close: release bitmaps after drv->bdrv_close | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2017-07-11 | block: new bdrv_reopen_bitmaps_rw interface | Vladimir Sementsov-Ogievskiy | 1 | -0/+19 |
2017-07-11 | block: refactor bdrv_reopen_commit | Vladimir Sementsov-Ogievskiy | 1 | -6/+8 |
2017-07-11 | mirror: Fix inconsistent backing AioContext for after mirroring | sochin.jiang | 1 | -0/+1 |
2017-07-11 | block: remove all encryption handling APIs | Daniel P. Berrange | 1 | -76/+1 |
2017-06-16 | block: introduce dirty_bitmap_mutex | Paolo Bonzini | 1 | -0/+1 |
2017-06-16 | block: protect tracked_requests and flush_queue with reqs_lock | Paolo Bonzini | 1 | -0/+1 |
2017-06-16 | block: access write_gen with atomics | Paolo Bonzini | 1 | -1/+1 |
2017-06-16 | block: access copy_on_read with atomic ops | Paolo Bonzini | 1 | -2/+4 |
2017-05-29 | block/file-*: *_parse_filename() and colons | Max Reitz | 1 | -0/+35 |
2017-05-29 | block: Fix backing paths for filenames with colons | Max Reitz | 1 | -5/+10 |
2017-05-11 | block: Fix write/resize permissions for inactive images | Kevin Wolf | 1 | -2/+33 |
2017-05-11 | block: Inactivate parents before children | Kevin Wolf | 1 | -7/+18 |
2017-05-11 | block: Drop permissions when migration completes | Kevin Wolf | 1 | -1/+11 |
2017-05-11 | block: New BdrvChildRole.activate() for blk_resume_after_migration() | Kevin Wolf | 1 | -1/+11 |
2017-05-11 | block: Respect "force-share" in perm propagating | Fam Zheng | 1 | -8/+24 |
2017-05-11 | block: Add, parse and store "force-share" option | Fam Zheng | 1 | -0/+17 |
2017-05-11 | block: Make bdrv_perm_names public | Fam Zheng | 1 | -1/+1 |
2017-05-09 | block: Simplify bdrv_append_temp_snapshot() logic | Eric Blake | 1 | -10/+7 |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 1 | -26/+19 |
2017-05-08 | qobject: Drop useless QObject casts | Eric Blake | 1 | -8/+4 |
2017-04-28 | block: assert no image modification under BDRV_O_INACTIVE | Denis V. Lunev | 1 | -0/+2 |
2017-04-28 | block: Add .bdrv_truncate() error messages | Max Reitz | 1 | -2/+0 |
2017-04-28 | block: Add errp to BD.bdrv_truncate() | Max Reitz | 1 | -2/+2 |
2017-04-28 | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 1 | -4/+12 |
2017-04-27 | block: An empty filename counts as no filename | Max Reitz | 1 | -1/+1 |
2017-04-27 | Revert "block/io: Comment out permission assertions" | Max Reitz | 1 | -5/+1 |
2017-04-24 | block: use bdrv_can_set_read_only() during reopen | Jeff Cody | 1 | -6/+8 |
2017-04-24 | block: introduce bdrv_can_set_read_only() | Jeff Cody | 1 | -1/+13 |
2017-04-24 | block: code movement | Jeff Cody | 1 | -5/+5 |
2017-04-24 | block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_only | Jeff Cody | 1 | -0/+7 |
2017-04-24 | block: do not set BDS read_only if copy_on_read enabled | Jeff Cody | 1 | -1/+9 |
2017-04-24 | block: add bdrv_set_read_only() helper function | Jeff Cody | 1 | -0/+5 |
2017-04-24 | block: Make errp the last parameter of bdrv_img_create | Fam Zheng | 1 | -2/+2 |
2017-04-11 | block/io: Comment out permission assertions | Max Reitz | 1 | -1/+5 |
2017-04-11 | block: Introduce bdrv_coroutine_enter | Fam Zheng | 1 | -0/+5 |