summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-03-24block: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé
2022-03-22Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingPeter Maydell
2022-03-22Merge tag 'pull-block-2022-03-22' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-22block/rbd: fix write zeroes with growing imagesStefano Garzarella
2022-03-21block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD serverRao Lei
2022-03-15block/file-posix: Remove a deprecation warning on macOS 12Philippe Mathieu-Daudé
2022-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-07block/nbd: don't restrict TLS usage to IP socketsDaniel P. Berrangé
2022-03-07block/nbd: support override of hostname for TLS certificate validationDaniel P. Berrangé
2022-03-07block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-07block: copy-before-write: realize snapshot-access APIVladimir Sementsov-Ogievskiy
2022-03-07block: introduce snapshot-access block driverVladimir Sementsov-Ogievskiy
2022-03-07block/io: introduce block driver snapshot-access APIVladimir Sementsov-Ogievskiy
2022-03-07block/reqlist: add reqlist_wait_all()Vladimir Sementsov-Ogievskiy
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy
2022-03-07block/reqlist: reqlist_find_conflict(): use ranges_overlap()Vladimir Sementsov-Ogievskiy
2022-03-07block: intoduce reqlistVladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: add block_copy_reset()Vladimir Sementsov-Ogievskiy
2022-03-07block/copy-before-write: add bitmap open parameterVladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: block_copy_state_new(): add bitmap parameterVladimir Sementsov-Ogievskiy
2022-03-07block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return valueVladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: move copy_bitmap initialization to block_copy_state_new()Vladimir Sementsov-Ogievskiy
2022-03-07block: fix preallocate filter: don't do unaligned preallocate requestsVladimir Sementsov-Ogievskiy
2022-03-07block/curl.c: Check error return from curl_easy_setopt()Peter Maydell
2022-03-07block/curl.c: Set error message string if curl_init_state() failsPeter Maydell
2022-03-04block/amend: Keep strong reference to BDSHanna Reitz
2022-03-04block/amend: Always call .bdrv_amend_clean()Hanna Reitz
2022-03-04block: Make bdrv_refresh_limits() non-recursiveHanna Reitz
2022-03-04block_int-common.h: assertions in the callers of BlockDriver function pointersEmanuele Giuseppe Esposito
2022-03-04block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito
2022-03-04block/copy-before-write.h: global state API + assertionsEmanuele Giuseppe Esposito
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito
2022-03-04assertions for blockdev.h global state APIEmanuele Giuseppe Esposito
2022-03-04block.c: add assertions to static functionsEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block-backend I/O APIEmanuele Giuseppe Esposito
2022-03-04block/block-backend.c: assertions for block-backendEmanuele Giuseppe Esposito
2022-03-04include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito
2022-03-04block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito
2022-03-04IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito
2022-03-04crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...Emanuele Giuseppe Esposito