index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
iotests: fix the redirection order in 083
Wei Jiangang
1
-2
/
+2
2016-05-12
block: Inactivate all children
Fam Zheng
1
-11
/
+36
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
3
-29
/
+0
2016-05-12
block: Invalidate all children
Fam Zheng
1
-6
/
+14
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
5
-5
/
+33
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
6
-14
/
+17
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
2
-61
/
+0
2016-05-12
qemu-io: Switch to byte-based block access
Eric Blake
1
-52
/
+10
2016-05-12
qemu-img: Switch to byte-based block access
Eric Blake
1
-9
/
+19
2016-05-12
nbd: Switch to byte-based block access
Eric Blake
1
-4
/
+9
2016-05-12
atapi: Switch to byte-based block access
Eric Blake
1
-8
/
+11
2016-05-12
m25p80: Switch to byte-based block access
Eric Blake
1
-16
/
+7
2016-05-12
sd: Switch to byte-based block access
Eric Blake
1
-47
/
+4
2016-05-12
pflash: Switch to byte-based block access
Eric Blake
2
-12
/
+12
2016-05-12
onenand: Switch to byte-based block access
Eric Blake
1
-14
/
+27
2016-05-12
nand: Switch to byte-based block access
Eric Blake
1
-13
/
+23
2016-05-12
fdc: Switch to byte-based block access
Eric Blake
1
-8
/
+17
2016-05-12
xen_disk: Switch to byte-based aio block access
Eric Blake
1
-6
/
+4
2016-05-12
virtio: Switch to byte-based aio block access
Eric Blake
2
-11
/
+9
2016-05-12
scsi-disk: Switch to byte-based aio block access
Eric Blake
1
-21
/
+20
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
5
-21
/
+18
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
2
-2
/
+24
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
6
-36
/
+25
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
3
-7
/
+7
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
15
-33
/
+37
2016-05-12
qemu-io: Fix memory leak in 'aio_write -z'
Kevin Wolf
1
-0
/
+1
2016-05-12
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
4
-5
/
+29
2016-05-12
block: always compile-check debug prints
Zhou Jie
2
-7
/
+16
2016-05-12
block: Fix typo in comment
Wei Jiangang
1
-1
/
+1
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
3
-98
/
+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
2
-6
/
+26
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
5
-20
/
+20
2016-05-12
block: Support AIO drivers in bdrv_driver_preadv/pwritev()
Kevin Wolf
2
-75
/
+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
6
-44
/
+71
[prev]
[next]