aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2019-07-22block: Only the main loop can change AioContextsMax Reitz1-5/+3
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz2-1/+30
2019-07-19block: Make bdrv_parent_drained_[^_]*() staticMax Reitz1-18/+0
2019-07-19block: Introduce BdrvChild.parent_quiesce_counterMax Reitz2-0/+16
2019-07-15block: Add BDS.never_freezeMax Reitz1-0/+3
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich1-1/+2
2019-06-18block: Add bdrv_child_refresh_perms()Max Reitz1-0/+15
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy1-3/+0
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-0/+9
2019-06-18block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-6/+6
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy1-2/+2
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf1-9/+0
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf1-0/+1
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke1-0/+2
2019-06-04block/linux-aio: Drop unused BlockAIOCB submission methodJulia Suvorova1-3/+0
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy1-1/+7
2019-05-20block: Propagate AioContext change to parentsKevin Wolf2-0/+3
2019-05-20block: Make bdrv_attach/detach_aio_context() staticKevin Wolf1-21/+0
2019-05-20block: Add bdrv_try_set_aio_context()Kevin Wolf2-0/+11
2019-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell1-1/+1
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2019-05-10block: Remove bdrv_read() and bdrv_write()Alberto Garcia1-4/+0
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz1-12/+26
2019-04-30block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy1-0/+16
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster1-7/+3
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster1-0/+1
2019-03-26file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf1-0/+1
2019-03-26block: Add BDRV_REQ_NO_FALLBACKKevin Wolf1-1/+6
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-6/+18
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia1-1/+1
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia1-0/+8
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia1-0/+2
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia1-0/+1
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia1-1/+2
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia2-0/+11
2019-03-12bitmaps: Fix typo in function nameEric Blake1-2/+2
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow1-1/+12
2019-03-12block/dirty-bitmaps: add inconsistent bitJohn Snow1-0/+2
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow1-3/+2
2019-03-12block/dirty-bitmaps: rename frozen predicate helperJohn Snow1-1/+1
2019-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell1-2/+2
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf1-0/+1
2019-03-08qcow2: Creating images with external data fileKevin Wolf1-0/+1
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich1-1/+1
2019-03-06nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange1-1/+1
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange1-1/+1
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz1-1/+5
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz1-0/+24
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz1-0/+7