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