Age | Commit message (Expand) | Author |
2021-06-04 | iscsi: link libm into the module | Paolo Bonzini |
2021-06-04 | meson: allow optional dependencies for block modules | Paolo Bonzini |
2021-06-02 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2021-06-02 | block-copy: refactor copy_range handling | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block-copy: fix block_copy_task_entry() progress update | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block-backend: add drained_poll | Sergio Lopez |
2021-06-02 | block/vvfat: inherit child_vvfat_qcow from child_of_bds | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block-backend: improve blk_root_get_parent_desc() | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE | Thomas Huth |
2021-06-02 | block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS | Thomas Huth |
2021-06-02 | block: drop BlockBackendRootState::read_only | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block: consistently use bdrv_is_read_only() | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block/vvfat: fix vvfat_child_perm crash | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash | Vladimir Sementsov-Ogievskiy |
2021-06-02 | block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk | Lukas Straub |
2021-06-02 | block/ssh: Bump minimum libssh version to 0.8.7 | Thomas Huth |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-26 | replication: move include out of root directory | Paolo Bonzini |
2021-05-21 | coroutine-sleep: replace QemuCoSleepState pointer with struct in the API | Paolo Bonzini |
2021-05-21 | coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing | Paolo Bonzini |
2021-05-18 | block/export: improve vu_blk_sect_range_ok() | Stefan Hajnoczi |
2021-05-18 | qcow2: set bdi->is_dirty | Vladimir Sementsov-Ogievskiy |
2021-05-14 | write-threshold: deal with includes | Vladimir Sementsov-Ogievskiy |
2021-05-14 | block/write-threshold: drop extra APIs | Vladimir Sementsov-Ogievskiy |
2021-05-14 | block: drop write notifiers | Vladimir Sementsov-Ogievskiy |
2021-05-14 | block/write-threshold: don't use write notifiers | Vladimir Sementsov-Ogievskiy |
2021-05-14 | block/copy-on-read: use bdrv_drop_filter() and drop s->active | Vladimir Sementsov-Ogievskiy |
2021-05-14 | mirror: stop cancelling in-flight requests on non-force cancel in READY | Vladimir Sementsov-Ogievskiy |
2021-05-14 | monitor: hmp_qemu_io: acquire aio contex, fix crash | Vladimir Sementsov-Ogievskiy |
2021-05-14 | block/rbd: Add an escape-aware strchr helper | Connor Kuehl |
2021-05-12 | block: Drop the sheepdog block driver | Markus Armbruster |
2021-05-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-05-04 | ratelimit: protect with a mutex | Paolo Bonzini |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-04-30 | block: Add BDRV_O_NO_SHARE for blk_new_open() | Kevin Wolf |
2021-04-30 | block: bdrv_reopen_multiple: refresh permissions on updated graph | Vladimir Sementsov-Ogievskiy |
2021-04-30 | block: make bdrv_refresh_limits() to be a transaction action | Vladimir Sementsov-Ogievskiy |
2021-04-30 | block/backup-top: drop .active | Vladimir Sementsov-Ogievskiy |
2021-04-30 | block: drop ctx argument from bdrv_root_attach_child | Vladimir Sementsov-Ogievskiy |
2021-04-30 | block: BdrvChildClass: add .get_parent_aio_context handler | Vladimir Sementsov-Ogievskiy |
2021-04-30 | block: bdrv_append(): don't consume reference | Vladimir Sementsov-Ogievskiy |
2021-04-13 | block/nbd: fix possible use after free of s->connect_thread | Vladimir Sementsov-Ogievskiy |
2021-04-09 | mirror: Do not enter a paused job on completion | Max Reitz |
2021-04-09 | mirror: Move open_backing_file to exit_common | Max Reitz |
2021-04-09 | block/rbd: fix memory leak in qemu_rbd_co_create_opts() | Stefano Garzarella |
2021-04-09 | block/rbd: fix memory leak in qemu_rbd_connect() | Stefano Garzarella |
2021-03-31 | block/vdi: Don't assume that blocks are larger than VdiHeader | David Edmondson |
2021-03-31 | block/vdi: When writing new bmap entry fails, don't leak the buffer | David Edmondson |
2021-03-30 | qcow2: Force preallocation with data-file-raw | Max Reitz |
2021-03-29 | block/mirror: Fix mirror_top's permissions | Max Reitz |