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
*
Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...
Peter Maydell
2017-06-20
4
-33
/
+69
|
\
|
*
block: make accounting thread-safe
Paolo Bonzini
2017-06-16
1
-2
/
+6
|
*
block: split BlockAcctStats creation and setup
Paolo Bonzini
2017-06-16
1
-1
/
+2
|
*
block: protect modification of dirty bitmaps with a mutex
Paolo Bonzini
2017-06-16
2
-9
/
+20
|
*
block: introduce dirty_bitmap_mutex
Paolo Bonzini
2017-06-16
1
-0
/
+5
|
*
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
2017-06-16
1
-5
/
+9
|
*
block: access write_gen with atomics
Paolo Bonzini
2017-06-16
1
-1
/
+1
|
*
block: use Stat64 for wr_highest_offset
Paolo Bonzini
2017-06-16
1
-3
/
+4
|
*
block: access io_plugged with atomic ops
Paolo Bonzini
2017-06-16
1
-3
/
+5
|
*
block: access wakeup with atomic ops
Paolo Bonzini
2017-06-16
2
-4
/
+8
|
*
block: access serialising_in_flight with atomic ops
Paolo Bonzini
2017-06-16
1
-4
/
+6
|
*
block: access quiesce_counter with atomic ops
Paolo Bonzini
2017-06-16
1
-0
/
+1
|
*
block: access copy_on_read with atomic ops
Paolo Bonzini
2017-06-16
1
-5
/
+6
*
|
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-15
1
-6
/
+2
*
|
nbd: Fix regression on resiliency to port scan
Eric Blake
2017-06-15
1
-1
/
+1
|
/
*
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-2
/
+3
*
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-1
/
+2
*
migration: Create include for migration snapshots
Juan Quintela
2017-06-01
1
-2
/
+2
*
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
2017-05-30
1
-0
/
+3
|
\
|
*
block/file-*: *_parse_filename() and colons
Max Reitz
2017-05-29
1
-0
/
+3
*
|
blockjob: use deferred_to_main_loop to indicate the coroutine has ended
Paolo Bonzini
2017-05-24
1
-1
/
+2
*
|
blockjob: introduce block_job_pause/resume_all
Paolo Bonzini
2017-05-24
2
-16
/
+14
*
|
blockjob: introduce block_job_early_fail
Paolo Bonzini
2017-05-24
1
-12
/
+3
*
|
blockjob: remove iostatus_reset callback
Paolo Bonzini
2017-05-24
1
-3
/
+0
|
/
*
Merge tag 'block-pull-request' into staging
Stefan Hajnoczi
2017-05-12
1
-2
/
+8
|
\
|
*
aio: add missing aio_notify() to aio_enable_external()
Stefan Hajnoczi
2017-05-12
1
-2
/
+8
*
|
block: Update comments on BDRV_BLOCK_* meanings
Eric Blake
2017-05-11
2
-16
/
+26
*
|
block: Fix write/resize permissions for inactive images
Kevin Wolf
2017-05-11
1
-0
/
+1
*
|
block: Drop permissions when migration completes
Kevin Wolf
2017-05-11
1
-3
/
+4
*
|
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
2017-05-11
2
-2
/
+5
*
|
block: Add, parse and store "force-share" option
Fam Zheng
2017-05-11
2
-0
/
+2
*
|
block: Make bdrv_perm_names public
Fam Zheng
2017-05-11
1
-0
/
+2
|
/
*
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
1
-0
/
+3
*
block: fix obvious coding style mistakes in block_int.h
Klim Kireev
2017-04-28
1
-3
/
+3
*
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
1
-1
/
+1
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-1
/
+1
*
block: introduce bdrv_can_set_read_only()
Jeff Cody
2017-04-24
1
-0
/
+1
*
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
2017-04-24
1
-1
/
+1
*
block: add bdrv_set_read_only() helper function
Jeff Cody
2017-04-24
1
-0
/
+1
*
block: Make errp the last parameter of commit_active_start
Fam Zheng
2017-04-24
1
-3
/
+3
*
block: Make errp the last parameter of bdrv_img_create
Fam Zheng
2017-04-24
1
-1
/
+1
*
block: Drain BH in bdrv_drained_begin
Fam Zheng
2017-04-18
1
-8
/
+14
*
block: Introduce bdrv_coroutine_enter
Fam Zheng
2017-04-11
1
-0
/
+5
*
async: Introduce aio_co_enter
Fam Zheng
2017-04-11
1
-0
/
+9
*
block: Make bdrv_parent_drained_begin/end public
Fam Zheng
2017-04-11
1
-0
/
+16
*
block: Ignore guest dev permissions during incoming migration
Kevin Wolf
2017-04-07
1
-0
/
+2
*
block: Always call bdrv_child_check_perm first
Fam Zheng
2017-03-17
1
-4
/
+0
*
block: Fix error handling in bdrv_replace_in_backing_chain()
Kevin Wolf
2017-03-07
2
-4
/
+4
*
block: Ignore multiple children in bdrv_check_update_perm()
Kevin Wolf
2017-03-07
1
-1
/
+1
*
block: Add Error parameter to bdrv_append()
Kevin Wolf
2017-02-28
1
-1
/
+2
[next]