index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blklogwrites.c
Age
Commit message (
Expand
)
Author
2024-01-26
block/blklogwrites: Protect mutable driver state with a mutex.
Ari Sundholm
2024-01-26
block/blklogwrites: Fix a bug when logging "write zeroes" operations.
Ari Sundholm
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
2023-09-20
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-10-27
block/blklogwrites: don't care to remove bs->file child on failure
Vladimir Sementsov-Ogievskiy
2022-10-27
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-03-08
block: check return value of bdrv_open_child and drop error propagation
Vladimir Sementsov-Ogievskiy
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
block: Use child_of_bds in remaining places
Max Reitz
2020-05-18
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
block: Use children list in bdrv_refresh_filename
Max Reitz
2019-02-01
block: Replace qdict_put() by qdict_put_obj() where appropriate
Markus Armbruster
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
2018-07-10
block/blklogwrites: Make sure the log sector size is not too small
Ari Sundholm
2018-07-05
block/blklogwrites: Add an option for the update interval of the log superblock
Ari Sundholm
2018-07-05
block/blklogwrites: Add an option for appending to an old log
Ari Sundholm
2018-07-05
block/blklogwrites: Change log_sector_size from int64_t to uint64_t
Ari Sundholm
2018-07-05
block: Add blklogwrites
Aapo Vienamo