index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-11
/
+11
2017-08-01
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-31
qcow2: fix null pointer dereference
Philippe Mathieu-Daudé
1
-2
/
+2
2017-07-25
qcow2-bitmap: fix bitmap_free
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2017-07-25
qcow: fix memory leaks related to encryption
Daniel P. Berrange
2
-5
/
+7
2017-07-24
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
3
-6
/
+33
2017-07-24
qcow2: Fix sector calculation in qcow2_measure()
Eric Blake
1
-2
/
+2
2017-07-24
dirty-bitmap: Report BlockDirtyInfo.count in bytes, as documented
Eric Blake
1
-1
/
+1
2017-07-21
block/vpc: fix uninitialised variable compiler warning
Mark Cave-Ayland
1
-1
/
+1
2017-07-18
block/vvfat: Fix compiler warning with gcc 7
Max Reitz
1
-2
/
+3
2017-07-18
vvfat: initialize memory after allocating it
Hervé Poussineau
1
-0
/
+1
2017-07-18
vvfat: correctly parse non-ASCII short and long file names
Hervé Poussineau
1
-22
/
+37
2017-07-18
vvfat: add a constant for bootsector name
Hervé Poussineau
1
-1
/
+7
2017-07-18
vvfat: add constants for special values of name[0]
Hervé Poussineau
1
-6
/
+11
2017-07-18
block: List anonymous device BBs in query-block
Kevin Wolf
1
-1
/
+1
2017-07-18
block/qapi: Use blk_all_next() for query-block
Kevin Wolf
1
-2
/
+8
2017-07-18
block: Make blk_all_next() public
Kevin Wolf
1
-1
/
+1
2017-07-18
block/qapi: Add qdev device name to query-block
Kevin Wolf
1
-0
/
+10
2017-07-18
block: Make blk_get_attached_dev_id() public
Kevin Wolf
1
-2
/
+1
2017-07-18
block/vpc.c: Handle write failures in get_image_offset()
Peter Maydell
1
-7
/
+23
2017-07-18
block/vmdk: Report failures in vmdk_read_cid()
Peter Maydell
1
-12
/
+32
2017-07-18
block: remove timer canceling in throttle_config()
Manos Pitsidianakis
1
-9
/
+1
2017-07-18
block: add clock_type field to ThrottleGroup
Manos Pitsidianakis
1
-10
/
+10
2017-07-18
commit: Add NULL check for overlay_bs
Kevin Wolf
1
-1
/
+3
2017-07-18
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+0
2017-07-17
block: fix shadowed variable in bdrv_co_pdiscard
Denis V. Lunev
1
-1
/
+0
2017-07-17
ssh: support I/O from any AioContext
Paolo Bonzini
1
-7
/
+17
2017-07-17
sheepdog: add queue_lock
Paolo Bonzini
1
-2
/
+19
2017-07-17
qed: protect table cache with CoMutex
Paolo Bonzini
5
-54
/
+129
2017-07-17
qed: introduce bdrv_qed_init_state
Paolo Bonzini
1
-5
/
+11
2017-07-17
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
2
-12
/
+36
2017-07-17
qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}
Paolo Bonzini
1
-38
/
+32
2017-07-17
vvfat: make it thread-safe
Paolo Bonzini
1
-1
/
+7
2017-07-17
vpc: make it thread-safe
Paolo Bonzini
1
-10
/
+10
2017-07-17
vdi: make it thread-safe
Paolo Bonzini
1
-24
/
+24
2017-07-17
qcow2: call CoQueue APIs under CoMutex
Paolo Bonzini
1
-2
/
+2
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-16
/
+25
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2
-3
/
+15
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
3
-13
/
+10
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
6
-22
/
+21
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
6
-22
/
+21
2017-07-11
block/qcow2: falloc/full preallocating growth
Max Reitz
3
-9
/
+108
2017-07-11
block/qcow2: Rename "fail_block" to just "fail"
Max Reitz
1
-7
/
+7
2017-07-11
block/qcow2: Add qcow2_refcount_area()
Max Reitz
3
-88
/
+203
2017-07-11
block/qcow2: Metadata preallocation for truncate
Max Reitz
1
-2
/
+31
2017-07-11
block/qcow2: Lock s->lock in preallocate()
Max Reitz
1
-7
/
+15
2017-07-11
block/qcow2: Generalize preallocate()
Max Reitz
1
-5
/
+12
2017-07-11
block/file-posix: Preallocation for truncate
Max Reitz
1
-12
/
+10
2017-07-11
block/file-posix: Generalize raw_regular_truncate
Max Reitz
1
-11
/
+50
[next]