aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2017-07-18qemu-img: Check for backing image if specified during createJohn Snow
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell
2017-07-13block: Don't try to set *errp directlyEduardo Habkost
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-07-11block: add bdrv_measure() APIStefan Hajnoczi
2017-07-11block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy
2017-07-11block: add bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy
2017-07-11block: bdrv_close: release bitmaps after drv->bdrv_closeVladimir Sementsov-Ogievskiy
2017-07-11block: new bdrv_reopen_bitmaps_rw interfaceVladimir Sementsov-Ogievskiy
2017-07-11block: refactor bdrv_reopen_commitVladimir Sementsov-Ogievskiy
2017-07-11mirror: Fix inconsistent backing AioContext for after mirroringsochin.jiang
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini
2017-06-16block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini
2017-06-16block: access write_gen with atomicsPaolo Bonzini
2017-06-16block: access copy_on_read with atomic opsPaolo Bonzini
2017-05-29block/file-*: *_parse_filename() and colonsMax Reitz
2017-05-29block: Fix backing paths for filenames with colonsMax Reitz
2017-05-11block: Fix write/resize permissions for inactive imagesKevin Wolf
2017-05-11block: Inactivate parents before childrenKevin Wolf
2017-05-11block: Drop permissions when migration completesKevin Wolf
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-05-11block: Respect "force-share" in perm propagatingFam Zheng
2017-05-11block: Add, parse and store "force-share" optionFam Zheng
2017-05-11block: Make bdrv_perm_names publicFam Zheng
2017-05-09block: Simplify bdrv_append_temp_snapshot() logicEric Blake
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-05-08qobject: Drop useless QObject castsEric Blake
2017-04-28block: assert no image modification under BDRV_O_INACTIVEDenis V. Lunev
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-27block: An empty filename counts as no filenameMax Reitz
2017-04-27Revert "block/io: Comment out permission assertions"Max Reitz
2017-04-24block: use bdrv_can_set_read_only() during reopenJeff Cody
2017-04-24block: introduce bdrv_can_set_read_only()Jeff Cody
2017-04-24block: code movementJeff Cody
2017-04-24block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_onlyJeff Cody
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-04-24block: Make errp the last parameter of bdrv_img_createFam Zheng
2017-04-11block/io: Comment out permission assertionsMax Reitz
2017-04-11block: Introduce bdrv_coroutine_enterFam Zheng
2017-04-11block: Quiesce old aio context during bdrv_set_aio_contextFam Zheng
2017-04-07block: Assert attached child node has right aio contextFam Zheng
2017-04-03block: Document -drive problematic code and bugsMarkus Armbruster
2017-03-17block: quiesce AioContext when detaching from itPaolo Bonzini
2017-03-17block: Propagate error in bdrv_open_backing_fileFam Zheng
2017-03-17block: Always call bdrv_child_check_perm firstFam Zheng