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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
block/io: refactor save/load vmstate
Vladimir Sementsov-Ogievskiy
1
-33
/
+35
2020-10-05
block: drop bdrv_prwv
Vladimir Sementsov-Ogievskiy
1
-40
/
+9
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
1
-212
/
+0
2020-10-05
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy
1
-17
/
+17
2020-10-05
block/io: refactor coroutine wrappers
Vladimir Sementsov-Ogievskiy
1
-28
/
+32
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-24
/
+24
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
1
-34
/
+17
2020-09-07
block: Use CAF in bdrv_co_rw_vmstate()
Max Reitz
1
-2
/
+3
2020-09-07
block: Iterate over children in refresh_limits
Max Reitz
1
-16
/
+16
2020-09-07
block: Flush all children in generic code
Max Reitz
1
-6
/
+17
2020-09-07
block: Use bdrv_cow_child() in bdrv_co_truncate()
Max Reitz
1
-3
/
+4
2020-09-07
block: Use CAFs in block status functions
Max Reitz
1
-9
/
+10
2020-09-07
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
1
-2
/
+5
2020-07-28
block: Fix bdrv_aligned_p*v() for qiov_offset != 0
Max Reitz
1
-4
/
+6
2020-07-06
block: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-7
/
+2
2020-07-06
block: inline bdrv_unallocated_blocks_are_zero()
Vladimir Sementsov-Ogievskiy
1
-3
/
+8
2020-06-05
block: Factor out bdrv_run_co()
Vladimir Sementsov-Ogievskiy
1
-121
/
+72
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-11
/
+11
2020-05-05
block: Comment cleanups
Eric Blake
1
-1
/
+2
2020-04-30
block: truncate: Don't make backing file data visible
Kevin Wolf
1
-0
/
+25
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-5
/
+7
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+7
2020-03-16
block/io: fix bdrv_co_do_copy_on_readv
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-02-07
block: fix crash on zero-length unaligned write and read
Vladimir Sementsov-Ogievskiy
1
-1
/
+27
2020-01-30
block/io: take bs->reqs_lock in bdrv_mark_request_serialising
Paolo Bonzini
1
-49
/
+63
2020-01-30
block/io: wait for serialising requests when a request becomes serialising
Paolo Bonzini
1
-23
/
+17
2020-01-30
block: eliminate BDRV_REQ_NO_SERIALISING
Paolo Bonzini
1
-14
/
+4
2019-11-04
block: Add bdrv_co_get_self_request()
Max Reitz
1
-0
/
+18
2019-11-04
block: Make wait/mark serialising requests public
Max Reitz
1
-12
/
+12
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
1
-12
/
+17
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-7
/
+13
2019-10-28
block: Handle filter truncation like native impl.
Max Reitz
1
-7
/
+6
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-1
/
+1
2019-10-14
block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK
Alberto Garcia
1
-0
/
+7
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
1
-2
/
+2
2019-10-14
replay: don't drain/flush bdrv queue while RR is working
Pavel Dovgalyuk
1
-0
/
+28
2019-10-08
block: Skip COR for inactive nodes
Max Reitz
1
-14
/
+27
2019-09-16
block: Use QEMU_IS_ALIGNED
Nir Soffer
1
-4
/
+4
2019-09-05
block: workaround for unaligned byte range in fallocate()
Andrey Shinkevich
1
-1
/
+1
2019-08-27
block/io: introduce bdrv_co_p{read, write}v_part
Vladimir Sementsov-Ogievskiy
1
-6
/
+23
2019-08-27
block/io: bdrv_aligned_pwritev: use and support qiov_offset
Vladimir Sementsov-Ogievskiy
1
-14
/
+13
2019-08-27
block/io: bdrv_aligned_preadv: use and support qiov_offset
Vladimir Sementsov-Ogievskiy
1
-13
/
+8
2019-08-27
block/io: bdrv_co_do_copy_on_readv: lazy allocation
Vladimir Sementsov-Ogievskiy
1
-9
/
+12
2019-08-27
block/io: bdrv_co_do_copy_on_readv: use and support qiov_offset
Vladimir Sementsov-Ogievskiy
1
-9
/
+9
2019-08-27
block: define .*_part io handlers in BlockDriver
Vladimir Sementsov-Ogievskiy
1
-19
/
+77
2019-08-27
block/io: refactor padding
Vladimir Sementsov-Ogievskiy
1
-165
/
+200
2019-08-27
util/iov: improve qemu_iovec_is_zero
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-08-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
1
-6
/
+12
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-15
block: implement BDRV_REQ_PREFETCH
Vladimir Sementsov-Ogievskiy
1
-6
/
+12
[next]