summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
...
* hw/block/nvme: add temperature threshold featureKlaus Jensen2020-09-021-1/+4
* hw/block/nvme: bump spec data structures to v1.3Klaus Jensen2020-09-021-17/+141
* hw/block/nvme: Align I/O BAR to 4 KiBPhilippe Mathieu-Daudé2020-09-021-0/+2
* hw/block/nvme: Fix pmrmsc register sizePhilippe Mathieu-Daudé2020-09-021-1/+1
* hw/block/nvme: Use QEMU_PACKED on hardware/packet structuresPhilippe Mathieu-Daudé2020-09-021-19/+19
* throttle-groups: Move ThrottleGroup typedef to headerEduardo Habkost2020-08-271-0/+1
* qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-251-0/+1
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-2/+2
* file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf2020-07-141-0/+1
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+1
* block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-062-6/+11
* block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy2020-07-061-1/+0Star
* block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2020-07-061-6/+15
* block/amend: separate amend and create options for qemu-imgMaxim Levitsky2020-07-061-0/+4
* block/amend: add 'force' optionMaxim Levitsky2020-07-062-0/+2
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-2/+2
* hw/block/nvme: use constants in identifyKlaus Jensen2020-06-171-0/+8
* block/dirty-bitmap: add bdrv_has_named_bitmaps helperVladimir Sementsov-Ogievskiy2020-05-281-0/+1
* blockdev: Promote several bitmap functions to non-staticEric Blake2020-05-191-0/+12
* block: Make it easier to learn which BDS support bitmapsEric Blake2020-05-192-0/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-05-191-0/+3
|\
| * aio-posix: disable fdmon-io_uring when GSource is usedStefan Hajnoczi2020-05-181-0/+3
* | block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-3/+1Star
* | block: Drop child_fileMax Reitz2020-05-181-1/+0Star
* | block: Drop bdrv_format_default_perms()Max Reitz2020-05-181-11/+0Star
* | block: Make bdrv_filter_default_perms() staticMax Reitz2020-05-181-10/+0Star
* | block: Drop child_backingMax Reitz2020-05-181-1/+0Star
* | block: Drop child_formatMax Reitz2020-05-181-1/+0Star
* | block: Add bdrv_default_perms()Max Reitz2020-05-181-0/+11
* | block: Add child_of_bdsMax Reitz2020-05-181-0/+1
* | block: Pass parent_is_format to .inherit_options()Max Reitz2020-05-181-1/+1
* | block: Pass BdrvChildRole to .inherit_options()Max Reitz2020-05-181-1/+2
* | block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-1/+4
* | block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-182-0/+4
* | block: Add BdrvChildRole and BdrvChildRoleBitsMax Reitz2020-05-181-0/+56
* | block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-182-14/+14
* | block: Add BlockDriver.is_formatMax Reitz2020-05-181-0/+7
* | block: Add bdrv_make_empty()Max Reitz2020-05-181-0/+1
|/
* qcow2: introduce compression type featureDenis Plotnikov2020-05-131-0/+1
* block: Drop unused .bdrv_has_zero_init_truncateEric Blake2020-05-082-8/+0Star
* nvme: introduce PMR support from NVMe 1.4 specAndrzej Jakowski2020-04-301-0/+172
* block: Add flags to bdrv(_co)_truncate()Kevin Wolf2020-04-301-2/+3
* block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf2020-04-301-1/+9
* aio-wait: delegate polling of main AioContext if BQL not heldPaolo Bonzini2020-04-092-19/+32
* block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky2020-03-262-0/+12
* block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky2020-03-261-1/+2
* block/dirty-bitmap: improve _next_dirty_area APIVladimir Sementsov-Ogievskiy2020-03-181-1/+2
* block/dirty-bitmap: add _next_dirty APIVladimir Sementsov-Ogievskiy2020-03-181-0/+2
* block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy2020-03-181-3/+3
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-03-122-0/+8
|\