index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
Age
Commit message (
Expand
)
Author
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
2017-07-10
backup: Switch block_backup.h to byte-based
Eric Blake
2017-07-10
block: Drop unused bdrv_round_sectors_to_clusters()
Eric Blake
2017-07-10
block: Simplify use of BDRV_BLOCK_RAW
Eric Blake
2017-06-30
block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()
Eric Blake
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
2017-06-20
Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...
Peter Maydell
2017-06-16
block: make accounting thread-safe
Paolo Bonzini
2017-06-16
block: split BlockAcctStats creation and setup
Paolo Bonzini
2017-06-16
block: protect modification of dirty bitmaps with a mutex
Paolo Bonzini
2017-06-16
block: introduce dirty_bitmap_mutex
Paolo Bonzini
2017-06-16
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
2017-06-16
block: access write_gen with atomics
Paolo Bonzini
2017-06-16
block: use Stat64 for wr_highest_offset
Paolo Bonzini
2017-06-16
block: access io_plugged with atomic ops
Paolo Bonzini
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
2017-06-16
block: access serialising_in_flight with atomic ops
Paolo Bonzini
2017-06-16
block: access quiesce_counter with atomic ops
Paolo Bonzini
2017-06-16
block: access copy_on_read with atomic ops
Paolo Bonzini
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-15
nbd: Fix regression on resiliency to port scan
Eric Blake
2017-06-06
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
2017-06-06
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
2017-05-30
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
2017-05-29
block/file-*: *_parse_filename() and colons
Max Reitz
2017-05-24
blockjob: use deferred_to_main_loop to indicate the coroutine has ended
Paolo Bonzini
2017-05-24
blockjob: introduce block_job_pause/resume_all
Paolo Bonzini
2017-05-24
blockjob: introduce block_job_early_fail
Paolo Bonzini
2017-05-24
blockjob: remove iostatus_reset callback
Paolo Bonzini
2017-05-12
Merge tag 'block-pull-request' into staging
Stefan Hajnoczi
2017-05-12
aio: add missing aio_notify() to aio_enable_external()
Stefan Hajnoczi
2017-05-11
block: Update comments on BDRV_BLOCK_* meanings
Eric Blake
2017-05-11
block: Fix write/resize permissions for inactive images
Kevin Wolf
2017-05-11
block: Drop permissions when migration completes
Kevin Wolf
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
2017-05-11
block: Add, parse and store "force-share" option
Fam Zheng
2017-05-11
block: Make bdrv_perm_names public
Fam Zheng
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-04-28
block: fix obvious coding style mistakes in block_int.h
Klim Kireev
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-24
block: introduce bdrv_can_set_read_only()
Jeff Cody
2017-04-24
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
2017-04-24
block: add bdrv_set_read_only() helper function
Jeff Cody
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
2017-04-24
block: Make errp the last parameter of bdrv_img_create
Fam Zheng
2017-04-18
block: Drain BH in bdrv_drained_begin
Fam Zheng
[next]