index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
preallocate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-08
block: Protect bs->file with graph_lock
Kevin Wolf
1
-5
/
+14
2023-11-08
block: Take graph lock for most of .bdrv_open
Kevin Wolf
1
-0
/
+4
2023-11-08
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
1
-2
/
+2
2023-09-20
preallocate: Don't poll during permission updates
Kevin Wolf
1
-20
/
+69
2023-09-20
preallocate: Factor out preallocate_truncate_to_real_size()
Kevin Wolf
1
-26
/
+22
2023-09-08
block: Make more BlockDriver definitions static
Kevin Wolf
1
-1
/
+1
2023-04-11
block: remove has_variable_length from filters
Paolo Bonzini
1
-1
/
+0
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+2
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
1
-10
/
+8
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+7
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-2
/
+2
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+1
2023-02-01
block: use bdrv_co_refresh_total_sectors when possible
Emanuele Giuseppe Esposito
1
-3
/
+3
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
1
-5
/
+5
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-10-27
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
1
-5
/
+4
2022-03-07
block: fix preallocate filter: don't do unaligned preallocate requests
Vladimir Sementsov-Ogievskiy
1
-3
/
+12
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2020-12-18
block: introduce preallocate filter
Vladimir Sementsov-Ogievskiy
1
-0
/
+559