index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
block: Add Error parameter to bdrv_append()
Kevin Wolf
1
-6
/
+17
2017-02-28
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
1
-7
/
+23
2017-02-28
block: Assertions for resize permission
Kevin Wolf
1
-0
/
+3
2017-02-28
block: Allow backing file links in change_parent_backing_link()
Kevin Wolf
1
-4
/
+3
2017-02-28
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
1
-35
/
+60
2017-02-28
block: Fix pending requests check in bdrv_append()
Kevin Wolf
1
-2
/
+2
2017-02-28
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
1
-0
/
+3
2017-02-28
block: Include details on permission errors in message
Kevin Wolf
1
-11
/
+56
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
1
-0
/
+9
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+4
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Request real permissions in bdrv_attach_child()
Kevin Wolf
1
-2
/
+8
2017-02-28
block: Require .bdrv_child_perm() with child nodes
Kevin Wolf
1
-2
/
+4
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
1
-0
/
+44
2017-02-28
block: Default .bdrv_child_perm() for filter drivers
Kevin Wolf
1
-0
/
+23
2017-02-28
block: Involve block drivers in permission granting
Kevin Wolf
1
-4
/
+202
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
1
-8
/
+58
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
1
-3
/
+13
2017-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-95
/
+170
2017-02-24
block: Add bdrv_new_open_driver()
Kevin Wolf
1
-1
/
+29
2017-02-24
block: Factor out bdrv_open_driver()
Kevin Wolf
1
-47
/
+65
2017-02-24
block: Use BlockBackend for image probing
Kevin Wolf
1
-17
/
+19
2017-02-24
block: Factor out bdrv_open_child_bs()
Kevin Wolf
1
-24
/
+37
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
1
-11
/
+24
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+2
2017-02-22
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
1
-2
/
+2
2017-02-12
block: bdrv_invalidate_cache: invalidate children first
Vladimir Sementsov-Ogievskiy
1
-6
/
+5
2017-02-12
block: check full backing filename when searching protocol filenames
Jeff Cody
1
-0
/
+13
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+1
2017-01-24
block: remove dead check
Paolo Bonzini
1
-1
/
+1
2016-11-11
block: Emit modules in bdrv_iterate_format()
Max Reitz
1
-0
/
+18
2016-11-11
block: Fix bdrv_iterate_format() sorting
Max Reitz
1
-1
/
+1
2016-10-31
block: Support streaming to an intermediate layer
Alberto Garcia
1
-1
/
+3
2016-10-31
block: Pause all jobs during bdrv_reopen_multiple()
Alberto Garcia
1
-1
/
+4
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
1
-0
/
+2
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
1
-2
/
+2
2016-10-07
block: Add qdev ID to DEVICE_TRAY_MOVED
Kevin Wolf
1
-7
/
+0
2016-10-07
block: Add bdrv_runtime_opts to query-command-line-options
Kevin Wolf
1
-1
/
+1
2016-09-29
block: Move 'discard' option to bdrv_open_common()
Kevin Wolf
1
-1
/
+16
2016-09-29
block: Parse 'detect-zeroes' in bdrv_open_common()
Kevin Wolf
1
-0
/
+33
2016-09-23
block: Don't queue the same BDS twice in bdrv_reopen_queue_child()
Alberto Garcia
1
-3
/
+19
2016-09-23
block: Add "read-only" to the options QDict
Alberto Garcia
1
-3
/
+35
2016-09-23
block: Update bs->open_flags earlier in bdrv_open_common()
Alberto Garcia
1
-3
/
+2
2016-09-23
block: Set BDRV_O_ALLOW_RDWR and snapshot_options before storing the flags
Alberto Garcia
1
-12
/
+11
2016-09-23
block: Remove bdrv_is_snapshot
Alberto Garcia
1
-5
/
+0
2016-09-20
blockdev: Add dynamic module loading for block drivers
Marc Mari
1
-7
/
+55
2016-09-13
block: unblock backup operations in backing file
Wen Congyang
1
-0
/
+17
2016-09-05
nbd-server: Use a separate BlockBackend
Kevin Wolf
1
-0
/
+2
2016-07-19
block: remove extra condition in bdrv_can_write_zeroes_with_unmap
Denis V. Lunev
1
-1
/
+1
[next]