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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
block
/
block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-20
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
1
-3
/
+3
2016-07-20
block: Convert bdrv_discard() to byte-based
Eric Blake
1
-1
/
+1
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
1
-1
/
+1
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-5
/
+4
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-3
/
+2
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
1
-4
/
+4
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
1
-0
/
+1
2016-06-16
block: Introduce bdrv_preadv()
Kevin Wolf
1
-0
/
+1
2016-06-16
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
1
-3
/
+7
2016-06-16
block: Assert that flags are in range
Eric Blake
1
-0
/
+3
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-5
/
+5
2016-06-07
block: Move BlockRequest type to io.c
Eric Blake
1
-21
/
+0
2016-06-07
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
1
-3
/
+0
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
1
-2
/
+0
2016-05-25
stream: Use BlockBackend for I/O
Kevin Wolf
1
-2
/
+0
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
1
-2
/
+2
2016-05-25
block: Drop bdrv_new_root()
Max Reitz
1
-1
/
+0
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
1
-2
/
+13
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-1
/
+2
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
1
-5
/
+2
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-4
/
+0
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
1
-0
/
+4
2016-05-12
Add new block driver interface to add/delete a BDS's child
Wen Congyang
1
-0
/
+4
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
1
-1
/
+2
2016-04-11
block: Fix bdrv_drain in coroutine
Fam Zheng
1
-0
/
+1
2016-03-30
block: Remove bdrv_(set_)enable_write_cache()
Kevin Wolf
1
-2
/
+0
2016-03-30
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
1
-2
/
+1
2016-03-30
block: Remove bdrv_parse_cache_flags()
Kevin Wolf
1
-1
/
+0
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
1
-0
/
+1
2016-03-30
block: Add bdrv_parse_cache_mode()
Kevin Wolf
1
-0
/
+1
2016-03-30
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
1
-0
/
+1
2016-03-30
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
1
-0
/
+1
2016-03-30
block: Remove bdrv_make_anon()
Kevin Wolf
1
-1
/
+0
2016-03-22
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
1
-1
/
+1
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
1
-2
/
+0
2016-03-17
block: Remove bdrv_states list
Max Reitz
1
-1
/
+0
2016-03-17
block: Add bdrv_next_monitor_owned()
Max Reitz
1
-0
/
+1
2016-03-17
block: Move some bdrv_*_all() functions to BB
Max Reitz
1
-2
/
+0
2016-03-14
block: Remove unused typedef of BlockDriverDirtyHandler
Fam Zheng
1
-2
/
+0
2016-03-14
block: Move block dirty bitmap code to separate files
Fam Zheng
1
-34
/
+1
2016-03-14
typedefs: Add BdrvDirtyBitmap
Fam Zheng
1
-1
/
+0
2016-03-14
block: Include hbitmap.h in block.h
Fam Zheng
1
-1
/
+1
[next]