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
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
2019-07-22
block: Dec. drained_end_counter before bdrv_wakeup
Max Reitz
1
-3
/
+2
2019-07-19
block: Loop unsafely in bdrv*drained_end()
Max Reitz
1
-4
/
+4
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
1
-23
/
+57
2019-07-19
block: Make bdrv_parent_drained_[^_]*() static
Max Reitz
1
-4
/
+4
2019-07-19
block: Add @drained_end_counter
Max Reitz
1
-18
/
+40
2019-07-19
block: Introduce BdrvChild.parent_quiesce_counter
Max Reitz
1
-3
/
+11
2019-07-02
block: include base when checking image chain for block allocation
Andrey Shinkevich
1
-6
/
+15
2019-06-04
block/io: bdrv_pdiscard: support int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
2019-06-04
block/io: Delay decrementing the quiesce_counter
Max Reitz
1
-1
/
+2
2019-06-04
block: avoid recursive block_status call if possible
Vladimir Sementsov-Ogievskiy
1
-1
/
+8
2019-05-20
block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS
Alberto Garcia
1
-3
/
+3
2019-05-10
block: Remove bdrv_read() and bdrv_write()
Alberto Garcia
1
-36
/
+7
2019-05-10
block/io.c: fix for the allocation failure
Andrey Shinkevich
1
-1
/
+1
2019-03-26
block: Add BDRV_REQ_NO_FALLBACK
Kevin Wolf
1
-1
/
+11
2019-03-26
block: Remove error messages in bdrv_make_zero()
Kevin Wolf
1
-4
/
+0
2019-02-22
block/io: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-69
/
+20
2019-02-01
block: Fix hangs in synchronous APIs with iothreads
Kevin Wolf
1
-1
/
+7
2018-09-25
block: Use a single global AioWait
Kevin Wolf
1
-5
/
+2
2018-09-25
block: Remove aio_poll() in bdrv_drain_poll variants
Kevin Wolf
1
-8
/
+0
2018-09-25
block: Add missing locking in bdrv_co_drain_bh_cb()
Kevin Wolf
1
-0
/
+15
2018-07-10
block: Use common write req handling in truncate
Fam Zheng
1
-20
/
+35
2018-07-10
block: Fix bdrv_co_truncate overlap check
Fam Zheng
1
-1
/
+2
2018-07-10
block: Use common req handling in copy offloading
Fam Zheng
1
-14
/
+10
2018-07-10
block: Use common req handling for discard
Fam Zheng
1
-10
/
+23
2018-07-10
block: Fix handling of image enlarging write
Fam Zheng
1
-3
/
+7
2018-07-10
block: Extract common write req handling
Fam Zheng
1
-34
/
+57
2018-07-10
block: Use uint64_t for BdrvTrackedRequest byte fields
Fam Zheng
1
-3
/
+5
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
1
-9
/
+9
2018-07-10
block: Add copy offloading trace points
Fam Zheng
1
-0
/
+4
2018-07-10
block: add BDRV_REQ_SERIALISING flag
Vladimir Sementsov-Ogievskiy
1
-1
/
+27
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
1
-21
/
+25
2018-07-10
block/io: fix copy_range
Vladimir Sementsov-Ogievskiy
1
-15
/
+27
2018-07-10
block: Fix copy-on-read crash with partial final cluster
Kevin Wolf
1
-0
/
+6
2018-07-10
block: Poll after drain on attaching a node
Kevin Wolf
1
-6
/
+20
2018-07-02
block: Honour BDRV_REQ_NO_SERIALISING in copy range
Fam Zheng
1
-2
/
+4
2018-07-02
block: Fix parameter checking in bdrv_co_copy_range_internal
Fam Zheng
1
-14
/
+15
2018-06-29
block: Remove unused sector-based vectored I/O
Eric Blake
1
-36
/
+0
2018-06-29
block: Move request tracking to children in copy offloading
Fam Zheng
1
-31
/
+28
2018-06-29
block: Use tracked request for truncate
Kevin Wolf
1
-0
/
+25
2018-06-29
block: Move bdrv_truncate() implementation to io.c
Kevin Wolf
1
-0
/
+109
2018-06-18
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
1
-14
/
+46
2018-06-18
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
1
-35
/
+53
[prev]
[next]