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
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-06-20
1
-0
/
+116
|
\
|
*
trace: split out trace events for block/ directory
Daniel P. Berrange
2016-06-20
1
-0
/
+116
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...
Peter Maydell
2016-06-20
11
-60
/
+17
|
\
\
|
*
|
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
8
-33
/
+12
|
*
|
error: Remove unnecessary local_err variables
Eduardo Habkost
2016-06-20
2
-9
/
+3
|
*
|
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-20
5
-24
/
+8
|
|
/
*
|
backup: follow AioContext change gracefully
Stefan Hajnoczi
2016-06-20
1
-8
/
+14
*
|
mirror: follow AioContext change gracefully
Stefan Hajnoczi
2016-06-20
1
-8
/
+35
*
|
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
|
/
*
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
[next]