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
/
include
/
block
/
block_int.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
block: drop ctx argument from bdrv_root_attach_child
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2021-04-30
block: BdrvChildClass: add .get_parent_aio_context handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2021-02-12
block: add new BlockDriver handler: bdrv_cancel_in_flight
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2021-02-03
block/io: use int64_t bytes in copy_range
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2021-02-03
block/io: support int64_t bytes in read/write wrappers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-02-03
block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-02-03
block: use int64_t as bytes type in tracked requests
Eric Blake
1
-2
/
+2
2021-02-03
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-01-26
qapi: backup: add perf.use-copy-range parameter
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2021-01-26
qapi: block-stream: add "bottom" argument
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2021-01-26
block: include supported_read_flags into BDS structure
Andrey Shinkevich
1
-0
/
+4
2021-01-26
qapi: add filter-node-name to block-stream
Andrey Shinkevich
1
-1
/
+6
2020-12-18
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2020-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
1
-0
/
+8
2020-11-09
block: Move bdrv_drain_all_end_quiesce() to block_int.h
Greg Kurz
1
-0
/
+9
2020-09-07
block: Leave BDS.backing_{file,format} constant
Max Reitz
1
-5
/
+16
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
1
-22
/
+0
2020-09-07
block: Drop backing_bs()
Max Reitz
1
-5
/
+0
2020-09-07
block: Add chain helper functions
Max Reitz
1
-0
/
+3
2020-09-07
block: Add child access functions
Max Reitz
1
-3
/
+41
2020-08-25
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
1
-0
/
+1
2020-07-14
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
1
-0
/
+1
2020-07-06
block: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-1
/
+11
2020-07-06
block/core: add generic infrastructure for x-blockdev-amend qmp command
Maxim Levitsky
1
-6
/
+15
2020-07-06
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
1
-0
/
+4
2020-07-06
block/amend: add 'force' option
Maxim Levitsky
1
-0
/
+1
2020-05-19
blockdev: Promote several bitmap functions to non-static
Eric Blake
1
-0
/
+12
2020-05-19
block: Make it easier to learn which BDS support bitmaps
Eric Blake
1
-0
/
+1
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
1
-3
/
+1
2020-05-18
block: Drop child_file
Max Reitz
1
-1
/
+0
2020-05-18
block: Drop bdrv_format_default_perms()
Max Reitz
1
-11
/
+0
2020-05-18
block: Make bdrv_filter_default_perms() static
Max Reitz
1
-10
/
+0
2020-05-18
block: Drop child_backing
Max Reitz
1
-1
/
+0
2020-05-18
block: Drop child_format
Max Reitz
1
-1
/
+0
2020-05-18
block: Add bdrv_default_perms()
Max Reitz
1
-0
/
+11
2020-05-18
block: Add child_of_bds
Max Reitz
1
-0
/
+1
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
1
-1
/
+1
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
1
-1
/
+2
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
1
-1
/
+4
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-0
/
+2
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-11
/
+11
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
1
-0
/
+7
2020-05-13
qcow2: introduce compression type feature
Denis Plotnikov
1
-0
/
+1
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-7
/
+0
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+9
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
1
-0
/
+11
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+2
2020-03-11
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
1
-0
/
+4
2020-03-11
block: Make bdrv_get_cumulative_perm() public
Kevin Wolf
1
-0
/
+3
2020-03-09
monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
Maxim Levitsky
1
-2
/
+3
[next]