summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Don't queue the same BDS twice in bdrv_reopen_queue_child()Alberto Garcia2016-09-231-3/+19
* block: Add "read-only" to the options QDictAlberto Garcia2016-09-231-3/+35
* block: Update bs->open_flags earlier in bdrv_open_common()Alberto Garcia2016-09-231-3/+2Star
* block: Set BDRV_O_ALLOW_RDWR and snapshot_options before storing the flagsAlberto Garcia2016-09-231-12/+11Star
* block: Remove bdrv_is_snapshotAlberto Garcia2016-09-231-5/+0Star
* blockdev: Add dynamic module loading for block driversMarc Mari2016-09-201-7/+55
* block: unblock backup operations in backing fileWen Congyang2016-09-131-0/+17
* nbd-server: Use a separate BlockBackendKevin Wolf2016-09-051-0/+2
* block: remove extra condition in bdrv_can_write_zeroes_with_unmapDenis V. Lunev2016-07-191-1/+1
* block: ignore flush requests when storage is cleanEvgeny Yakovlev2016-07-191-0/+3
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-2/+2
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-3/+4
* block: Move bdrv_commit() to block/commit.cKevin Wolf2016-07-051-110/+0Star
* block: Use bool as appropriate for BDS membersEric Blake2016-07-051-11/+11
* block: Move request_alignment into BlockLimitEric Blake2016-07-051-1/+1
* block: Set default request_alignment during bdrv_refresh_limits()Eric Blake2016-07-051-1/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell2016-06-201-15/+5Star
|\
| * error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-15/+5Star
* | block: use safe iteration over AioContext notifiersStefan Hajnoczi2016-06-201-10/+36
|/
* block/mirror: Fix target backing BDSMax Reitz2016-06-161-8/+0Star
* block: Allow replacement of a BDS by its overlayMax Reitz2016-06-161-1/+15
* block: Fix snapshot=on with aio=nativeKevin Wolf2016-06-161-0/+4
* block: Remove bs->zero_beyond_eofKevin Wolf2016-06-161-2/+0Star
* block: Don't enforce 512 byte minimum alignmentKevin Wolf2016-06-161-1/+1
* block: assert that bs->request_alignment is a power of 2Peter Lieven2016-06-081-1/+1
* block: Cancel jobs first in bdrv_close_all()Kevin Wolf2016-05-251-21/+2Star
* block: Propagate .drained_begin/end callbacksKevin Wolf2016-05-251-1/+19
* block: Fix reconfiguring graph with drained nodesKevin Wolf2016-05-251-4/+14
* block: Introduce bdrv_replace_child()Kevin Wolf2016-05-251-6/+20
* block: Drop bdrv_parent_cb_...() from bdrv_close()Max Reitz2016-05-251-2/+0Star
* block: Assert !bs->refcnt in bdrv_close()Max Reitz2016-05-251-2/+1Star
* block: Make bdrv_open() return a BDSMax Reitz2016-05-251-94/+44Star
* block: Drop bdrv_new_root()Max Reitz2016-05-251-5/+0Star
* block: Let bdrv_open_inherit() return the snapshotMax Reitz2016-05-251-7/+40
* block: Drop useless bdrv_new() callMax Reitz2016-05-251-2/+1Star
* block: Fix bdrv_next() memory leakKevin Wolf2016-05-251-10/+8Star
* block: Propagate AioContext change to all childrenMax Reitz2016-05-191-10/+6Star
* block: Remove BlockDriverState.blkKevin Wolf2016-05-191-9/+1Star
* block: Avoid bs->blk in bdrv_next()Kevin Wolf2016-05-191-28/+12Star
* block: User BdrvChild callback for device nameKevin Wolf2016-05-191-2/+20
* block: Use BdrvChild callbacks for change_media/resizeKevin Wolf2016-05-191-13/+26
* Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf2016-05-191-6/+0Star
* block: Remove bdrv_move_feature_fields()Kevin Wolf2016-05-191-30/+0Star
* block: Decouple throttling from BlockDriverStateKevin Wolf2016-05-191-34/+0Star
* block: Move I/O throttling configuration functions to BlockBackendKevin Wolf2016-05-191-1/+1
* block: Move throttling fields from BDS to BBKevin Wolf2016-05-191-11/+11
* block: Make sure throttled BDSes always have a BBKevin Wolf2016-05-191-0/+14
* quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang2016-05-121-4/+4
* Add new block driver interface to add/delete a BDS's childWen Congyang2016-05-121-0/+49
* block: Inactivate all childrenFam Zheng2016-05-121-11/+36