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
/
include
/
block
/
block.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: get rid of bdrv_io_unplugged_begin/end
Paolo Bonzini
2017-01-16
1
-2
/
+0
*
blockjobs: split interface into public/private, Part 1
John Snow
2016-11-01
1
-2
/
+1
*
block: Add bdrv_drain_all_{begin,end}()
Alberto Garcia
2016-10-31
1
-0
/
+2
*
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
2016-10-28
1
-3
/
+23
*
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
2016-10-28
1
-1
/
+1
*
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
1
-0
/
+9
*
block: Remove bdrv_aio_ioctl()
Kevin Wolf
2016-10-27
1
-3
/
+0
*
block: Remove bdrv_ioctl()
Kevin Wolf
2016-10-27
1
-1
/
+0
*
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
2016-10-27
1
-0
/
+1
*
block: Remove bdrv_aio_pdiscard()
Kevin Wolf
2016-10-27
1
-3
/
+0
*
block: Move 'discard' option to bdrv_open_common()
Kevin Wolf
2016-09-29
1
-0
/
+1
*
block: reintroduce bdrv_flush_all
John Snow
2016-09-29
1
-0
/
+1
*
block: Add "read-only" to the options QDict
Alberto Garcia
2016-09-23
1
-0
/
+1
*
block: Remove bdrv_is_snapshot
Alberto Garcia
2016-09-23
1
-1
/
+0
*
Remove unused function declarations
Ladi Prosek
2016-09-15
1
-6
/
+0
*
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
2016-09-05
1
-2
/
+0
*
block/io: reuse bdrv_co_pwritev() for write compressed
Pavel Butsykin
2016-09-05
1
-1
/
+2
*
block: Convert bdrv_pwrite_compressed() to BdrvChild
Pavel Butsykin
2016-09-05
1
-1
/
+1
*
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
2016-09-05
1
-2
/
+2
*
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
2016-07-20
1
-3
/
+3
*
block: Convert bdrv_discard() to byte-based
Eric Blake
2016-07-20
1
-1
/
+1
*
block: Convert bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-1
/
+1
*
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
1
-5
/
+4
*
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+2
*
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Use bool as appropriate for BDS members
Eric Blake
2016-07-05
1
-4
/
+4
*
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-16
1
-0
/
+1
*
block: Introduce bdrv_preadv()
Kevin Wolf
2016-06-16
1
-0
/
+1
*
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
2016-06-16
1
-3
/
+7
*
block: Assert that flags are in range
Eric Blake
2016-06-16
1
-0
/
+3
*
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
1
-5
/
+5
*
block: Move BlockRequest type to io.c
Eric Blake
2016-06-07
1
-21
/
+0
*
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
2016-06-07
1
-3
/
+0
*
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-2
/
+0
*
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-2
/
+0
*
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
1
-2
/
+2
*
block: Drop bdrv_new_root()
Max Reitz
2016-05-25
1
-1
/
+0
*
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-25
1
-2
/
+13
*
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
1
-1
/
+2
*
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
1
-5
/
+2
*
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
1
-4
/
+0
*
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
1
-0
/
+4
*
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2016-05-12
1
-0
/
+4
[next]