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
/
block
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
1
-12
/
+13
*
block: Convert bdrv_prwv_co() to BdrvChild
Kevin Wolf
2016-07-05
1
-20
/
+25
*
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
2016-07-05
1
-4
/
+5
*
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
1
-9
/
+8
*
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
1
-4
/
+4
*
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+3
*
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_co_do_readv/writev to BdrvChild
Kevin Wolf
2016-07-05
1
-14
/
+15
*
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
2016-07-05
1
-4
/
+4
*
block: Move request_alignment into BlockLimit
Eric Blake
2016-07-05
1
-7
/
+7
*
block: Split bdrv_merge_limits() from bdrv_refresh_limits()
Eric Blake
2016-07-05
1
-18
/
+13
*
block: Switch discard length bounds to byte-based
Eric Blake
2016-07-05
1
-7
/
+9
*
block: Switch transfer length bounds to byte-based
Eric Blake
2016-07-05
1
-12
/
+11
*
block: Set default request_alignment during bdrv_refresh_limits()
Eric Blake
2016-07-05
1
-0
/
+3
*
block: Fix harmless off-by-one in bdrv_aligned_preadv()
Eric Blake
2016-07-05
1
-1
/
+1
*
block: Document supported flags during bdrv_aligned_preadv()
Eric Blake
2016-07-05
1
-1
/
+9
*
block: Tighter assertions on bdrv_aligned_pwritev()
Eric Blake
2016-07-05
1
-5
/
+8
*
block: process before_write_notifiers in bdrv_co_discard
Denis V. Lunev
2016-06-20
1
-0
/
+5
*
block: fix race in bdrv_co_discard with drive-mirror
Denis V. Lunev
2016-06-20
1
-1
/
+2
*
block: fixed BdrvTrackedRequest filling in bdrv_co_discard
Denis V. Lunev
2016-06-20
1
-2
/
+2
*
block: use the block job list in bdrv_drain_all()
Alberto Garcia
2016-06-16
1
-6
/
+18
*
block: Remove bs->zero_beyond_eof
Kevin Wolf
2016-06-16
1
-29
/
+23
*
block: Make bdrv_load/save_vmstate coroutine_fns
Kevin Wolf
2016-06-16
1
-22
/
+58
*
block: Allow .bdrv_load/save_vmstate() to return 0/-errno
Kevin Wolf
2016-06-16
1
-2
/
+15
*
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-16
1
-5
/
+20
*
block: Introduce bdrv_preadv()
Kevin Wolf
2016-06-16
1
-7
/
+13
*
block: Don't enforce 512 byte minimum alignment
Kevin Wolf
2016-06-16
1
-5
/
+3
*
block: Prepare bdrv_aligned_pwritev() for byte-aligned requests
Kevin Wolf
2016-06-16
1
-8
/
+5
*
block: Prepare bdrv_aligned_preadv() for byte-aligned requests
Kevin Wolf
2016-06-16
1
-24
/
+20
*
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
2016-06-16
1
-25
/
+38
*
block: Assert that flags are in range
Eric Blake
2016-06-16
1
-0
/
+6
*
block: Don't emulate natively supported pwritev flags
Kevin Wolf
2016-06-08
1
-1
/
+3
*
block: Kill bdrv_co_write_zeroes()
Eric Blake
2016-06-08
1
-13
/
+2
*
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
1
-13
/
+21
*
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-35
/
+43
*
block: Track write zero limits in bytes
Eric Blake
2016-06-08
1
-9
/
+13
*
block: split write_zeroes always
Denis V. Lunev
2016-06-08
1
-13
/
+17
*
block: Drop bdrv_ioctl_bh_cb
Fam Zheng
2016-06-07
1
-18
/
+2
*
block: Move BlockRequest type to io.c
Eric Blake
2016-06-07
1
-0
/
+21
*
block/io: optimize bdrv_co_pwritev for small requests
Peter Lieven
2016-06-07
1
-0
/
+8
*
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
2016-06-07
1
-11
/
+0
*
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-9
/
+0
*
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-9
/
+0
*
block: Make bdrv_drain() use bdrv_drained_begin/end()
Kevin Wolf
2016-05-25
1
-36
/
+33
*
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-25
1
-6
/
+4
*
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
1
-6
/
+7
*
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
1
-194
/
+0
[prev]
[next]