summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-06-0212-69/+101
|\
| * block-copy: refactor copy_range handlingVladimir Sementsov-Ogievskiy2021-06-021-23/+49
| * block-copy: fix block_copy_task_entry() progress updateVladimir Sementsov-Ogievskiy2021-06-021-3/+5
| * block-backend: add drained_pollSergio Lopez2021-06-021-1/+6
| * block/vvfat: inherit child_vvfat_qcow from child_of_bdsVladimir Sementsov-Ogievskiy2021-06-021-5/+3Star
| * block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy2021-06-021-5/+4Star
| * block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth2021-06-021-9/+9
| * block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth2021-06-021-0/+11
| * block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy2021-06-021-8/+2Star
| * block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy2021-06-028-11/+10Star
| * block/vvfat: fix vvfat_child_perm crashVladimir Sementsov-Ogievskiy2021-06-021-5/+2Star
| * block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy2021-06-021-0/+1
| * block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_diskLukas Straub2021-06-021-1/+1
* | block/ssh: Bump minimum libssh version to 0.8.7Thomas Huth2021-06-021-59/+0Star
* | docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
|/
* replication: move include out of root directoryPaolo Bonzini2021-05-261-1/+1
* coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini2021-05-212-9/+9
* coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini2021-05-212-9/+3Star
* block/export: improve vu_blk_sect_range_ok()Stefan Hajnoczi2021-05-181-1/+8
* qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy2021-05-181-0/+1
* write-threshold: deal with includesVladimir Sementsov-Ogievskiy2021-05-141-2/+0Star
* block/write-threshold: drop extra APIsVladimir Sementsov-Ogievskiy2021-05-141-19/+0Star
* block: drop write notifiersVladimir Sementsov-Ogievskiy2021-05-141-6/+0Star
* block/write-threshold: don't use write notifiersVladimir Sementsov-Ogievskiy2021-05-142-57/+18Star
* block/copy-on-read: use bdrv_drop_filter() and drop s->activeVladimir Sementsov-Ogievskiy2021-05-141-32/+1Star
* mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy2021-05-142-3/+5
* monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy2021-05-141-10/+21
* block/rbd: Add an escape-aware strchr helperConnor Kuehl2021-05-141-11/+21
* block: Drop the sheepdog block driverMarkus Armbruster2021-05-123-3371/+0Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-061-0/+2
|\
| * ratelimit: protect with a mutexPaolo Bonzini2021-05-041-0/+2
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
|/
* block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf2021-04-301-6/+13
* block: bdrv_reopen_multiple: refresh permissions on updated graphVladimir Sementsov-Ogievskiy2021-04-301-62/+29Star
* block: make bdrv_refresh_limits() to be a transaction actionVladimir Sementsov-Ogievskiy2021-04-301-2/+29
* block/backup-top: drop .activeVladimir Sementsov-Ogievskiy2021-04-301-46/+1Star
* block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy2021-04-301-2/+2
* block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy2021-04-301-0/+9
* block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy2021-04-303-4/+1Star
* block/nbd: fix possible use after free of s->connect_threadVladimir Sementsov-Ogievskiy2021-04-131-0/+11
* mirror: Do not enter a paused job on completionMax Reitz2021-04-091-1/+5
* mirror: Move open_backing_file to exit_commonMax Reitz2021-04-091-14/+8Star
* block/rbd: fix memory leak in qemu_rbd_co_create_opts()Stefano Garzarella2021-04-091-0/+1
* block/rbd: fix memory leak in qemu_rbd_connect()Stefano Garzarella2021-04-091-4/+5
* block/vdi: Don't assume that blocks are larger than VdiHeaderDavid Edmondson2021-03-311-4/+6
* block/vdi: When writing new bmap entry fails, don't leak the bufferDavid Edmondson2021-03-311-0/+1
* qcow2: Force preallocation with data-file-rawMax Reitz2021-03-301-0/+34
* block/mirror: Fix mirror_top's permissionsMax Reitz2021-03-291-7/+25
* qcow2: use external virtual timersPavel Dovgalyuk2021-03-291-3/+4
* block: Remove monitor command block_passwdMarkus Armbruster2021-03-231-10/+0Star