aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-06-04iscsi: link libm into the modulePaolo Bonzini
2021-06-04meson: allow optional dependencies for block modulesPaolo Bonzini
2021-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-06-02block-copy: refactor copy_range handlingVladimir Sementsov-Ogievskiy
2021-06-02block-copy: fix block_copy_task_entry() progress updateVladimir Sementsov-Ogievskiy
2021-06-02block-backend: add drained_pollSergio Lopez
2021-06-02block/vvfat: inherit child_vvfat_qcow from child_of_bdsVladimir Sementsov-Ogievskiy
2021-06-02block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy
2021-06-02block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth
2021-06-02block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy
2021-06-02block/vvfat: fix vvfat_child_perm crashVladimir Sementsov-Ogievskiy
2021-06-02block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy
2021-06-02block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_diskLukas Straub
2021-06-02block/ssh: Bump minimum libssh version to 0.8.7Thomas Huth
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-26replication: move include out of root directoryPaolo Bonzini
2021-05-21coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini
2021-05-21coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini
2021-05-18block/export: improve vu_blk_sect_range_ok()Stefan Hajnoczi
2021-05-18qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy
2021-05-14write-threshold: deal with includesVladimir Sementsov-Ogievskiy
2021-05-14block/write-threshold: drop extra APIsVladimir Sementsov-Ogievskiy
2021-05-14block: drop write notifiersVladimir Sementsov-Ogievskiy
2021-05-14block/write-threshold: don't use write notifiersVladimir Sementsov-Ogievskiy
2021-05-14block/copy-on-read: use bdrv_drop_filter() and drop s->activeVladimir Sementsov-Ogievskiy
2021-05-14mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy
2021-05-14monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy
2021-05-14block/rbd: Add an escape-aware strchr helperConnor Kuehl
2021-05-12block: Drop the sheepdog block driverMarkus Armbruster
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-04ratelimit: protect with a mutexPaolo Bonzini
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-30block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf
2021-04-30block: bdrv_reopen_multiple: refresh permissions on updated graphVladimir Sementsov-Ogievskiy
2021-04-30block: make bdrv_refresh_limits() to be a transaction actionVladimir Sementsov-Ogievskiy
2021-04-30block/backup-top: drop .activeVladimir Sementsov-Ogievskiy
2021-04-30block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy
2021-04-30block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy
2021-04-13block/nbd: fix possible use after free of s->connect_threadVladimir Sementsov-Ogievskiy
2021-04-09mirror: Do not enter a paused job on completionMax Reitz
2021-04-09mirror: Move open_backing_file to exit_commonMax Reitz
2021-04-09block/rbd: fix memory leak in qemu_rbd_co_create_opts()Stefano Garzarella
2021-04-09block/rbd: fix memory leak in qemu_rbd_connect()Stefano Garzarella
2021-03-31block/vdi: Don't assume that blocks are larger than VdiHeaderDavid Edmondson
2021-03-31block/vdi: When writing new bmap entry fails, don't leak the bufferDavid Edmondson
2021-03-30qcow2: Force preallocation with data-file-rawMax Reitz
2021-03-29block/mirror: Fix mirror_top's permissionsMax Reitz