summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: Add bdrv_child_refresh_perms()Max Reitz2019-06-181-0/+15
* block: drop bs->jobVladimir Sementsov-Ogievskiy2019-06-181-3/+0Star
* blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy2019-06-181-0/+9
* block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy2019-06-181-6/+6
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy2019-06-041-2/+2
* block: Remove bdrv_set_aio_context()Kevin Wolf2019-06-041-9/+0Star
* block: Adjust AioContexts when attaching nodesKevin Wolf2019-06-041-0/+1
* nvme: add Get/Set Feature Timestamp supportKenneth Heitke2019-06-041-0/+2
* block/linux-aio: Drop unused BlockAIOCB submission methodJulia Suvorova2019-06-041-3/+0Star
* block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy2019-06-041-1/+7
* block: Propagate AioContext change to parentsKevin Wolf2019-05-202-0/+3
* block: Make bdrv_attach/detach_aio_context() staticKevin Wolf2019-05-201-21/+0Star
* block: Add bdrv_try_set_aio_context()Kevin Wolf2019-05-202-0/+11
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell2019-05-131-1/+1
|\
| * Clean up decorations and whitespace around header guardsMarkus Armbruster2019-05-131-1/+1
* | block: Remove bdrv_read() and bdrv_write()Alberto Garcia2019-05-101-4/+0Star
|/
* qemu-nbd: Look up flag names in arrayMax Reitz2019-05-071-12/+26
* block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy2019-04-301-0/+16
* block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster2019-04-181-7/+3Star
* qsp: Simplify how qsp_report() printsMarkus Armbruster2019-04-181-0/+1
* file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf2019-03-261-0/+1
* block: Add BDRV_REQ_NO_FALLBACKKevin Wolf2019-03-261-1/+6
* Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-03-131-6/+18
|\
| * bitmaps: Fix typo in function nameEric Blake2019-03-121-2/+2
| * block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow2019-03-121-1/+12
| * block/dirty-bitmaps: add inconsistent bitJohn Snow2019-03-121-0/+2
| * block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow2019-03-121-3/+2Star
| * block/dirty-bitmaps: rename frozen predicate helperJohn Snow2019-03-121-1/+1
* | block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia2019-03-121-1/+1
* | block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia2019-03-121-0/+8
* | block: Allow changing the backing file on reopenAlberto Garcia2019-03-121-0/+2
* | block: Handle child references in bdrv_reopen_queue()Alberto Garcia2019-03-121-0/+1
* | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia2019-03-121-1/+2
* | block: Allow freezing BdrvChild linksAlberto Garcia2019-03-122-0/+11
|/
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell2019-03-091-2/+2
|\
| * nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange2019-03-061-1/+1
| * qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-061-1/+1
* | qcow2: Implement data-file-raw create optionKevin Wolf2019-03-081-0/+1
* | qcow2: Creating images with external data fileKevin Wolf2019-03-081-0/+1
* | block: iterate_format with account of whitelistingAndrey Shinkevich2019-03-081-1/+1
|/
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-1/+5
* block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz2019-02-251-0/+24
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+7
* block: Add bdrv_dirname()Max Reitz2019-02-252-0/+8
* block: bdrv_get_full_backing_filename's ret. val.Max Reitz2019-02-251-2/+1Star
* block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz2019-02-251-4/+3Star
* block: Make path_combine() return the pathMax Reitz2019-02-251-3/+1Star
* block: Add BDS.auto_backing_fileMax Reitz2019-02-251-0/+4
* block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-251-1/+0Star