summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Add Error parameter to bdrv_append()Kevin Wolf2017-02-281-6/+17
* block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf2017-02-281-7/+23
* block: Assertions for resize permissionKevin Wolf2017-02-281-0/+3
* block: Allow backing file links in change_parent_backing_link()Kevin Wolf2017-02-281-4/+3Star
* block: BdrvChildRole.attach/detach() callbacksKevin Wolf2017-02-281-35/+60
* block: Fix pending requests check in bdrv_append()Kevin Wolf2017-02-281-2/+2
* block: Add BdrvChildRole.stay_at_nodeKevin Wolf2017-02-281-0/+3
* block: Include details on permission errors in messageKevin Wolf2017-02-281-11/+56
* block: Add BdrvChildRole.get_parent_desc()Kevin Wolf2017-02-281-0/+9
* block: Add error parameter to blk_insert_bs()Kevin Wolf2017-02-281-1/+4
* block: Add permissions to blk_new()Kevin Wolf2017-02-281-1/+1
* block: Request real permissions in bdrv_attach_child()Kevin Wolf2017-02-281-2/+8
* block: Require .bdrv_child_perm() with child nodesKevin Wolf2017-02-281-2/+4
* vvfat: Implement .bdrv_child_perm()Kevin Wolf2017-02-281-1/+1
* block: Default .bdrv_child_perm() for format driversKevin Wolf2017-02-281-0/+44
* block: Default .bdrv_child_perm() for filter driversKevin Wolf2017-02-281-0/+23
* block: Involve block drivers in permission grantingKevin Wolf2017-02-281-4/+202
* block: Let callers request permissions when attaching a child nodeKevin Wolf2017-02-281-8/+58
* block: Add Error argument to bdrv_attach_child()Kevin Wolf2017-02-281-3/+13
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-02-261-95/+170
|\
| * block: Add bdrv_new_open_driver()Kevin Wolf2017-02-241-1/+29
| * block: Factor out bdrv_open_driver()Kevin Wolf2017-02-241-47/+65
| * block: Use BlockBackend for image probingKevin Wolf2017-02-241-17/+19
| * block: Factor out bdrv_open_child_bs()Kevin Wolf2017-02-241-24/+37
| * block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-11/+24
| * block: Pass BdrvChild to bdrv_truncate()Kevin Wolf2017-02-241-1/+2
* | Don't check qobject_type() before qobject_to_qdict()Markus Armbruster2017-02-221-2/+2
|/
* block: bdrv_invalidate_cache: invalidate children firstVladimir Sementsov-Ogievskiy2017-02-121-6/+5Star
* block: check full backing filename when searching protocol filenamesJeff Cody2017-02-121-0/+13
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+1
* block: remove dead checkPaolo Bonzini2017-01-241-1/+1
* block: Emit modules in bdrv_iterate_format()Max Reitz2016-11-111-0/+18
* block: Fix bdrv_iterate_format() sortingMax Reitz2016-11-111-1/+1
* block: Support streaming to an intermediate layerAlberto Garcia2016-10-311-1/+3
* block: Pause all jobs during bdrv_reopen_multiple()Alberto Garcia2016-10-311-1/+4
* block: only call aio_poll on the current thread's AioContextPaolo Bonzini2016-10-281-0/+2
* block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini2016-10-281-2/+2
* block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf2016-10-071-7/+0Star
* block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf2016-10-071-1/+1
* block: Move 'discard' option to bdrv_open_common()Kevin Wolf2016-09-291-1/+16
* block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf2016-09-291-0/+33
* 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