summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-95/+170
2017-02-24block: Add bdrv_new_open_driver()Kevin Wolf1-1/+29
2017-02-24block: Factor out bdrv_open_driver()Kevin Wolf1-47/+65
2017-02-24block: Use BlockBackend for image probingKevin Wolf1-17/+19
2017-02-24block: Factor out bdrv_open_child_bs()Kevin Wolf1-24/+37
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf1-11/+24
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf1-1/+2
2017-02-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster1-2/+2
2017-02-12block: bdrv_invalidate_cache: invalidate children firstVladimir Sementsov-Ogievskiy1-6/+5
2017-02-12block: check full backing filename when searching protocol filenamesJeff Cody1-0/+13
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
2017-01-24block: remove dead checkPaolo Bonzini1-1/+1
2016-11-11block: Emit modules in bdrv_iterate_format()Max Reitz1-0/+18
2016-11-11block: Fix bdrv_iterate_format() sortingMax Reitz1-1/+1
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia1-1/+3
2016-10-31block: Pause all jobs during bdrv_reopen_multiple()Alberto Garcia1-1/+4
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini1-0/+2
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini1-2/+2
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf1-7/+0
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf1-1/+1
2016-09-29block: Move 'discard' option to bdrv_open_common()Kevin Wolf1-1/+16
2016-09-29block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf1-0/+33
2016-09-23block: Don't queue the same BDS twice in bdrv_reopen_queue_child()Alberto Garcia1-3/+19
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia1-3/+35
2016-09-23block: Update bs->open_flags earlier in bdrv_open_common()Alberto Garcia1-3/+2
2016-09-23block: Set BDRV_O_ALLOW_RDWR and snapshot_options before storing the flagsAlberto Garcia1-12/+11
2016-09-23block: Remove bdrv_is_snapshotAlberto Garcia1-5/+0
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari1-7/+55
2016-09-13block: unblock backup operations in backing fileWen Congyang1-0/+17
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf1-0/+2
2016-07-19block: remove extra condition in bdrv_can_write_zeroes_with_unmapDenis V. Lunev1-1/+1
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev1-0/+3
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-3/+4
2016-07-05block: Move bdrv_commit() to block/commit.cKevin Wolf1-110/+0
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-11/+11
2016-07-05block: Move request_alignment into BlockLimitEric Blake1-1/+1
2016-07-05block: Set default request_alignment during bdrv_refresh_limits()Eric Blake1-1/+0
2016-06-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell1-15/+5
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-15/+5
2016-06-20block: use safe iteration over AioContext notifiersStefan Hajnoczi1-10/+36
2016-06-16block/mirror: Fix target backing BDSMax Reitz1-8/+0
2016-06-16block: Allow replacement of a BDS by its overlayMax Reitz1-1/+15
2016-06-16block: Fix snapshot=on with aio=nativeKevin Wolf1-0/+4
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf1-2/+0
2016-06-16block: Don't enforce 512 byte minimum alignmentKevin Wolf1-1/+1
2016-06-08block: assert that bs->request_alignment is a power of 2Peter Lieven1-1/+1
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf1-21/+2
2016-05-25block: Propagate .drained_begin/end callbacksKevin Wolf1-1/+19
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf1-4/+14