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
/
tests
/
unit
/
test-block-iothread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
1
-31
/
+0
2023-10-12
block: Protect bs->parents with graph_lock
Kevin Wolf
1
-0
/
+5
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+3
2023-09-20
block: Take AioContext lock for bdrv_append() more consistently
Kevin Wolf
1
-0
/
+3
2023-06-28
test-block-iothread: Lock AioContext for blk_insert_bs()
Kevin Wolf
1
-1
/
+6
2023-05-30
raw-format: Fix open with 'file' in iothread
Kevin Wolf
1
-3
/
+0
2023-05-30
block: Take main AioContext lock when calling bdrv_open()
Kevin Wolf
1
-0
/
+3
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+2
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
1
-0
/
+3
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-10-27
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
1
-5
/
+5
2022-10-07
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-10-07
jobs: use job locks also in the unit tests
Emanuele Giuseppe Esposito
1
-2
/
+6
2022-07-12
block: Add blk_co_truncate()
Alberto Faria
1
-0
/
+14
2022-07-12
block: Implement blk_pwrite_zeroes() using generated_co_wrapper
Alberto Faria
1
-0
/
+17
2022-07-12
block: Add blk_co_pwrite_compressed()
Alberto Faria
1
-0
/
+18
2022-07-12
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
1
-0
/
+19
2022-07-12
block: Add blk_[co_]preadv_part()
Alberto Faria
1
-0
/
+19
2022-07-12
block: Add blk_{preadv,pwritev}()
Alberto Faria
1
-1
/
+41
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-4
/
+4
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-2
/
+2
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
1
-2
/
+2
2022-07-12
block: Make bdrv_{pread,pwrite}() return 0 on success
Alberto Faria
1
-2
/
+2
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
1
-4
/
+4
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
1
-4
/
+4
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-3
/
+3
2022-03-04
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
1
-1
/
+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 uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-5
/
+14
2021-06-02
block: drop BlockDriverState::read_only
Vladimir Sementsov-Ogievskiy
1
-6
/
+0
2021-03-20
tests/unit/test-block-iothread: fix maybe-uninitialized error on GCC 11
Emanuele Giuseppe Esposito
1
-3
/
+3
2021-03-12
tests: Move unit tests into a separate directory
Thomas Huth
1
-0
/
+774