aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-05-21coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini2-9/+9
2021-05-21coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini2-9/+3
2021-05-18block/export: improve vu_blk_sect_range_ok()Stefan Hajnoczi1-1/+8
2021-05-18qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy1-0/+1
2021-05-14write-threshold: deal with includesVladimir Sementsov-Ogievskiy1-2/+0
2021-05-14block/write-threshold: drop extra APIsVladimir Sementsov-Ogievskiy1-19/+0
2021-05-14block: drop write notifiersVladimir Sementsov-Ogievskiy1-6/+0
2021-05-14block/write-threshold: don't use write notifiersVladimir Sementsov-Ogievskiy2-57/+18
2021-05-14block/copy-on-read: use bdrv_drop_filter() and drop s->activeVladimir Sementsov-Ogievskiy1-32/+1
2021-05-14mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy2-3/+5
2021-05-14monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy1-10/+21
2021-05-14block/rbd: Add an escape-aware strchr helperConnor Kuehl1-11/+21
2021-05-12block: Drop the sheepdog block driverMarkus Armbruster3-3371/+0
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+2
2021-05-04ratelimit: protect with a mutexPaolo Bonzini1-0/+2
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-04-30block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf1-6/+13
2021-04-30block: bdrv_reopen_multiple: refresh permissions on updated graphVladimir Sementsov-Ogievskiy1-62/+29
2021-04-30block: make bdrv_refresh_limits() to be a transaction actionVladimir Sementsov-Ogievskiy1-2/+29
2021-04-30block/backup-top: drop .activeVladimir Sementsov-Ogievskiy1-46/+1
2021-04-30block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy1-2/+2
2021-04-30block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy1-0/+9
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy3-4/+1
2021-04-13block/nbd: fix possible use after free of s->connect_threadVladimir Sementsov-Ogievskiy1-0/+11
2021-04-09mirror: Do not enter a paused job on completionMax Reitz1-1/+5
2021-04-09mirror: Move open_backing_file to exit_commonMax Reitz1-14/+8
2021-04-09block/rbd: fix memory leak in qemu_rbd_co_create_opts()Stefano Garzarella1-0/+1
2021-04-09block/rbd: fix memory leak in qemu_rbd_connect()Stefano Garzarella1-4/+5
2021-03-31block/vdi: Don't assume that blocks are larger than VdiHeaderDavid Edmondson1-4/+6
2021-03-31block/vdi: When writing new bmap entry fails, don't leak the bufferDavid Edmondson1-0/+1
2021-03-30qcow2: Force preallocation with data-file-rawMax Reitz1-0/+34
2021-03-29block/mirror: Fix mirror_top's permissionsMax Reitz1-7/+25
2021-03-29qcow2: use external virtual timersPavel Dovgalyuk1-3/+4
2021-03-23block: Remove monitor command block_passwdMarkus Armbruster1-10/+0
2021-03-19block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for nowStefan Hajnoczi1-2/+1
2021-03-19curl: Disconnect sockets from CURLStateMax Reitz1-18/+24
2021-03-19curl: Store BDRVCURLState pointer in CURLSocketMax Reitz1-4/+4
2021-03-19stream: Don't crash when node permission is deniedKevin Wolf1-4/+11
2021-03-18block: remove support for using "file" driver with block/char devicesDaniel P. Berrangé1-11/+6
2021-03-18block: remove 'dirty-bitmaps' field from 'BlockInfo' structDaniel P. Berrangé1-5/+0
2021-03-18block: remove dirty bitmaps 'status' fieldDaniel P. Berrangé1-38/+0
2021-03-18block: remove 'encryption_key_missing' flag from QAPIDaniel P. Berrangé1-1/+0
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-1/+1
2021-03-11Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...Peter Maydell10-111/+103
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell9-49/+477
2021-03-08block/qcow2: refactor qcow2_update_options_prepare error pathsVladimir Sementsov-Ogievskiy1-3/+8
2021-03-08block/qed: bdrv_qed_do_open: deal with errpVladimir Sementsov-Ogievskiy1-9/+15
2021-03-08block/qcow2: simplify qcow2_co_invalidate_cache()Vladimir Sementsov-Ogievskiy1-9/+4
2021-03-08block/qcow2: read_cache_sizes: return status valueVladimir Sementsov-Ogievskiy1-10/+9