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
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/iscsi: fix initialization of iTask in iscsi_co_get_block_status
Peter Lieven
2018-01-16
1
-1
/
+2
*
block/nbd: fix segmentation fault when .desc is not null-terminated
Murilo Opsfelder Araujo
2018-01-08
1
-0
/
+1
*
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
2017-12-22
1
-0
/
+6
*
commit: Simplify reopen of base
Kevin Wolf
2017-12-22
1
-7
/
+1
*
block: Allow graph changes in subtree drained section
Kevin Wolf
2017-12-22
1
-4
/
+24
*
block: Add bdrv_subtree_drained_begin/end()
Kevin Wolf
2017-12-22
1
-11
/
+43
*
block: Don't notify parents in drain call chain
Kevin Wolf
2017-12-22
1
-13
/
+34
*
block: Nested drain_end must still call callbacks
Kevin Wolf
2017-12-22
1
-5
/
+7
*
block: Don't block_job_pause_all() in bdrv_drain_all()
Kevin Wolf
2017-12-22
1
-4
/
+0
*
block: Make bdrv_drain() driver callbacks non-recursive
Kevin Wolf
2017-12-22
1
-7
/
+9
*
block: Assert drain_all is only called from main AioContext
Kevin Wolf
2017-12-22
1
-0
/
+6
*
block: Remove unused bdrv_requests_pending
Fam Zheng
2017-12-22
1
-18
/
+0
*
qcow2: get rid of qcow2_backing_read1 routine
Edgar Kaziakhmedov
2017-12-22
2
-46
/
+8
*
block: Unify order in drain functions
Kevin Wolf
2017-12-22
1
-4
/
+8
*
block: Don't wait for requests in bdrv_drain*_end()
Kevin Wolf
2017-12-22
1
-2
/
+0
*
block: bdrv_drain_recurse(): Remove unused begin parameter
Kevin Wolf
2017-12-22
1
-6
/
+6
*
block: Call .drain_begin only once in bdrv_drain_all_begin()
Kevin Wolf
2017-12-22
1
-2
/
+1
*
block: Make bdrv_drain_invoke() recursive
Kevin Wolf
2017-12-22
1
-3
/
+11
*
block/iscsi: only report an iSCSI Failure if we don't handle it gracefully
Peter Lieven
2017-12-21
1
-11
/
+32
*
block/iscsi: dont leave allocmap in an invalid state on UNMAP failure
Peter Lieven
2017-12-21
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-12-20
2
-4
/
+2
|
\
|
*
coroutine: simplify co_aio_sleep_ns() prototype
Stefan Hajnoczi
2017-12-19
2
-4
/
+2
*
|
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2017-12-19
4
-141
/
+172
|
\
\
|
|
/
|
/
|
|
*
block/curl: fix minor memory leaks
Jeff Cody
2017-12-18
1
-0
/
+6
|
*
block/curl: check error return of curl_global_init()
Jeff Cody
2017-12-18
1
-6
/
+12
|
*
block/sheepdog: code beautification
Jeff Cody
2017-12-18
1
-82
/
+82
|
*
block/sheepdog: remove spurious NULL check
Jeff Cody
2017-12-18
1
-1
/
+1
|
*
backup: use copy_bitmap in incremental backup
Vladimir Sementsov-Ogievskiy
2017-12-18
1
-38
/
+17
|
*
backup: simplify non-dirty bits progress processing
Vladimir Sementsov-Ogievskiy
2017-12-18
1
-15
/
+3
|
*
backup: init copy_bitmap from sync_bitmap for incremental
Vladimir Sementsov-Ogievskiy
2017-12-18
1
-1
/
+43
|
*
backup: move from done_bitmap to copy_bitmap
Vladimir Sementsov-Ogievskiy
2017-12-18
1
-9
/
+14
|
*
hbitmap: add next_zero function
Vladimir Sementsov-Ogievskiy
2017-12-18
1
-0
/
+5
*
|
block: remove "qemu/osdep.h" from header file
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
|
/
*
block/nfs: fix nfs_client_open for filesize greater than 1TB
Peter Lieven
2017-11-29
1
-4
/
+3
*
blockjob: remove clock argument from block_job_sleep_ns
Paolo Bonzini
2017-11-29
4
-7
/
+7
*
block: Expect graph changes in bdrv_parent_drained_begin/end
Kevin Wolf
2017-11-29
1
-4
/
+4
*
block: Error out on load_vm with active dirty bitmaps
Kevin Wolf
2017-11-21
1
-12
/
+3
*
block: Add errp to bdrv_all_goto_snapshot()
Kevin Wolf
2017-11-21
1
-5
/
+6
*
block: Add errp to bdrv_snapshot_goto()
Kevin Wolf
2017-11-21
1
-6
/
+17
*
block: Don't request I/O permission with BDRV_O_NO_IO
Kevin Wolf
2017-11-21
1
-4
/
+6
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-11-17
15
-39
/
+244
|
\
|
*
block: Make bdrv_next() keep strong references
Max Reitz
2017-11-17
2
-2
/
+52
|
*
qcow2: Fix overly broad madvise()
Max Reitz
2017-11-17
1
-1
/
+1
|
*
qcow2: Refuse to get unaligned offsets from cache
Max Reitz
2017-11-17
1
-0
/
+21
|
*
qcow2: Add bounds check to get_refblock_offset()
Max Reitz
2017-11-17
2
-7
/
+25
|
*
block: Guard against NULL bs->drv
Max Reitz
2017-11-17
4
-2
/
+59
|
*
qcow2: Unaligned zero cluster in handle_alloc()
Max Reitz
2017-11-17
1
-1
/
+12
|
*
qcow2: check_errors are fatal
Max Reitz
2017-11-17
1
-1
/
+4
|
*
qcow2: reject unaligned offsets in write compressed
Anton Nefedov
2017-11-17
1
-0
/
+4
|
*
qcow2: fix image corruption on commit with persistent bitmap
Eric Blake
2017-11-17
1
-7
/
+10
[next]