aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-06-14block: use GDateTime for formatting timestamp when dumping snapshot infoDaniel P. Berrangé1-7/+4
2021-06-14block: remove duplicate trace.h includeDaniel P. Berrangé1-2/+0
2021-06-14block: add trace point when fdatasync failsDaniel P. Berrangé2-0/+3
2021-06-14block: preserve errno from fdatasync failuresDaniel P. Berrangé1-3/+3
2021-06-04iscsi: link libm into the modulePaolo Bonzini1-1/+1
2021-06-04meson: allow optional dependencies for block modulesPaolo Bonzini1-9/+9
2021-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell12-69/+101
2021-06-02block-copy: refactor copy_range handlingVladimir Sementsov-Ogievskiy1-23/+49
2021-06-02block-copy: fix block_copy_task_entry() progress updateVladimir Sementsov-Ogievskiy1-3/+5
2021-06-02block-backend: add drained_pollSergio Lopez1-1/+6
2021-06-02block/vvfat: inherit child_vvfat_qcow from child_of_bdsVladimir Sementsov-Ogievskiy1-5/+3
2021-06-02block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy1-5/+4
2021-06-02block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth1-9/+9
2021-06-02block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth1-0/+11
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy1-8/+2
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy8-11/+10
2021-06-02block/vvfat: fix vvfat_child_perm crashVladimir Sementsov-Ogievskiy1-5/+2
2021-06-02block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy1-0/+1
2021-06-02block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_diskLukas Straub1-1/+1
2021-06-02block/ssh: Bump minimum libssh version to 0.8.7Thomas Huth1-59/+0
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-26replication: move include out of root directoryPaolo Bonzini1-1/+1
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