Sign in
qemu-android
/
qemu-android
/
090d0bfd948343d522cd20bc634105b5cfe2483b
/
block
e424aff
mirror: Fix coroutine reentrance
by Kevin Wolf
· 10 years ago
cae98cb
block/mirror: limit qiov to IOV_MAX elements
by Stefan Hajnoczi
· 10 years ago
e94867e
block: don't register quorum driver if SHA256 support is unavailable
by Sascha Silbe
· 10 years ago
9f8c5b6
Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request' into staging
by Peter Maydell
· 10 years ago
325e390
block/ssh: Avoid segfault if inet_connect doesn't set errno.
by Richard W.M. Jones
· 10 years ago
6a55c82
sheepdog: serialize requests to overwrapping area
by Hitoshi Mitake
· 10 years ago
b15deac
block: vpc - prevent overflow if max_table_entries >= 0x40000000
by Jeff Cody
· 10 years ago
9990069
mirror: Speed up bitmap initial scanning
by Fam Zheng
· 10 years ago
796a060
block/curl: Don't lose original error when a connection fails.
by Richard W.M. Jones
· 10 years ago
48ac0a4
mirror: correct buf_size
by Wen Congyang
· 10 years ago
17d9716
block: keep bitmap if incremental backup job is cancelled
by Stefan Hajnoczi
· 10 years ago
4c0cbd6
block/mirror: Sleep periodically during bitmap scanning
by Fam Zheng
· 10 years ago
e34d8f2
rbd: fix ceph settings precedence
by Josh Durgin
· 10 years ago
99a3c89
rbd: make qemu's cache setting override any ceph setting
by Josh Durgin
· 10 years ago
3dbf00e
rbd: remove unused constants and fields
by Josh Durgin
· 10 years ago
acf7b7f
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
f6fa64f
block: convert qcow/qcow2 to use generic cipher API
by Daniel P. Berrange
· 10 years ago
488981a4
block: convert quorum blockdrv to use crypto APIs
by Daniel P. Berrange
· 10 years ago
9703116
blockjob: add block_job_release function
by Ting Wang
· 10 years ago
25d9747
block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.
by Richard W.M. Jones
· 10 years ago
53ec73e
block: Use bdrv_drain to replace uncessary bdrv_drain_all
by Fam Zheng
· 10 years ago
6f2945c
crypto: move built-in AES implementation into crypto/
by Daniel P. Berrange
· 10 years ago
7a63f3c
block: update bdrv_drain_all()/bdrv_drain() comments
by Stefan Hajnoczi
· 10 years ago
1bd84ee
qcow2: remove unnecessary check
by Alberto Garcia
· 10 years ago
764ba3a
block: remove redundant check before g_slist_find()
by Alberto Garcia
· 10 years ago
29c838c
block/nfs: limit maximum readahead size to 1MB
by Peter Lieven
· 10 years ago
9049736
block/iscsi: restore compatiblity with libiscsi 1.9.0
by Peter Lieven
· 10 years ago
5082499
block: Fix dirty bitmap in bdrv_co_discard
by Fam Zheng
· 10 years ago
dcfb3be
mirror: Do zero write on target if sectors not allocated
by Fam Zheng
· 10 years ago
0fc9f8e
qmp: Add optional bool "unmap" to drive-mirror
by Fam Zheng
· 10 years ago
ba3f0e2
block: Add bdrv_get_block_status_above
by Fam Zheng
· 10 years ago
4b80ab2
qapi: Rename 'dirty-bitmap' mode to 'incremental'
by John Snow
· 10 years ago
3e5feb6
qcow2: Handle EAGAIN returned from update_refcount
by Jindřich Makovička
· 10 years ago
5dd7a53
block/iscsi: add support for request timeouts
by Peter Lieven
· 10 years ago
3307ed7
raw-posix: Introduce hdev_is_sg()
by Dimitris Aragiorgis
· 10 years ago
a93a398
raw-posix: Use DPRINTF for DEBUG_FLOPPY
by Dimitris Aragiorgis
· 10 years ago
bcb2255
raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
by Dimitris Aragiorgis
· 10 years ago
1b6bc94
Fix migration in case of scsi-generic
by Dimitris Aragiorgis
· 10 years ago
b192af8
block: Use bdrv_is_sg() everywhere
by Dimitris Aragiorgis
· 10 years ago
d5941dd
vvfat: add a label option
by Wolfgang Bumiller
· 10 years ago
97b0385
block-backend: Introduce blk_drain()
by Alexander Yarygin
· 10 years ago
2f388b9
throttle: Check current timers before updating any_timer_armed[]
by Alberto Garcia
· 10 years ago
f406c03
block: Let bdrv_drain_all() to call aio_poll() for each AioContext
by Alexander Yarygin
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
4629ed1
qerror: Finally unused, clean up
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
fc48ffc
qobject: Use 'bool' for qbool
by Eric Blake
· 10 years ago
f3e3b08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
67251a3
block: Fix reopen flag inheritance
by Kevin Wolf
· 10 years ago
f3930ed
block: Move flag inheritance to bdrv_open_inherit()
by Kevin Wolf
· 10 years ago
a646836
vmdk: Use bdrv_open_image()
by Kevin Wolf
· 10 years ago
ea6828d
quorum: Use bdrv_open_image()
by Kevin Wolf
· 10 years ago
b868445
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
by Kevin Wolf
· 10 years ago
90df601
vmdk: Use vmdk_find_index_in_cluster everywhere
by Fam Zheng
· 10 years ago
61f0ed1
vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status
by Fam Zheng
· 10 years ago
bc85ef2
qcow2: Add DEFAULT_L2_CACHE_CLUSTERS
by Max Reitz
· 10 years ago
57e2166
qcow2: Set MIN_L2_CACHE_SIZE to 2
by Max Reitz
· 10 years ago
b8fe169
throttle: add the name of the ThrottleGroup to BlockDeviceInfo
by Alberto Garcia
· 10 years ago
db62833
throttle: acquire the ThrottleGroup lock in bdrv_swap()
by Alberto Garcia
· 10 years ago
76f4afb
throttle: Add throttle group support
by Alberto Garcia
· 10 years ago
2ff1f2e
throttle: Add throttle group infrastructure
by Alberto Garcia
· 10 years ago
0e5b0a2
throttle: Extract timers from ThrottleState into a separate structure
by Benoît Canet
· 10 years ago
f4a769a
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
by Kevin Wolf
· 10 years ago
8809cfc
blkdebug: Simplify passing of Error through qemu_opts_foreach()
by Markus Armbruster
· 10 years ago
28d0de7
QemuOpts: Convert qemu_opts_foreach() to Error
by Markus Armbruster
· 10 years ago
a4c7367
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
44f192f
iscsi: Remove pointless runtime check of macro value
by Fam Zheng
· 10 years ago
8336aaf
qcow2/qcow: protect against uninitialized encryption key
by Daniel P. Berrange
· 10 years ago
d1b4efe
qcow2: style fixes in qcow2-cache.c
by Alberto Garcia
· 10 years ago
a3f1afb
qcow2: make qcow2_cache_put() a void function
by Alberto Garcia
· 10 years ago
812e408
qcow2: use a hash to look for entries in the L2 cache
by Alberto Garcia
· 10 years ago
fdfbca8
qcow2: remove qcow2_cache_find_entry_to_replace()
by Alberto Garcia
· 10 years ago
2693310
qcow2: use an LRU algorithm to replace entries from the L2 cache
by Alberto Garcia
· 10 years ago
baf07d6
qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
by Alberto Garcia
· 10 years ago
72e80b8
qcow2: use one single memory block for the L2/refcount cache tables
by Alberto Garcia
· 10 years ago
13c4941
vmdk: Fix overflow if l1_size is 0x20000000
by Fam Zheng
· 10 years ago
5e82a31
vmdk: Fix next_cluster_sector for compressed write
by Fam Zheng
· 10 years ago
ecbda7a
qcow2: Flush pending discards before allocating cluster
by Kevin Wolf
· 10 years ago
a53f1a9
block: get_block_status: use "else" when testing the opposite condition
by Paolo Bonzini
· 10 years ago
9eeb6dd
block: Fix NULL deference for unaligned write if qiov is NULL
by Fam Zheng
· 10 years ago
d01c07f
Revert "block: Fix unaligned zero write"
by Fam Zheng
· 10 years ago
459b4e6
block: align bounce buffers to page
by Denis V. Lunev
· 10 years ago
4196d2f
block: minimal bounce buffer alignment
by Denis V. Lunev
· 10 years ago
eaf5fe2
block: return EPERM on writes or discards to read-only devices
by Paolo Bonzini
· 10 years ago
ddd2ef2
block/parallels: improve image writing performance further
by Denis V. Lunev
· 10 years ago
19f5dc1
block/parallels: optimize linear image expansion
by Denis V. Lunev
· 10 years ago
d617901
block/parallels: add prealloc-mode and prealloc-size open paramemets
by Denis V. Lunev
· 10 years ago
0d31c7c
block/parallels: delay writing to BAT till bdrv_co_flush_to_os
by Denis V. Lunev
· 10 years ago
2d68e22
block/parallels: create bat_entry_off helper
by Denis V. Lunev
· 10 years ago
6953d92
block/parallels: improve image reading performance
by Denis V. Lunev
· 10 years ago
6dd6b9f
block/parallels: implement incorrect close detection
by Denis V. Lunev
· 10 years ago
49ad646
block/parallels: implement parallels_check method of block driver
by Denis V. Lunev
· 10 years ago
23d6bd3
block/parallels: move parallels_open/probe to the very end of the file
by Denis V. Lunev
· 10 years ago
9eae9cc
block/parallels: read parallels image header and BAT into single buffer
by Denis V. Lunev
· 10 years ago
dd97cdc
block/parallels: keep BAT bitmap data in little endian in memory
by Denis V. Lunev
· 10 years ago
555cc9d
block/parallels: create bat2sect helper
by Denis V. Lunev
· 10 years ago
369f7de
block/parallels: rename catalog_ names to bat_
by Denis V. Lunev
· 10 years ago
cc5690f
parallels: change copyright information in the image header
by Denis V. Lunev
· 10 years ago
74cf6c5
block/parallels: support parallels image creation
by Denis V. Lunev
· 10 years ago
Next »