aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf
2016-09-29block: Move 'discard' option to bdrv_open_common()Kevin Wolf
2016-09-29block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf
2016-09-23block: Don't queue the same BDS twice in bdrv_reopen_queue_child()Alberto Garcia
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia
2016-09-23block: Update bs->open_flags earlier in bdrv_open_common()Alberto Garcia
2016-09-23block: Set BDRV_O_ALLOW_RDWR and snapshot_options before storing the flagsAlberto Garcia
2016-09-23block: Remove bdrv_is_snapshotAlberto Garcia
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari
2016-09-13block: unblock backup operations in backing fileWen Congyang
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf
2016-07-19block: remove extra condition in bdrv_can_write_zeroes_with_unmapDenis V. Lunev
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Move bdrv_commit() to block/commit.cKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05block: Set default request_alignment during bdrv_refresh_limits()Eric Blake
2016-06-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-20block: use safe iteration over AioContext notifiersStefan Hajnoczi
2016-06-16block/mirror: Fix target backing BDSMax Reitz
2016-06-16block: Allow replacement of a BDS by its overlayMax Reitz
2016-06-16block: Fix snapshot=on with aio=nativeKevin Wolf
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf
2016-06-16block: Don't enforce 512 byte minimum alignmentKevin Wolf
2016-06-08block: assert that bs->request_alignment is a power of 2Peter Lieven
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf
2016-05-25block: Propagate .drained_begin/end callbacksKevin Wolf
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf
2016-05-25block: Introduce bdrv_replace_child()Kevin Wolf
2016-05-25block: Drop bdrv_parent_cb_...() from bdrv_close()Max Reitz
2016-05-25block: Assert !bs->refcnt in bdrv_close()Max Reitz
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-25block: Drop bdrv_new_root()Max Reitz
2016-05-25block: Let bdrv_open_inherit() return the snapshotMax Reitz
2016-05-25block: Drop useless bdrv_new() callMax Reitz
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-19block: Propagate AioContext change to all childrenMax Reitz
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: User BdrvChild callback for device nameKevin Wolf
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf
2016-05-19Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf
2016-05-19block: Remove bdrv_move_feature_fields()Kevin Wolf
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf