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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
3
-13
/
+12
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
4
-78
/
+102
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
4
-9
/
+9
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2
-68
/
+70
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+17
2016-05-19
block: Make sure throttled BDSes always have a BB
Kevin Wolf
1
-0
/
+3
2016-05-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
27
-856
/
+1051
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
1
-2
/
+76
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
3
-29
/
+0
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
3
-27
/
+8
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
4
-3
/
+28
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
5
-12
/
+15
2016-05-12
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
1
-6
/
+59
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
1
-51
/
+0
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
1
-1
/
+17
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
2
-23
/
+13
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
1
-4
/
+4
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
11
-28
/
+31
2016-05-12
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
1
-4
/
+23
2016-05-12
block: always compile-check debug prints
Zhou Jie
2
-7
/
+16
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
1
-92
/
+0
2016-05-12
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
1
-9
/
+46
2016-05-12
vpc: Implement .bdrv_co_pwritev() interface
Kevin Wolf
1
-43
/
+43
2016-05-12
vpc: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-37
/
+42
2016-05-12
vmdk: Implement .bdrv_co_pwritev() interface
Kevin Wolf
1
-74
/
+135
2016-05-12
vmdk: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-45
/
+53
2016-05-12
vmdk: Add vmdk_find_offset_in_cluster()
Kevin Wolf
1
-6
/
+17
2016-05-12
vdi: Implement .bdrv_co_pwritev() interface
Kevin Wolf
1
-31
/
+41
2016-05-12
vdi: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-23
/
+32
2016-05-12
dmg: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-17
/
+23
2016-05-12
cloop: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-16
/
+22
2016-05-12
bochs: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-18
/
+33
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
1
-6
/
+22
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
3
-16
/
+16
2016-05-12
block: Support AIO drivers in bdrv_driver_preadv/pwritev()
Kevin Wolf
1
-74
/
+52
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
4
-40
/
+36
2016-05-12
block: Introduce bdrv_driver_preadv()
Kevin Wolf
1
-7
/
+23
2016-05-12
linux-aio: make it more type safe
Paolo Bonzini
3
-38
/
+27
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
4
-42
/
+65
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
3
-16
/
+27
2016-05-12
block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...
Paolo Bonzini
1
-12
/
+23
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2
-14
/
+15
2016-05-12
block: make bdrv_start_throttled_reqs return void
Paolo Bonzini
1
-6
/
+2
2016-05-12
block: Don't disable I/O throttling on sync requests
Kevin Wolf
1
-11
/
+0
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-6
/
+8
2016-04-29
vvfat: Fix default volume label
Kevin Wolf
1
-0
/
+2
2016-04-29
vvfat: Fix volume name assertion
Kevin Wolf
1
-1
/
+6
2016-04-22
mirror: Workaround for unexpected iohandler events during completion
Fam Zheng
1
-0
/
+9
2016-04-20
mirror: Don't extend the last sub-chunk
Fam Zheng
1
-4
/
+15
2016-04-20
block/mirror: Refresh stale bitmap iterator cache
Max Reitz
1
-0
/
+5
[next]