aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell29-0/+29
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell29-0/+29
2022-03-07block: copy-before-write: realize snapshot-access APIVladimir Sementsov-Ogievskiy1-1/+211
2022-03-07block: introduce snapshot-access block driverVladimir Sementsov-Ogievskiy2-0/+133
2022-03-07block/io: introduce block driver snapshot-access APIVladimir Sementsov-Ogievskiy1-0/+72
2022-03-07block/reqlist: add reqlist_wait_all()Vladimir Sementsov-Ogievskiy1-0/+8
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy1-0/+6
2022-03-07block/reqlist: reqlist_find_conflict(): use ranges_overlap()Vladimir Sementsov-Ogievskiy1-1/+2
2022-03-07block: intoduce reqlistVladimir Sementsov-Ogievskiy3-79/+114
2022-03-07block/block-copy: add block_copy_reset()Vladimir Sementsov-Ogievskiy1-8/+13
2022-03-07block/copy-before-write: add bitmap open parameterVladimir Sementsov-Ogievskiy1-1/+50
2022-03-07block/block-copy: block_copy_state_new(): add bitmap parameterVladimir Sementsov-Ogievskiy2-2/+14
2022-03-07block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return valueVladimir Sementsov-Ogievskiy2-6/+8
2022-03-07block/block-copy: move copy_bitmap initialization to block_copy_state_new()Vladimir Sementsov-Ogievskiy2-4/+1
2022-03-07block: fix preallocate filter: don't do unaligned preallocate requestsVladimir Sementsov-Ogievskiy2-3/+16
2022-03-07block/curl.c: Check error return from curl_easy_setopt()Peter Maydell1-33/+57
2022-03-07block/curl.c: Set error message string if curl_init_state() failsPeter Maydell1-0/+2
2022-03-04block/amend: Keep strong reference to BDSHanna Reitz1-0/+3
2022-03-04block/amend: Always call .bdrv_amend_clean()Hanna Reitz1-2/+2
2022-03-04block: Make bdrv_refresh_limits() non-recursiveHanna Reitz1-4/+0
2022-03-04block_int-common.h: assertions in the callers of BlockDriver function pointersEmanuele Giuseppe Esposito1-0/+2
2022-03-04block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito4-29/+62
2022-03-04block/copy-before-write.h: global state API + assertionsEmanuele Giuseppe Esposito2-0/+9
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito1-0/+28
2022-03-04assertions for blockdev.h global state APIEmanuele Giuseppe Esposito1-0/+3
2022-03-04block.c: add assertions to static functionsEmanuele Giuseppe Esposito1-0/+3
2022-03-04IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito3-0/+18
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito8-0/+20
2022-03-04IO_CODE and IO_OR_GS_CODE for block-backend I/O APIEmanuele Giuseppe Esposito1-0/+58
2022-03-04block/block-backend.c: assertions for block-backendEmanuele Giuseppe Esposito1-0/+78
2022-03-04include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito1-3/+6
2022-03-04block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito1-7/+18
2022-03-04IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito2-2/+42
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito2-0/+13
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito1-2/+5
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-1/+1
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito3-3/+3
2022-03-04crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...Emanuele Giuseppe Esposito1-20/+15
2022-03-04crypto: perform permission checks under BQLEmanuele Giuseppe Esposito2-0/+58
2022-02-23Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell1-7/+35
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini1-1/+3
2022-02-21configure, meson: move image format options to meson_options.txtPaolo Bonzini1-15/+32
2022-02-16block: print the server key type and fingerprint on failureDaniel P. Berrangé1-7/+30
2022-02-16block: support sha256 fingerprint with pre-blockdev optionsDaniel P. Berrangé1-0/+5
2022-02-12Merge remote-tracking branch 'remotes/vsementsov/tags/pull-nbd-2022-02-09-v2'...Peter Maydell1-0/+64
2022-02-11block/nbd: Move s->ioc on AioContext changeHanna Reitz1-0/+45
2022-02-11block/nbd: Assert there are no timers when closedHanna Reitz1-0/+4
2022-02-11block/nbd: Delete open timer when doneHanna Reitz1-0/+8
2022-02-11block/nbd: Delete reconnect delay timer when doneHanna Reitz1-0/+7
2022-02-09drop libxml2 checks since libxml is not actually used (for parallels)Michael Tokarev1-2/+1