index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
2016-06-16
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
2016-06-16
block: drop support for using qcow[2] encryption with system emulators
Daniel P. Berrange
2016-06-16
block: Assert that flags are in range
Eric Blake
2016-06-16
block: Avoid bogus flags during mirroring
Eric Blake
2016-06-16
qcow2: Implement .bdrv_co_pwritev()
Kevin Wolf
2016-06-16
qcow2: Use bytes instead of sectors for QCowL2Meta
Kevin Wolf
2016-06-16
qcow2: Make copy_sectors() byte based
Kevin Wolf
2016-06-16
qcow2: Implement .bdrv_co_preadv()
Kevin Wolf
2016-06-16
qcow2: Work with bytes in qcow2_get_cluster_offset()
Kevin Wolf
2016-06-08
block: Don't emulate natively supported pwritev flags
Kevin Wolf
2016-06-08
block: Fix bdrv_all_delete_snapshot() error handling
Kevin Wolf
2016-06-08
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
2016-06-08
raw-posix: Fetch max sectors for host block device
Fam Zheng
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
2016-06-08
vmdk: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
raw_bsd: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
raw-posix: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
qed: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
gluster: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
blkreplay: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
qcow2: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
iscsi: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
block: Track write zero limits in bytes
Eric Blake
2016-06-08
iscsi: Use block size as minimum zero/discard alignment
Eric Blake
2016-06-08
qcow2: Catch more unaligned write_zero into zero cluster
Eric Blake
2016-06-08
qcow2: add tracepoints for qcow2_co_write_zeroes
Denis V. Lunev
2016-06-08
qcow2: simplify logic in qcow2_co_write_zeroes
Denis V. Lunev
2016-06-08
block: split write_zeroes always
Denis V. Lunev
2016-06-07
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...
Peter Maydell
2016-06-07
block: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
qed: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
qcow/qcow2: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
parallels: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
block: Drop bdrv_ioctl_bh_cb
Fam Zheng
2016-06-07
block: Move BlockRequest type to io.c
Eric Blake
2016-06-07
block/io: optimize bdrv_co_pwritev for small requests
Peter Lieven
2016-06-07
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
2016-05-29
block/iscsi: avoid potential overflow of acb->task->cdb
Peter Lieven
2016-05-25
commit: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
backup: Remove bs parameter from backup_do_cow()
Kevin Wolf
2016-05-25
backup: Pack Notifier within BackupBlockJob
John Snow
2016-05-25
backup: Don't leak BackupBlockJob in error path
Kevin Wolf
2016-05-25
mirror: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
mirror: Allow target that already has a BlockBackend
Kevin Wolf
2016-05-25
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
[next]