summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/amend: Keep strong reference to BDSHanna Reitz2022-03-041-0/+3
* block/amend: Always call .bdrv_amend_clean()Hanna Reitz2022-03-041-2/+2
* block: Make bdrv_refresh_limits() non-recursiveHanna Reitz2022-03-041-4/+0Star
* block_int-common.h: assertions in the callers of BlockDriver function pointersEmanuele Giuseppe Esposito2022-03-041-0/+2
* block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito2022-03-044-29/+62
* block/copy-before-write.h: global state API + assertionsEmanuele Giuseppe Esposito2022-03-042-0/+9
* include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito2022-03-041-0/+28
* assertions for blockdev.h global state APIEmanuele Giuseppe Esposito2022-03-041-0/+3
* block.c: add assertions to static functionsEmanuele Giuseppe Esposito2022-03-041-0/+3
* IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito2022-03-043-0/+18
* assertions for block_int global state APIEmanuele Giuseppe Esposito2022-03-048-0/+20
* IO_CODE and IO_OR_GS_CODE for block-backend I/O APIEmanuele Giuseppe Esposito2022-03-041-0/+58
* block/block-backend.c: assertions for block-backendEmanuele Giuseppe Esposito2022-03-041-0/+78
* include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito2022-03-041-3/+6
* block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito2022-03-041-7/+18
* IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito2022-03-042-2/+42
* assertions for block global state APIEmanuele Giuseppe Esposito2022-03-042-0/+13
* include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito2022-03-041-2/+5
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-1/+1
* block: introduce bdrv_activateEmanuele Giuseppe Esposito2022-03-043-3/+3
* crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...Emanuele Giuseppe Esposito2022-03-041-20/+15Star
* crypto: perform permission checks under BQLEmanuele Giuseppe Esposito2022-03-042-0/+58
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell2022-02-231-7/+35
|\
| * block: print the server key type and fingerprint on failureDaniel P. Berrangé2022-02-161-7/+30
| * block: support sha256 fingerprint with pre-blockdev optionsDaniel P. Berrangé2022-02-161-0/+5
* | configure, meson: move block layer options to meson_options.txtPaolo Bonzini2022-02-211-1/+3
* | configure, meson: move image format options to meson_options.txtPaolo Bonzini2022-02-211-15/+32
|/
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-nbd-2022-02-09-v2'...Peter Maydell2022-02-121-0/+64
|\
| * block/nbd: Move s->ioc on AioContext changeHanna Reitz2022-02-111-0/+45
| * block/nbd: Assert there are no timers when closedHanna Reitz2022-02-111-0/+4
| * block/nbd: Delete open timer when doneHanna Reitz2022-02-111-0/+8
| * block/nbd: Delete reconnect delay timer when doneHanna Reitz2022-02-111-0/+7
* | drop libxml2 checks since libxml is not actually used (for parallels)Michael Tokarev2022-02-091-2/+1Star
|/
* Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2022-02-013-27/+75
|\
| * block/rbd: workaround for ceph issue #53784Peter Lieven2022-02-011-2/+40
| * block/rbd: fix handling of holes in .bdrv_co_block_statusPeter Lieven2022-02-011-5/+5
| * block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé2022-02-011-0/+4
| * block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé2022-02-011-20/+21
| * block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf2022-02-011-0/+5
* | block-backend: Retain permissions after migrationHanna Reitz2022-02-011-0/+11
* | qcow2: simple case support for downgrading of qcow2 images with zstdVladimir Sementsov-Ogievskiy2022-02-011-2/+56
|/
* block/io: Update BSC only if want_zero is trueHanna Reitz2022-01-281-1/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2022-01-145-28/+46
|\
| * block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-142-13/+3Star
| * vvfat: Fix vvfat_write() for writes before the root directoryKevin Wolf2022-01-141-8/+22
| * vvfat: Fix size of temporary qcow fileKevin Wolf2022-01-141-4/+3Star
| * block-backend: prevent dangling BDS pointers across aio_poll()Stefan Hajnoczi2022-01-141-2/+17
| * include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-1/+1
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2022-01-149-48/+71
|\ \ | |/ |/|
| * aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-129-48/+71