summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Update open_flags after ->inactivate() callbackStefan Hajnoczi2017-08-231-4/+3Star
* block: Set BDRV_O_ALLOW_RDWR during rw reopenKevin Wolf2017-08-081-1/+4
* block: Allow reopen rw without BDRV_O_ALLOW_RDWRKevin Wolf2017-08-081-4/+7
* block: Fix order in bdrv_replace_child()Kevin Wolf2017-08-081-2/+2
* block: fix leaks in bdrv_open_driver()Manos Pitsidianakis2017-08-011-11/+11
* block: fix dangling bs->explicit_options in block.cManos Pitsidianakis2017-08-011-0/+2
* block: Skip implicit nodes in query-block/blockstatsKevin Wolf2017-07-241-13/+0Star
* qemu-img: Check for backing image if specified during createJohn Snow2017-07-181-42/+52
* 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