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
2017-02-28
commit: Use real permissions in commit block job
Kevin Wolf
2017-02-28
blockjob: Add permissions to block_job_add_bdrv()
Kevin Wolf
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
2017-02-28
blockjob: Add permissions to block_job_create()
Kevin Wolf
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
2017-02-28
block: Request real permissions in blk_new_open()
Kevin Wolf
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
2017-02-28
block: Add permissions to BlockBackend
Kevin Wolf
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
2017-02-28
block: Request child permissions in filter drivers
Kevin Wolf
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
2017-02-28
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2017-02-27
block/mirror: fix broken sparseness detection
John Snow
2017-02-27
iscsi: do not use aio_context_acquire/release
Paolo Bonzini
2017-02-27
nfs: do not use aio_context_acquire/release
Paolo Bonzini
2017-02-27
curl: do not use aio_context_acquire/release
Paolo Bonzini
2017-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-02-24
RBD: Add support readv,writev for rbd
tianqing
2017-02-24
block/nfs: try to avoid the bounce buffer in pwritev
Peter Lieven
2017-02-24
block/nfs: convert to preadv / pwritev
Peter Lieven
2017-02-24
vvfat: Use opened node as backing file
Kevin Wolf
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-24
mirror: Resize active commit base in mirror_run()
Kevin Wolf
2017-02-24
qcow2: Use BB for resizing in qcow2_amend_options()
Kevin Wolf
2017-02-24
qemu-img: Improve documentation for PREALLOC_MODE_FALLOC
Nir Soffer
2017-02-24
qemu-img: Truncate before full preallocation
Nir Soffer
2017-02-24
qemu-img: Do not truncate before preallocation
Nir Soffer
2017-02-22
block: Don't bother asserting type of output visitor's output
Markus Armbruster
2017-02-21
mirror: do not increase offset during initial zero_or_discard phase
Anton Nefedov
2017-02-21
iscsi: Add blockdev-add support
Kevin Wolf
2017-02-21
iscsi: Add timeout option
Kevin Wolf
2017-02-21
iscsi: Add header-digest option
Kevin Wolf
2017-02-21
iscsi: Add initiator-name option
Kevin Wolf
2017-02-21
iscsi: Handle -iscsi user/password in bdrv_parse_filename()
Kevin Wolf
2017-02-21
iscsi: Split URL into individual options
Kevin Wolf
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2017-02-21
qed: introduce qed_aio_start_io and qed_aio_next_io_cb
Paolo Bonzini
2017-02-21
blkdebug: reschedule coroutine on the AioContext it is running on
Paolo Bonzini
2017-02-21
nbd: convert to use qio_channel_yield
Paolo Bonzini
2017-02-21
block-backend: allow blk_prw from coroutine context
Paolo Bonzini
2017-02-21
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
[next]