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-20
trace: split out trace events for block/ directory
Daniel P. Berrange
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
block/null: Implement bdrv_refresh_filename()
Max Reitz
2016-06-16
block/mirror: Fix target backing BDS
Max Reitz
2016-06-16
rbd:change error_setg() to error_setg_errno()
Vikhyat Umrao
2016-06-16
block: Create the commit block job before reopening any image
Alberto Garcia
2016-06-16
block: use the block job list in bdrv_drain_all()
Alberto Garcia
2016-06-16
block: Remove bs->zero_beyond_eof
Kevin Wolf
2016-06-16
qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
Kevin Wolf
2016-06-16
block: Make bdrv_load/save_vmstate coroutine_fns
Kevin Wolf
2016-06-16
block: Allow .bdrv_load/save_vmstate() to return 0/-errno
Kevin Wolf
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-16
block: Introduce bdrv_preadv()
Kevin Wolf
2016-06-16
linux-aio: Cancel BH if not needed
Kevin Wolf
2016-06-16
block: Don't enforce 512 byte minimum alignment
Kevin Wolf
2016-06-16
raw-posix: Implement .bdrv_co_preadv/pwritev
Kevin Wolf
2016-06-16
raw-posix: Switch to bdrv_co_* interfaces
Kevin Wolf
2016-06-16
block: Prepare bdrv_aligned_pwritev() for byte-aligned requests
Kevin Wolf
2016-06-16
block: Prepare bdrv_aligned_preadv() for byte-aligned requests
Kevin Wolf
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
[next]