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
*
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
|
*
qed: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
2
-4
/
+2
|
*
qcow/qcow2: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
3
-8
/
+6
|
*
parallels: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-1
/
+1
|
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
3
-3
/
+0
*
|
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
|
/
*
block/iscsi: avoid potential overflow of acb->task->cdb
Peter Lieven
2016-05-29
1
-0
/
+7
*
commit: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-20
/
+33
*
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
2
-34
/
+21
*
backup: Remove bs parameter from backup_do_cow()
Kevin Wolf
2016-05-25
1
-7
/
+6
*
backup: Pack Notifier within BackupBlockJob
John Snow
2016-05-25
1
-9
/
+10
*
backup: Don't leak BackupBlockJob in error path
Kevin Wolf
2016-05-25
1
-2
/
+5
*
mirror: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-31
/
+39
*
mirror: Allow target that already has a BlockBackend
Kevin Wolf
2016-05-25
1
-27
/
+6
*
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
2
-15
/
+9
*
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
2016-05-25
1
-7
/
+14
*
block: Convert block job core to BlockBackend
Kevin Wolf
2016-05-25
1
-0
/
+3
*
block: Default to enabled write cache in blk_new()
Kevin Wolf
2016-05-25
1
-1
/
+2
*
block: Rename blk_write_zeroes()
Eric Blake
2016-05-25
2
-9
/
+9
*
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
2016-05-25
1
-4
/
+5
*
block: Make bdrv_drain() use bdrv_drained_begin/end()
Kevin Wolf
2016-05-25
1
-36
/
+33
*
block: Drop errp parameter from blk_new()
Max Reitz
2016-05-25
1
-7
/
+2
*
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
2
-8
/
+6
*
block: Drop blk_new_with_bs()
Max Reitz
2016-05-25
1
-23
/
+7
*
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-25
3
-43
/
+63
[next]