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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
1
-0
/
+4
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-2
/
+2
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2
-2
/
+6
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
1
-3
/
+6
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
1
-0
/
+1
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: Introduce bdrv_co_writev_flags()
Kevin Wolf
1
-0
/
+5
2016-03-30
block/qapi: Use blk_enable_write_cache()
Kevin Wolf
1
-1
/
+2
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
2
-3
/
+1
2016-03-30
block: Add bdrv_parse_cache_mode()
Kevin Wolf
1
-0
/
+1
2016-03-30
block: add flush callback
Pavel Dovgalyuk
1
-0
/
+7
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 blk_set_bs()
Kevin Wolf
1
-2
/
+0
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-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
3
-5
/
+0
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
1
-2
/
+0
2016-03-17
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
1
-0
/
+3
2016-03-17
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
1
-0
/
+4
2016-03-17
block: Use BdrvChild in BlockBackend
Kevin Wolf
1
-0
/
+5
2016-03-17
block: Remove bdrv_states list
Max Reitz
2
-5
/
+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
2
-34
/
+45
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
2016-03-14
hmp: 'drive_add -n' for creating a node without BB
Kevin Wolf
1
-0
/
+2
2016-03-14
block: Fix snapshot=on cache modes
Kevin Wolf
1
-1
/
+0
2016-02-23
include: Clean up includes
Peter Maydell
4
-5
/
+0
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
1
-0
/
+8
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
1
-6
/
+14
2016-02-09
blockjob: Fix hang in block_job_finish_sync
Fam Zheng
1
-0
/
+5
2016-02-02
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
1
-0
/
+1
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
2
-5
/
+9
2016-02-02
blockdev: Keep track of monitor-owned BDS
Max Reitz
1
-0
/
+4
2016-02-02
block: Add list of all BlockDriverStates
Max Reitz
1
-0
/
+2
2016-02-02
block: Make bdrv_close() static
Max Reitz
1
-1
/
+0
2016-02-02
block: Remove BDS close notifier
Max Reitz
2
-3
/
+0
2016-02-02
block: Add blk_dev_has_tray()
Max Reitz
1
-0
/
+1
2016-01-20
block: Inactivate BDS when migration completes
Kevin Wolf
2
-0
/
+2
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
1
-1
/
+1
2016-01-15
nbd: Always call "close_fn" in nbd_client_new
Fam Zheng
1
-2
/
+1
2016-01-07
block: Add check on mirror target
Fam Zheng
1
-0
/
+1
2016-01-07
block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
Fam Zheng
1
-1
/
+1
2015-12-22
block: add BlockLimits.max_iov field
Stefan Hajnoczi
1
-0
/
+3
[prev]
[next]