Age | Commit message (Expand) | Author |
2023-05-15 | qemu-iotests: test zone append operation | Sam Li |
2023-05-15 | block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i... | Sam Li |
2023-02-09 | qemu-io: add -r option to register I/O buffer | Stefan Hajnoczi |
2023-02-09 | qemu-io: use BdrvRequestFlags instead of int | Stefan Hajnoczi |
2023-02-01 | block/qapi: Add indentation to bdrv_node_info_dump() | Hanna Reitz |
2023-02-01 | block: Improve empty format-specific info dump | Hanna Reitz |
2023-01-24 | qemu-io: do not reinvent the blk_pwrite_zeroes wheel | Paolo Bonzini |
2022-07-12 | block: Change blk_pwrite_compressed() param order | Alberto Faria |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria |
2022-03-09 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st... | Peter Maydell |
2022-03-07 | qemu-io: Allow larger write zeroes under no fallback | Eric Blake |
2022-03-07 | qemu-io: Utilize 64-bit status during map | Eric Blake |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2021-07-09 | block: Acquire AioContexts during bdrv_reopen_multiple() | Kevin Wolf |
2021-06-02 | qemu-io-cmds: assert that we don't have .perm requested in no-blk case | Vladimir Sementsov-Ogievskiy |
2021-05-14 | monitor: hmp_qemu_io: acquire aio contex, fix crash | Vladimir Sementsov-Ogievskiy |
2020-12-18 | qemu-io: add preallocate mode parameter for truncate command | Vladimir Sementsov-Ogievskiy |
2020-10-02 | qemu-io-cmds: Simplify help_oneline | Dr. David Alan Gilbert |
2020-07-28 | block: nbd: Fix convert qcow2 compressed to nbd | Nir Soffer |
2020-04-30 | block-backend: Add flags to blk_truncate() | Kevin Wolf |
2019-10-28 | block: Pass truncate exact=true where reasonable | Max Reitz |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-09-13 | qemu-io: Don't leak pattern file in error path | Kevin Wolf |
2019-09-03 | qemu-io: add pattern file for write command | Denis Plotnikov |
2019-06-12 | qemu-io-cmds: use clock_gettime for benchmarking | Alex Bennée |
2019-05-20 | block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS | Alberto Garcia |
2019-04-18 | block/qapi: Clean up how we print to monitor or stdout | Markus Armbruster |
2019-03-26 | qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK | Kevin Wolf |
2019-03-12 | block: Remove the AioContext parameter from bdrv_reopen_multiple() | Alberto Garcia |
2019-03-12 | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue() | Alberto Garcia |
2019-02-11 | bdrv_query_image_info Error parameter added | Andrey Shinkevich |
2019-01-31 | qemu-io: Add generic function for reinitializing optind. | Richard W.M. Jones |
2018-12-14 | block: Remove flags parameter from bdrv_reopen_queue() | Alberto Garcia |
2018-12-14 | qemu-io: Put flag changes in the options QDict in reopen_f() | Alberto Garcia |
2018-11-05 | qemu-io-cmds: Fix two format strings | Stefan Weil |
2018-10-01 | qemu-io: Fix writethrough check in reopen | Alberto Garcia |
2018-06-11 | qemu-io: Let command functions return error code | Max Reitz |
2018-06-11 | qemu-io: Drop command functions' return values | Max Reitz |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2017-12-22 | block: Keep nodes drained between reopen_queue/multiple | Kevin Wolf |
2017-10-26 | qemu-io: Relax 'alloc' now that block-status doesn't assert | Eric Blake |
2017-09-26 | qemu-io: Drop write permissions before read-only reopen | Kevin Wolf |
2017-08-08 | qemu-io: Allow reopen read-write | Kevin Wolf |
2017-07-11 | block: Add PreallocMode to blk_truncate() | Max Reitz |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis |
2017-05-11 | qemu-io: Switch 'map' output to byte-based reporting | Eric Blake |
2017-05-11 | qemu-io: Switch 'alloc' command to byte-based length | Eric Blake |