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
/
block_int.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: drop bdrv_set_key from BlockDriver
Paolo Bonzini
2017-08-08
1
-1
/
+0
*
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
2017-07-24
1
-0
/
+1
*
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
2017-07-17
1
-1
/
+1
*
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-07-11
1
-1
/
+2
*
block: add bdrv_measure() API
Stefan Hajnoczi
2017-07-11
1
-0
/
+2
*
block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+3
*
block: add bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+4
*
block: new bdrv_reopen_bitmaps_rw interface
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+7
*
block: remove all encryption handling APIs
Daniel P. Berrange
2017-07-11
1
-1
/
+0
*
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-07-11
1
-1
/
+1
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
1
-3
/
+3
*
block: protect modification of dirty bitmaps with a mutex
Paolo Bonzini
2017-06-16
1
-2
/
+2
*
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
1
-2
/
+5
*
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
*
migration: Create include for migration snapshots
Juan Quintela
2017-06-01
1
-2
/
+2
*
block/file-*: *_parse_filename() and colons
Max Reitz
2017-05-29
1
-0
/
+3
*
block: Update comments on BDRV_BLOCK_* meanings
Eric Blake
2017-05-11
1
-0
/
+7
*
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
1
-0
/
+5
*
block: Add, parse and store "force-share" option
Fam Zheng
2017-05-11
1
-0
/
+1
*
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: Make errp the last parameter of commit_active_start
Fam Zheng
2017-04-24
1
-3
/
+3
*
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
1
-2
/
+2
*
block: Ignore multiple children in bdrv_check_update_perm()
Kevin Wolf
2017-03-07
1
-1
/
+1
*
commit: Add filter-node-name to block-commit
Kevin Wolf
2017-02-28
1
-3
/
+10
*
mirror: Add filter-node-name to blockdev-mirror
Kevin Wolf
2017-02-28
1
-1
/
+4
*
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
2017-02-28
1
-0
/
+3
*
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
2017-02-28
1
-0
/
+4
*
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
2017-02-28
1
-0
/
+6
*
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
2017-02-28
1
-1
/
+1
*
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
2017-02-28
1
-0
/
+8
*
block: Default .bdrv_child_perm() for filter drivers
Kevin Wolf
2017-02-28
1
-0
/
+8
*
block: Involve block drivers in permission granting
Kevin Wolf
2017-02-28
1
-0
/
+61
*
block: Let callers request permissions when attaching a child node
Kevin Wolf
2017-02-28
1
-1
/
+14
*
block: document fields protected by AioContext lock
Paolo Bonzini
2017-02-21
1
-25
/
+39
*
block: get rid of bdrv_io_unplugged_begin/end
Paolo Bonzini
2017-01-16
1
-2
/
+1
*
block: Rename raw-{posix,win32} to file-*.c
Eric Blake
2017-01-09
1
-1
/
+1
*
blockjob: refactor backup_start as backup_job_create
John Snow
2016-11-15
1
-11
/
+12
*
blockjob: centralize QMP event emissions
John Snow
2016-11-01
1
-13
/
+4
*
Replication/Blockjobs: Create replication jobs as internal
John Snow
2016-11-01
1
-2
/
+7
[next]