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
Commit message (
Expand
)
Author
Age
Files
Lines
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-5
/
+0
*
block/null: Implement bdrv_refresh_filename()
Max Reitz
2016-06-16
1
-0
/
+20
*
block/mirror: Fix target backing BDS
Max Reitz
2016-06-16
1
-11
/
+28
*
rbd:change error_setg() to error_setg_errno()
Vikhyat Umrao
2016-06-16
1
-15
/
+23
*
block: Create the commit block job before reopening any image
Alberto Garcia
2016-06-16
1
-5
/
+6
*
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
*
qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
Kevin Wolf
2016-06-16
1
-20
/
+4
*
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
3
-11
/
+33
*
block: Introduce bdrv_preadv()
Kevin Wolf
2016-06-16
1
-7
/
+13
*
linux-aio: Cancel BH if not needed
Kevin Wolf
2016-06-16
1
-1
/
+3
*
block: Don't enforce 512 byte minimum alignment
Kevin Wolf
2016-06-16
1
-5
/
+3
*
raw-posix: Implement .bdrv_co_preadv/pwritev
Kevin Wolf
2016-06-16
3
-27
/
+26
*
raw-posix: Switch to bdrv_co_* interfaces
Kevin Wolf
2016-06-16
3
-54
/
+96
*
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
2
-29
/
+44
*
block: drop support for using qcow[2] encryption with system emulators
Daniel P. Berrange
2016-06-16
2
-8
/
+20
*
block: Assert that flags are in range
Eric Blake
2016-06-16
1
-0
/
+6
*
block: Avoid bogus flags during mirroring
Eric Blake
2016-06-16
1
-4
/
+2
*
qcow2: Implement .bdrv_co_pwritev()
Kevin Wolf
2016-06-16
3
-56
/
+49
*
qcow2: Use bytes instead of sectors for QCowL2Meta
Kevin Wolf
2016-06-16
2
-30
/
+15
*
qcow2: Make copy_sectors() byte based
Kevin Wolf
2016-06-16
1
-28
/
+27
*
qcow2: Implement .bdrv_co_preadv()
Kevin Wolf
2016-06-16
3
-65
/
+72
*
qcow2: Work with bytes in qcow2_get_cluster_offset()
Kevin Wolf
2016-06-16
1
-21
/
+23
*
block: Don't emulate natively supported pwritev flags
Kevin Wolf
2016-06-08
1
-1
/
+3
*
block: Fix bdrv_all_delete_snapshot() error handling
Kevin Wolf
2016-06-08
1
-3
/
+0
*
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
2016-06-08
3
-4
/
+12
*
raw-posix: Fetch max sectors for host block device
Fam Zheng
2016-06-08
1
-0
/
+24
*
block: Kill bdrv_co_write_zeroes()
Eric Blake
2016-06-08
1
-13
/
+2
*
vmdk: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-7
/
+5
*
raw_bsd: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-6
/
+5
*
raw-posix: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-17
/
+17
*
qed: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-18
/
+15
*
gluster: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-8
/
+6
*
blkreplay: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-6
/
+4
*
qcow2: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-18
/
+19
*
iscsi: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-24
/
+34
*
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
6
-23
/
+34
*
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
5
-21
/
+24
*
iscsi: Use block size as minimum zero/discard alignment
Eric Blake
2016-06-08
1
-0
/
+5
*
qcow2: Catch more unaligned write_zero into zero cluster
Eric Blake
2016-06-08
1
-24
/
+23
*
qcow2: add tracepoints for qcow2_co_write_zeroes
Denis V. Lunev
2016-06-08
1
-0
/
+5
*
qcow2: simplify logic in qcow2_co_write_zeroes
Denis V. Lunev
2016-06-08
1
-18
/
+5
*
block: split write_zeroes always
Denis V. Lunev
2016-06-08
1
-13
/
+17
*
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...
Peter Maydell
2016-06-07
10
-18
/
+10
|
\
|
*
block: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-2
/
+1
[next]