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
/
preallocate.c
Age
Commit message (
Expand
)
Author
2023-11-08
block: Protect bs->file with graph_lock
Kevin Wolf
2023-11-08
block: Take graph lock for most of .bdrv_open
Kevin Wolf
2023-11-08
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
2023-09-20
preallocate: Don't poll during permission updates
Kevin Wolf
2023-09-20
preallocate: Factor out preallocate_truncate_to_real_size()
Kevin Wolf
2023-09-08
block: Make more BlockDriver definitions static
Kevin Wolf
2023-04-11
block: remove has_variable_length from filters
Paolo Bonzini
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-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-01
block: use bdrv_co_refresh_total_sectors when possible
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: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-03-07
block: fix preallocate filter: don't do unaligned preallocate requests
Vladimir Sementsov-Ogievskiy
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
2020-12-18
block: introduce preallocate filter
Vladimir Sementsov-Ogievskiy