aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2021-03-29qcow2: use external virtual timersPavel Dovgalyuk
2021-03-23block: Remove monitor command block_passwdMarkus Armbruster
2021-03-19block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for nowStefan Hajnoczi
2021-03-19curl: Disconnect sockets from CURLStateMax Reitz
2021-03-19curl: Store BDRVCURLState pointer in CURLSocketMax Reitz
2021-03-19stream: Don't crash when node permission is deniedKevin Wolf
2021-03-18block: remove support for using "file" driver with block/char devicesDaniel P. Berrangé
2021-03-18block: remove 'dirty-bitmaps' field from 'BlockInfo' structDaniel P. Berrangé
2021-03-18block: remove dirty bitmaps 'status' fieldDaniel P. Berrangé
2021-03-18block: remove 'encryption_key_missing' flag from QAPIDaniel P. Berrangé
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-11Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...Peter Maydell
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-03-08block/qcow2: refactor qcow2_update_options_prepare error pathsVladimir Sementsov-Ogievskiy