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
/
block-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-15
block-backend: replace bdrv_*_above with blk_*_above
Emanuele Giuseppe Esposito
1
-0
/
+21
2022-12-15
block: Remove drained_end_counter
Kevin Wolf
1
-2
/
+2
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+1
2022-11-29
block-backend: avoid bdrv_unregister_buf() NULL pointer deref
Stefan Hajnoczi
1
-2
/
+13
2022-11-10
block-backend: Update ctx immediately after root
Hanna Reitz
1
-1
/
+7
2022-11-10
block: Make bdrv_child_get_parent_aio_context I/O
Hanna Reitz
1
-0
/
+1
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
1
-27
/
+49
2022-10-27
block/block-backend: blk_set_enable_write_cache is IO_CODE
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-10-27
block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
Emanuele Giuseppe Esposito
1
-2
/
+1
2022-10-27
block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
Emanuele Giuseppe Esposito
1
-33
/
+0
2022-10-27
block: use the new _change_ API instead of _can_set_ and _set_
Emanuele Giuseppe Esposito
1
-2
/
+6
2022-10-27
block-backend: implement .change_aio_ctx in child_root
Emanuele Giuseppe Esposito
1
-0
/
+52
2022-10-26
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
1
-2
/
+2
2022-10-26
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
1
-2
/
+2
2022-10-07
block: add missing coroutine_fn annotations
Paolo Bonzini
1
-5
/
+5
2022-07-12
block: Remove remaining unused symbols in coroutines.h
Alberto Faria
1
-3
/
+3
2022-07-12
block: Reorganize some declarations in block-backend-io.h
Alberto Faria
1
-0
/
+22
2022-07-12
block: Add blk_co_truncate()
Alberto Faria
1
-3
/
+4
2022-07-12
block: Add blk_co_ioctl()
Alberto Faria
1
-3
/
+4
2022-07-12
block: Implement blk_flush() using generated_co_wrapper
Alberto Faria
1
-11
/
+0
2022-07-12
block: Implement blk_pdiscard() using generated_co_wrapper
Alberto Faria
1
-12
/
+0
2022-07-12
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
1
-8
/
+0
2022-07-12
block: Add blk_co_pwrite_compressed()
Alberto Faria
1
-4
/
+4
2022-07-12
block: Change blk_pwrite_compressed() param order
Alberto Faria
1
-2
/
+2
2022-07-12
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
1
-14
/
+0
2022-07-12
block: Add blk_[co_]preadv_part()
Alberto Faria
1
-7
/
+23
2022-07-12
block: Implement blk_{pread,pwrite}() using generated_co_wrapper
Alberto Faria
1
-23
/
+0
2022-07-12
block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t
Alberto Faria
1
-3
/
+3
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-2
/
+2
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-2
/
+3
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
1
-5
/
+2
2022-06-24
block: Support passing NULL ops to blk_set_dev_ops()
Xie Yongji
1
-1
/
+1
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
1
-10
/
+0
2022-03-04
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
1
-0
/
+6
2022-03-04
assertions for blockdev.h global state API
Emanuele Giuseppe Esposito
1
-0
/
+3
2022-03-04
block.c: add assertions to static functions
Emanuele Giuseppe Esposito
1
-0
/
+3
2022-03-04
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
1
-0
/
+2
2022-03-04
assertions for block_int global state API
Emanuele Giuseppe Esposito
1
-0
/
+3
2022-03-04
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
1
-0
/
+58
2022-03-04
block/block-backend.c: assertions for block-backend
Emanuele Giuseppe Esposito
1
-0
/
+78
2022-03-04
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
1
-3
/
+6
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-03-04
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-02-01
block-backend: Retain permissions after migration
Hanna Reitz
1
-0
/
+11
2022-01-14
block-backend: prevent dangling BDS pointers across aio_poll()
Stefan Hajnoczi
1
-2
/
+17
2021-11-02
block-backend: Silence clang -m32 compiler warning
Hanna Reitz
1
-1
/
+1
2021-10-15
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
2021-10-15
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
1
-5
/
+8
2021-10-15
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
[next]