summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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