index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
1
-2
/
+1
2018-12-14
block: Drop bdrv_reopen()
Alberto Garcia
1
-1
/
+0
2018-12-14
block: Add bdrv_reopen_set_read_only()
Alberto Garcia
1
-0
/
+2
2018-11-05
block: Require auto-read-only for existing fallbacks
Kevin Wolf
1
-1
/
+2
2018-11-05
block: Add auto-read-only option
Kevin Wolf
1
-0
/
+2
2018-10-01
block: Allow changing 'detect-zeroes' on reopen
Alberto Garcia
1
-0
/
+1
2018-09-25
block: Use a single global AioWait
Kevin Wolf
1
-5
/
+1
2018-07-30
block: Fix documentation for BDRV_REQ_MAY_UNMAP
Kevin Wolf
1
-5
/
+6
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
1
-2
/
+2
2018-07-10
block: add BDRV_REQ_SERIALISING flag
Vladimir Sementsov-Ogievskiy
1
-1
/
+13
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2018-07-10
block/io: fix copy_range
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2018-07-10
block: Poll after drain on attaching a node
Kevin Wolf
1
-0
/
+8
2018-07-05
block: Move two block permission constants to the relevant enum
Ari Sundholm
1
-0
/
+7
2018-07-02
block: Honour BDRV_REQ_NO_SERIALISING in copy range
Fam Zheng
1
-2
/
+3
2018-06-29
block: Remove unused sector-based vectored I/O
Eric Blake
1
-4
/
+0
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-0
/
+4
2018-06-18
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
1
-0
/
+1
2018-06-18
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
1
-5
/
+11
2018-06-18
block: Don't poll in parent drain callbacks
Kevin Wolf
1
-0
/
+9
2018-06-18
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
1
-3
/
+6
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
1
-0
/
+8
2018-06-11
block: Make bdrv_is_writable() public
Max Reitz
1
-0
/
+1
2018-06-11
block: Add Error parameter to bdrv_amend_options
Max Reitz
1
-1
/
+2
2018-06-01
block: Introduce API for copy offloading
Fam Zheng
1
-0
/
+32
2018-05-15
block: Add BDRV_REQ_WRITE_UNCHANGED flag
Max Reitz
1
-1
/
+5
2018-05-15
block: BLK_PERM_WRITE includes ..._UNCHANGED
Max Reitz
1
-0
/
+3
2018-03-09
block: Make bdrv_is_whitelisted() public
Kevin Wolf
1
-0
/
+1
2018-03-09
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
1
-0
/
+1
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-40
/
+14
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
1
-33
/
+7
2018-03-02
aio: rename aio_context_in_iothread() to in_aio_context_home_thread()
Stefan Hajnoczi
1
-1
/
+1
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
1
-7
/
+7
2018-02-09
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
1
-11
/
+0
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-02-08
block: Introduce buf register API
Fam Zheng
1
-1
/
+10
2017-12-22
block: Allow graph changes in subtree drained section
Kevin Wolf
1
-2
/
+0
2017-12-22
block: Add bdrv_subtree_drained_begin/end()
Kevin Wolf
1
-0
/
+13
2017-12-22
block: Don't notify parents in drain call chain
Kevin Wolf
1
-2
/
+2
2017-11-17
block: Make bdrv_next() keep strong references
Max Reitz
1
-0
/
+1
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
1
-5
/
+3
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
1
-8
/
+9
2017-10-26
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
1
-2
/
+2
2017-10-06
commit: Remove overlay_bs
Kevin Wolf
1
-2
/
+1
2017-09-26
block: Fix permissions after bdrv_reopen()
Kevin Wolf
1
-0
/
+1
2017-09-26
block: Base permissions on rw state after reopen
Kevin Wolf
1
-1
/
+0
[next]