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
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
2018-06-18
block: Move bdrv_drain_all_begin() out of coroutine context
Kevin Wolf
1
-5
/
+17
2018-06-18
block: Defer .bdrv_drain_begin callback to polling phase
Kevin Wolf
1
-5
/
+23
2018-06-18
block: Don't poll in parent drain callbacks
Kevin Wolf
1
-8
/
+16
2018-06-18
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
1
-18
/
+45
2018-06-18
block: Remove bdrv_drain_recurse()
Kevin Wolf
1
-33
/
+3
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
1
-6
/
+34
2018-06-18
block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()
Kevin Wolf
1
-1
/
+10
2018-06-18
block: Don't manually poll in bdrv_drain_all()
Kevin Wolf
1
-29
/
+12
2018-06-18
block: Remove 'recursive' parameter from bdrv_drain_invoke()
Kevin Wolf
1
-10
/
+3
2018-06-18
block: Use bdrv_do_drain_begin/end in bdrv_drain_all()
Kevin Wolf
1
-8
/
+2
2018-06-18
test-bdrv-drain: bdrv_drain() works with cross-AioContext events
Kevin Wolf
1
-4
/
+0
2018-06-01
block: Introduce API for copy offloading
Fam Zheng
1
-0
/
+97
2018-05-15
block: Set BDRV_REQ_WRITE_UNCHANGED for COR writes
Max Reitz
1
-2
/
+4
2018-05-15
block: Add BDRV_REQ_WRITE_UNCHANGED flag
Max Reitz
1
-1
/
+5
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-9
/
+4
2018-05-15
block: Drop last of the sector-based aio callbacks
Eric Blake
1
-48
/
+36
2018-05-15
block: Support byte-based aio callbacks
Eric Blake
1
-9
/
+29
2018-03-27
coroutine: avoid co_queue_wakeup recursion
Stefan Hajnoczi
1
-2
/
+1
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
1
-8
/
+2
2018-03-02
block: fix write with zero flag set and iovector provided
Anton Nefedov
1
-1
/
+1
2018-03-02
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
1
-40
/
+10
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
1
-16
/
+20
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
1
-9
/
+19
2018-02-08
block: Introduce buf register API
Fam Zheng
1
-0
/
+24
2017-12-22
block: Allow graph changes in subtree drained section
Kevin Wolf
1
-4
/
+24
[next]