23 Commits (0443c203c445e871549cb8f78a1949240f2a3d67)

Author SHA1 Message Date
Kevin Wolf 1f051dcbdf block: Protect bs->file with graph_lock 2 years ago
Kevin Wolf a4b740db5e block: Take graph lock for most of .bdrv_open 2 years ago
Kevin Wolf 79a5586648 block: Add missing GRAPH_RDLOCK annotations 2 years ago
Kevin Wolf edcce17b15 preallocate: Don't poll during permission updates 3 years ago
Kevin Wolf 01e28f6006 preallocate: Factor out preallocate_truncate_to_real_size() 3 years ago
Kevin Wolf 9ea473fb7b block: Make more BlockDriver definitions static 3 years ago
Paolo Bonzini 6188088f72 block: remove has_variable_length from filters 3 years ago
Kevin Wolf 8ab8140a04 block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK 3 years ago
Kevin Wolf b9b10c35e5 block: Mark public read/write functions GRAPH_RDLOCK 3 years ago
Kevin Wolf abaf8b750b block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK 3 years ago
Emanuele Giuseppe Esposito 9a5a1c621e block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK 3 years ago
Emanuele Giuseppe Esposito 8809534933 block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK 3 years ago
Kevin Wolf c2b8e31516 block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK 3 years ago
Emanuele Giuseppe Esposito bd53086e82 block: use bdrv_co_refresh_total_sectors when possible 3 years ago
Emanuele Giuseppe Esposito c86422c554 block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed 3 years ago
Markus Armbruster e2c1c34f13 include/block: Untangle inclusion loops 3 years ago
Vladimir Sementsov-Ogievskiy 8393078032 block: introduce bdrv_open_file_child() helper 4 years ago
Vladimir Sementsov-Ogievskiy 45e62b464a block: fix preallocate filter: don't do unaligned preallocate requests 4 years ago
Vladimir Sementsov-Ogievskiy 0c8022876f block: use int64_t instead of int in driver discard handlers 5 years ago
Vladimir Sementsov-Ogievskiy f34b2bcf8c block: use int64_t instead of int in driver write_zeroes handlers 5 years ago
Vladimir Sementsov-Ogievskiy e75abedab7 block: use int64_t instead of uint64_t in driver write handlers 5 years ago
Vladimir Sementsov-Ogievskiy f7ef38dd13 block: use int64_t instead of uint64_t in driver read handlers 5 years ago
Vladimir Sementsov-Ogievskiy 33fa2222eb block: introduce preallocate filter 6 years ago