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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
raw-format.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-30
raw-format: Fix open with 'file' in iothread
Kevin Wolf
1
-0
/
+5
2023-05-19
block: Call .bdrv_co_create(_opts) unlocked
Kevin Wolf
1
-1
/
+1
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
1
-0
/
+8
2023-05-15
block: add zoned BlockDriver check to block layer
Sam Li
1
-0
/
+1
2023-05-15
block/raw-format: add zone operations to pass through requests
Sam Li
1
-0
/
+17
2023-05-10
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-04-11
block: remove has_variable_length from BlockDriver
Paolo Bonzini
1
-1
/
+2
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+2
2023-02-23
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
1
-2
/
+4
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+3
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-16
/
+12
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
1
-6
/
+6
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
1
-3
/
+3
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_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
1
-2
/
+2
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
1
-3
/
+3
2023-02-01
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
1
-3
/
+3
2023-02-01
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
1
-3
/
+3
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
1
-3
/
+4
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
1
-3
/
+3
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-12-15
block: bdrv_create_file is a coroutine_fn
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
1
-2
/
+2
2022-10-27
block: Manipulate bs->file / bs->backing pointers in .attach/.detach
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2022-10-26
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
1
-0
/
+2
2022-10-07
raw-format: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+2
2022-09-30
block: use bdrv_is_sg() helper instead of raw bs->sg reading
Denis V. Lunev
1
-2
/
+2
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
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 copy_range driver handlers
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-10
/
+10
2021-09-01
raw-format: drop WRITE and RESIZE child perms when possible
Stefan Hajnoczi
1
-1
/
+20
2021-02-12
block/raw-format: implement .bdrv_cancel_in_flight handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-3
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-2
/
+1
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
1
-1
/
+1
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
1
-1
/
+1
2020-05-18
block: Use child_of_bds in remaining places
Max Reitz
1
-2
/
+13
2020-05-18
raw-format: Split raw_read_options()
Max Reitz
1
-45
/
+65
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-1
/
+1
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
1
-0
/
+1
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-6
/
+0
2020-04-30
raw-format: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-1
/
+3
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-1
/
+1
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+1
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+3
2019-10-28
block: Let format drivers pass @exact
Max Reitz
1
-1
/
+1
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-2
/
+3
[next]