Age | Commit message (Expand) | Author |
2020-07-14 | block: Add support to warn on backing file change without format | Eric Blake |
2020-07-14 | file-posix: Mitigate file fragmentation with extent size hints | Kevin Wolf |
2020-07-10 | nbd: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy |
2020-07-06 | block: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy |
2020-07-06 | block: inline bdrv_unallocated_blocks_are_zero() | Vladimir Sementsov-Ogievskiy |
2020-07-06 | block/core: add generic infrastructure for x-blockdev-amend qmp command | Maxim Levitsky |
2020-07-06 | block/amend: separate amend and create options for qemu-img | Maxim Levitsky |
2020-07-06 | block/amend: add 'force' option | Maxim Levitsky |
2020-06-26 | osdep: Make MIN/MAX evaluate arguments only once | Eric Blake |
2020-06-17 | hw/block/nvme: use constants in identify | Klaus Jensen |
2020-05-28 | block/dirty-bitmap: add bdrv_has_named_bitmaps helper | Vladimir Sementsov-Ogievskiy |
2020-05-19 | blockdev: Promote several bitmap functions to non-static | Eric Blake |
2020-05-19 | block: Make it easier to learn which BDS support bitmaps | Eric Blake |
2020-05-19 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2020-05-18 | aio-posix: disable fdmon-io_uring when GSource is used | Stefan Hajnoczi |
2020-05-18 | block: Drop @child_class from bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Drop child_file | Max Reitz |
2020-05-18 | block: Drop bdrv_format_default_perms() | Max Reitz |
2020-05-18 | block: Make bdrv_filter_default_perms() static | Max Reitz |
2020-05-18 | block: Drop child_backing | Max Reitz |
2020-05-18 | block: Drop child_format | Max Reitz |
2020-05-18 | block: Add bdrv_default_perms() | Max Reitz |
2020-05-18 | block: Add child_of_bds | Max Reitz |
2020-05-18 | block: Pass parent_is_format to .inherit_options() | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole to .inherit_options() | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole to bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Add BdrvChildRole to BdrvChild | Max Reitz |
2020-05-18 | block: Add BdrvChildRole and BdrvChildRoleBits | Max Reitz |
2020-05-18 | block: Rename BdrvChildRole to BdrvChildClass | Max Reitz |
2020-05-18 | block: Add BlockDriver.is_format | Max Reitz |
2020-05-18 | block: Add bdrv_make_empty() | Max Reitz |
2020-05-13 | qcow2: introduce compression type feature | Denis Plotnikov |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake |
2020-04-30 | nvme: introduce PMR support from NVMe 1.4 spec | Andrzej Jakowski |
2020-04-30 | block: Add flags to bdrv(_co)_truncate() | Kevin Wolf |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf |
2020-04-09 | aio-wait: delegate polling of main AioContext if BQL not held | Paolo Bonzini |
2020-03-26 | block: trickle down the fallback image creation function use to the block dri... | Maxim Levitsky |
2020-03-26 | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky |
2020-03-18 | block/dirty-bitmap: improve _next_dirty_area API | Vladimir Sementsov-Ogievskiy |
2020-03-18 | block/dirty-bitmap: add _next_dirty API | Vladimir Sementsov-Ogievskiy |
2020-03-18 | block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t | Vladimir Sementsov-Ogievskiy |
2020-03-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2020-03-11 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in... | Peter Maydell |
2020-03-11 | block.c: adding bdrv_co_delete_file | Daniel Henrique Barboza |
2020-03-11 | block: introducing 'bdrv_co_delete_file' interface | Daniel Henrique Barboza |
2020-03-11 | block: Make bdrv_get_cumulative_perm() public | Kevin Wolf |
2020-03-11 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2020-03-11 | block/block-copy: hide structure definitions | Vladimir Sementsov-Ogievskiy |
2020-03-11 | block/block-copy: rename start to offset in interfaces | Vladimir Sementsov-Ogievskiy |