aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2022-03-04crypto: perform permission checks under BQLEmanuele Giuseppe Esposito
2022-02-23Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini
2022-02-21configure, meson: move image format options to meson_options.txtPaolo Bonzini
2022-02-16block: print the server key type and fingerprint on failureDaniel P. Berrangé
2022-02-16block: support sha256 fingerprint with pre-blockdev optionsDaniel P. Berrangé
2022-02-12Merge remote-tracking branch 'remotes/vsementsov/tags/pull-nbd-2022-02-09-v2'...Peter Maydell
2022-02-11block/nbd: Move s->ioc on AioContext changeHanna Reitz
2022-02-11block/nbd: Assert there are no timers when closedHanna Reitz
2022-02-11block/nbd: Delete open timer when doneHanna Reitz
2022-02-11block/nbd: Delete reconnect delay timer when doneHanna Reitz
2022-02-09drop libxml2 checks since libxml is not actually used (for parallels)Michael Tokarev
2022-02-01Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell
2022-02-01block/rbd: workaround for ceph issue #53784Peter Lieven
2022-02-01block/rbd: fix handling of holes in .bdrv_co_block_statusPeter Lieven
2022-02-01block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé
2022-02-01block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé
2022-02-01block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf
2022-02-01block-backend: Retain permissions after migrationHanna Reitz
2022-02-01qcow2: simple case support for downgrading of qcow2 images with zstdVladimir Sementsov-Ogievskiy
2022-01-28block/io: Update BSC only if want_zero is trueHanna Reitz
2022-01-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy
2022-01-14vvfat: Fix vvfat_write() for writes before the root directoryKevin Wolf
2022-01-14vvfat: Fix size of temporary qcow fileKevin Wolf
2022-01-14block-backend: prevent dangling BDS pointers across aio_poll()Stefan Hajnoczi
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi