index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-1
/
+2
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
1
-1
/
+2
2017-07-11
block: add bdrv_measure() API
Stefan Hajnoczi
2
-0
/
+4
2017-07-11
block: release persistent bitmaps on inactivate
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2017-07-11
block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2
-0
/
+6
2017-07-11
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2017-07-11
block: add bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2
-0
/
+7
2017-07-11
block/dirty-bitmap: add bdrv_dirty_bitmap_next()
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2017-07-11
block: introduce persistent dirty bitmaps
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2017-07-11
block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2017-07-11
block: new bdrv_reopen_bitmaps_rw interface
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2017-07-11
block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2017-07-11
block/dirty-bitmap: add deserialize_ones func
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2017-07-11
block: fix bdrv_dirty_bitmap_granularity signature
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
2
-4
/
+0
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
1
-1
/
+1
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
1
-1
/
+1
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
1
-2
/
+2
2017-07-10
backup: Switch block_backup.h to byte-based
Eric Blake
1
-6
/
+5
2017-07-10
block: Drop unused bdrv_round_sectors_to_clusters()
Eric Blake
1
-4
/
+0
2017-07-10
block: Simplify use of BDRV_BLOCK_RAW
Eric Blake
1
-3
/
+3
2017-06-30
block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()
Eric Blake
1
-0
/
+2
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
1
-0
/
+18
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2
-7
/
+7
2017-06-26
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
1
-8
/
+0
2017-06-20
Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...
Peter Maydell
4
-33
/
+69
2017-06-16
block: make accounting thread-safe
Paolo Bonzini
1
-2
/
+6
2017-06-16
block: split BlockAcctStats creation and setup
Paolo Bonzini
1
-1
/
+2
2017-06-16
block: protect modification of dirty bitmaps with a mutex
Paolo Bonzini
2
-9
/
+20
2017-06-16
block: introduce dirty_bitmap_mutex
Paolo Bonzini
1
-0
/
+5
2017-06-16
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
1
-5
/
+9
2017-06-16
block: access write_gen with atomics
Paolo Bonzini
1
-1
/
+1
2017-06-16
block: use Stat64 for wr_highest_offset
Paolo Bonzini
1
-3
/
+4
2017-06-16
block: access io_plugged with atomic ops
Paolo Bonzini
1
-3
/
+5
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
2
-4
/
+8
2017-06-16
block: access serialising_in_flight with atomic ops
Paolo Bonzini
1
-4
/
+6
2017-06-16
block: access quiesce_counter with atomic ops
Paolo Bonzini
1
-0
/
+1
2017-06-16
block: access copy_on_read with atomic ops
Paolo Bonzini
1
-5
/
+6
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
1
-6
/
+2
2017-06-15
nbd: Fix regression on resiliency to port scan
Eric Blake
1
-1
/
+1
2017-06-06
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2017-06-06
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
1
-2
/
+2
2017-05-30
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
1
-0
/
+3
2017-05-29
block/file-*: *_parse_filename() and colons
Max Reitz
1
-0
/
+3
2017-05-24
blockjob: use deferred_to_main_loop to indicate the coroutine has ended
Paolo Bonzini
1
-1
/
+2
2017-05-24
blockjob: introduce block_job_pause/resume_all
Paolo Bonzini
2
-16
/
+14
2017-05-24
blockjob: introduce block_job_early_fail
Paolo Bonzini
1
-12
/
+3
2017-05-24
blockjob: remove iostatus_reset callback
Paolo Bonzini
1
-3
/
+0
2017-05-12
Merge tag 'block-pull-request' into staging
Stefan Hajnoczi
1
-2
/
+8
[next]