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