aboutsummaryrefslogtreecommitdiff
path: root/block/copy-on-read.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf1-2/+2
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf1-4/+15
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini1-4/+4
2023-04-11block: remove has_variable_length from filtersPaolo Bonzini1-1/+0
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf1-2/+4
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-15/+11
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf1-3/+3
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito1-3/+3
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito1-3/+3
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-3/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-5/+4
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-5/+6
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-05-14block/copy-on-read: use bdrv_drop_filter() and drop s->activeVladimir Sementsov-Ogievskiy1-32/+1
2021-01-26copy-on-read: skip non-guest reads if no copy neededAndrey Shinkevich1-4/+10
2021-01-26qapi: copy-on-read filter: add 'bottom' optionAndrey Shinkevich1-2/+96
2021-01-26copy-on-read: add filter drop functionAndrey Shinkevich1-0/+56
2021-01-26copy-on-read: support preadv/pwritev_part functionsAndrey Shinkevich1-12/+16
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz1-2/+0
2020-09-07copy-on-read: Support compressed writesMax Reitz1-0/+11
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz1-1/+0
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz1-2/+3
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz1-0/+1
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-1/+1
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-1/+1
2020-02-18block: Remove bdrv_recurse_is_first_non_filter()Max Reitz1-9/+0
2019-10-28block/cor: Drop cor_co_truncate()Max Reitz1-8/+0
2019-07-30block/copy-on-read: Fix permissions for inactive nodeKevin Wolf1-9/+7
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-26block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf1-4/+3
2019-03-19block: Make bdrv_{copy_on_read,crypto_luks,replication} staticAlberto Garcia1-1/+1
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy1-6/+0
2018-07-10block: Use BdrvChild to discardFam Zheng1-1/+1
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf1-4/+4
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz1-4/+6
2018-05-15block: Add COR filter driverMax Reitz1-0/+171