index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Simplify BDRV_BLOCK_RAW recursion
Eric Blake
2017-05-12
1
-2
/
+2
*
block: fix alignment calculations in bdrv_co_do_zero_pwritev
Denis V. Lunev
2017-04-27
1
-1
/
+1
*
block: Remove NULL check in bdrv_co_flush
Fam Zheng
2017-04-27
1
-1
/
+1
*
Revert "block/io: Comment out permission assertions"
Max Reitz
2017-04-27
1
-10
/
+2
*
block: Walk bs->children carefully in bdrv_drain_recurse
Fam Zheng
2017-04-18
1
-3
/
+20
*
block/io: Comment out permission assertions
Max Reitz
2017-04-11
1
-2
/
+10
*
block: Fix bdrv_co_flush early return
Fam Zheng
2017-04-11
1
-5
/
+7
*
block: Use bdrv_coroutine_enter to start I/O coroutines
Fam Zheng
2017-04-11
1
-7
/
+7
*
block: Make bdrv_parent_drained_begin/end public
Fam Zheng
2017-04-11
1
-2
/
+2
*
block: Don't check permissions for copy on read
Kevin Wolf
2017-04-07
1
-1
/
+8
*
block: Request block status from *file for BDRV_BLOCK_RAW
Kevin Wolf
2017-03-13
1
-1
/
+1
*
block: Assertions for resize permission
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Assertions for write permissions
Kevin Wolf
2017-02-28
1
-0
/
+3
*
block: Pass BdrvChild to bdrv_aligned_preadv/pwritev and copy-on-read
Kevin Wolf
2017-02-28
1
-16
/
+21
*
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
1
-2
/
+2
*
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
1
-5
/
+1
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-1
/
+5
*
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2017-02-21
1
-0
/
+5
*
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
2017-02-21
1
-29
/
+0
*
block: get rid of bdrv_io_unplugged_begin/end
Paolo Bonzini
2017-01-16
1
-39
/
+2
*
block: Pass unaligned discard requests to drivers
Eric Blake
2016-11-22
1
-13
/
+32
*
block: Let write zeroes fallback work even with small max_transfer
Eric Blake
2016-11-22
1
-5
/
+8
*
block: Don't mark node clean after failed flush
Kevin Wolf
2016-11-08
1
-1
/
+3
*
block: Add bdrv_drain_all_{begin,end}()
Alberto Garcia
2016-10-31
1
-3
/
+24
*
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
2016-10-28
1
-0
/
+12
*
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
1
-32
/
+5
*
block: change drain to look only at one child at a time
Paolo Bonzini
2016-10-28
1
-21
/
+26
*
block: add BDS field to count in-flight requests
Paolo Bonzini
2016-10-28
1
-25
/
+50
*
block: Remove bdrv_aio_ioctl()
Kevin Wolf
2016-10-27
1
-27
/
+0
*
block: Introduce .bdrv_co_ioctl() driver callback
Kevin Wolf
2016-10-27
1
-6
/
+10
*
block: Remove bdrv_ioctl()
Kevin Wolf
2016-10-27
1
-37
/
+0
*
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
2016-10-27
1
-4
/
+4
*
block: Remove bdrv_aio_pdiscard()
Kevin Wolf
2016-10-27
1
-29
/
+0
*
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-10-07
1
-8
/
+3
*
block: reintroduce bdrv_flush_all
John Snow
2016-09-29
1
-0
/
+25
*
block/io: turn on dirty_bitmaps for the compressed writes
Pavel Butsykin
2016-09-05
1
-9
/
+5
*
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
2016-09-05
1
-31
/
+0
*
block/io: reuse bdrv_co_pwritev() for write compressed
Pavel Butsykin
2016-09-05
1
-16
/
+40
*
block: Convert bdrv_pwrite_compressed() to BdrvChild
Pavel Butsykin
2016-09-05
1
-1
/
+2
*
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
2016-09-05
1
-15
/
+7
*
block: fix possible reorder of flush operations
Denis V. Lunev
2016-08-18
1
-1
/
+2
*
block: fix deadlock in bdrv_co_flush
Evgeny Yakovlev
2016-08-18
1
-2
/
+3
*
block: Cater to iscsi with non-power-of-2 discard
Eric Blake
2016-08-03
1
-6
/
+9
*
block: Kill .bdrv_co_discard()
Eric Blake
2016-07-20
1
-7
/
+2
*
block: Add .bdrv_co_pdiscard() driver callback
Eric Blake
2016-07-20
1
-2
/
+5
*
block: Convert .bdrv_aio_discard() to byte-based
Eric Blake
2016-07-20
1
-4
/
+3
*
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
2016-07-20
1
-8
/
+7
*
block: Switch BlockRequest to byte-based
Eric Blake
2016-07-20
1
-32
/
+30
*
block: Convert bdrv_discard() to byte-based
Eric Blake
2016-07-20
1
-10
/
+9
*
block: Convert bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-32
/
+35
[next]