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
/
include
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Move NVMe constants to a separate header
Fam Zheng
2018-02-08
1
-0
/
+700
*
block: Introduce buf register API
Fam Zheng
2018-02-08
2
-1
/
+19
*
qapi: add nbd-server-remove
Vladimir Sementsov-Ogievskiy
2018-01-26
1
-0
/
+1
*
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
2018-01-10
1
-4
/
+4
*
block: Allow graph changes in subtree drained section
Kevin Wolf
2017-12-22
2
-2
/
+5
*
block: Add bdrv_subtree_drained_begin/end()
Kevin Wolf
2017-12-22
1
-0
/
+13
*
block: Don't notify parents in drain call chain
Kevin Wolf
2017-12-22
1
-2
/
+2
*
block: Remove unused bdrv_requests_pending
Fam Zheng
2017-12-22
1
-1
/
+0
*
hbitmap: add next_zero function
Vladimir Sementsov-Ogievskiy
2017-12-18
1
-0
/
+1
*
blockjob: reimplement block_job_sleep_ns to allow cancellation
Paolo Bonzini
2017-11-29
2
-3
/
+9
*
blockjob: remove clock argument from block_job_sleep_ns
Paolo Bonzini
2017-11-29
1
-4
/
+3
*
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2017-11-21
1
-1
/
+2
|
\
|
*
blockjob: do not allow coroutine double entry or entry-after-completion
Jeff Cody
2017-11-21
1
-1
/
+2
*
|
block: Add errp to bdrv_all_goto_snapshot()
Kevin Wolf
2017-11-21
1
-1
/
+2
*
|
block: Add errp to bdrv_snapshot_goto()
Kevin Wolf
2017-11-21
1
-1
/
+2
|
/
*
block: Make bdrv_next() keep strong references
Max Reitz
2017-11-17
1
-0
/
+1
*
nbd: Fix struct name for structured reads
Eric Blake
2017-11-09
1
-5
/
+13
*
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2017-10-30
1
-0
/
+12
*
nbd: Move nbd_read() to common header
Eric Blake
2017-10-30
1
-0
/
+10
*
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
2017-10-30
1
-6
/
+24
*
nbd: Expose constants and structs for structured read
Eric Blake
2017-10-30
1
-0
/
+41
*
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
2017-10-30
1
-0
/
+13
*
block: Align block status requests
Eric Blake
2017-10-26
1
-1
/
+2
*
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
2017-10-26
1
-5
/
+3
*
block: Convert bdrv_get_block_status() to bytes
Eric Blake
2017-10-26
1
-8
/
+9
*
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
2017-10-26
1
-2
/
+2
*
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
2017-10-26
1
-4
/
+6
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...
Peter Maydell
2017-10-16
1
-7
/
+14
|
\
|
*
nbd: header constants indenting
Vladimir Sementsov-Ogievskiy
2017-10-13
1
-7
/
+8
|
*
nbd/server: structurize simple reply header sending
Vladimir Sementsov-Ogievskiy
2017-10-12
1
-0
/
+6
*
|
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2017-10-13
1
-2
/
+2
*
|
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
2017-10-13
1
-2
/
+9
|
/
*
commit: Remove overlay_bs
Kevin Wolf
2017-10-06
1
-2
/
+1
*
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
2017-10-06
1
-0
/
+6
*
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
2017-10-06
1
-1
/
+1
*
dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
Eric Blake
2017-10-06
1
-4
/
+4
*
dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
Eric Blake
2017-10-06
1
-2
/
+2
*
dirty-bitmap: Set iterator start by offset, not sector
Eric Blake
2017-10-06
1
-3
/
+2
*
dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes
Eric Blake
2017-10-06
1
-7
/
+7
*
dirty-bitmap: Avoid size query failure during truncate
Eric Blake
2017-10-06
1
-1
/
+1
*
dirty-bitmap: Drop unused functions
Eric Blake
2017-10-06
1
-10
/
+0
*
block: Fix permissions after bdrv_reopen()
Kevin Wolf
2017-09-26
1
-0
/
+1
*
block: Base permissions on rw state after reopen
Kevin Wolf
2017-09-26
1
-1
/
+0
*
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
2017-09-26
1
-0
/
+7
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-314
/
+0
*
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
2017-09-19
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...
Peter Maydell
2017-09-07
1
-2
/
+0
|
\
|
*
nbd: Use new qio_channel_*_all() functions
Eric Blake
2017-09-06
1
-2
/
+0
|
*
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-09-05
1
-0
/
+31
*
|
block: add throttle block filter driver
Manos Pitsidianakis
2017-09-06
1
-0
/
+5
[next]