summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-141-5/+3Star
|\
| * block: Don't try to set *errp directlyEduardo Habkost2017-07-131-5/+3Star
* | block: Add PreallocMode to bdrv_truncate()Max Reitz2017-07-111-2/+3
* | block: Add PreallocMode to BD.bdrv_truncate()Max Reitz2017-07-111-1/+1
* | block: add bdrv_measure() APIStefan Hajnoczi2017-07-111-0/+35
* | block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy2017-07-111-0/+4
* | block: add bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-111-0/+22
* | block: bdrv_close: release bitmaps after drv->bdrv_closeVladimir Sementsov-Ogievskiy2017-07-111-3/+3
* | block: new bdrv_reopen_bitmaps_rw interfaceVladimir Sementsov-Ogievskiy2017-07-111-0/+19
* | block: refactor bdrv_reopen_commitVladimir Sementsov-Ogievskiy2017-07-111-6/+8
* | mirror: Fix inconsistent backing AioContext for after mirroringsochin.jiang2017-07-111-0/+1
* | block: remove all encryption handling APIsDaniel P. Berrange2017-07-111-76/+1Star
|/
* block: introduce dirty_bitmap_mutexPaolo Bonzini2017-06-161-0/+1
* block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini2017-06-161-0/+1
* block: access write_gen with atomicsPaolo Bonzini2017-06-161-1/+1
* block: access copy_on_read with atomic opsPaolo Bonzini2017-06-161-2/+4
* block/file-*: *_parse_filename() and colonsMax Reitz2017-05-291-0/+35
* block: Fix backing paths for filenames with colonsMax Reitz2017-05-291-5/+10
* block: Fix write/resize permissions for inactive imagesKevin Wolf2017-05-111-2/+33
* block: Inactivate parents before childrenKevin Wolf2017-05-111-7/+18
* block: Drop permissions when migration completesKevin Wolf2017-05-111-1/+11
* block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf2017-05-111-1/+11
* block: Respect "force-share" in perm propagatingFam Zheng2017-05-111-8/+24
* block: Add, parse and store "force-share" optionFam Zheng2017-05-111-0/+17
* block: Make bdrv_perm_names publicFam Zheng2017-05-111-1/+1
* block: Simplify bdrv_append_temp_snapshot() logicEric Blake2017-05-091-10/+7Star
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-26/+19Star
* qobject: Drop useless QObject castsEric Blake2017-05-081-8/+4Star
* block: assert no image modification under BDRV_O_INACTIVEDenis V. Lunev2017-04-281-0/+2
* block: Add .bdrv_truncate() error messagesMax Reitz2017-04-281-2/+0Star
* block: Add errp to BD.bdrv_truncate()Max Reitz2017-04-281-2/+2
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-281-4/+12
* block: An empty filename counts as no filenameMax Reitz2017-04-271-1/+1
* Revert "block/io: Comment out permission assertions"Max Reitz2017-04-271-5/+1Star
* block: use bdrv_can_set_read_only() during reopenJeff Cody2017-04-241-6/+8
* block: introduce bdrv_can_set_read_only()Jeff Cody2017-04-241-1/+13
* block: code movementJeff Cody2017-04-241-5/+5
* block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_onlyJeff Cody2017-04-241-0/+7
* block: do not set BDS read_only if copy_on_read enabledJeff Cody2017-04-241-1/+9
* block: add bdrv_set_read_only() helper functionJeff Cody2017-04-241-0/+5
* block: Make errp the last parameter of bdrv_img_createFam Zheng2017-04-241-2/+2
* block/io: Comment out permission assertionsMax Reitz2017-04-111-1/+5
* block: Introduce bdrv_coroutine_enterFam Zheng2017-04-111-0/+5
* block: Quiesce old aio context during bdrv_set_aio_contextFam Zheng2017-04-111-2/+5
* block: Assert attached child node has right aio contextFam Zheng2017-04-071-0/+4
* block: Document -drive problematic code and bugsMarkus Armbruster2017-04-031-3/+45
* block: quiesce AioContext when detaching from itPaolo Bonzini2017-03-171-0/+7
* block: Propagate error in bdrv_open_backing_fileFam Zheng2017-03-171-0/+1
* block: Always call bdrv_child_check_perm firstFam Zheng2017-03-171-4/+9
* block: Refresh filename after changing backing fileKevin Wolf2017-03-131-0/+2