summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy
2019-08-15block: implement BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy
2019-07-22block: Only the main loop can change AioContextsMax Reitz
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz
2019-07-19block: Make bdrv_parent_drained_[^_]*() staticMax Reitz
2019-07-19block: Introduce BdrvChild.parent_quiesce_counterMax Reitz
2019-07-15block: Add BDS.never_freezeMax Reitz
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich
2019-06-18block: Add bdrv_child_refresh_perms()Max Reitz
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-18block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke
2019-06-04block/linux-aio: Drop unused BlockAIOCB submission methodJulia Suvorova
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy
2019-05-20block: Propagate AioContext change to parentsKevin Wolf
2019-05-20block: Make bdrv_attach/detach_aio_context() staticKevin Wolf
2019-05-20block: Add bdrv_try_set_aio_context()Kevin Wolf
2019-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster
2019-05-10block: Remove bdrv_read() and bdrv_write()Alberto Garcia
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz
2019-04-30block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster
2019-03-26file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf
2019-03-26block: Add BDRV_REQ_NO_FALLBACKKevin Wolf
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia
2019-03-12bitmaps: Fix typo in function nameEric Blake
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow
2019-03-12block/dirty-bitmaps: add inconsistent bitJohn Snow
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow
2019-03-12block/dirty-bitmaps: rename frozen predicate helperJohn Snow
2019-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: Creating images with external data fileKevin Wolf
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich
2019-03-06nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange