Sign in
qemu-android
/
qemu-android
/
d59044ef74d577797d087bc6ffb156cec89ed39a
/
block
7191bf3
block: Fix how mirror_run() frees its buffer
by Markus Armbruster
· 12 years ago
7479acd
win32-aio: Fix how win32_aio_process_completion() frees buffer
by Markus Armbruster
· 12 years ago
f700f8e
sheepdog: clean up sd_aio_setup()
by Liu Yuan
· 12 years ago
4778307
sheepdog: multiplex the rw FD to flush cache
by Liu Yuan
· 12 years ago
8238010
block: make discard asynchronous
by Paolo Bonzini
· 12 years ago
fcd9d45
raw: support discard on block devices
by Paolo Bonzini
· 12 years ago
c85191e
raw-posix: remember whether discard failed
by Paolo Bonzini
· 12 years ago
3d4fa43
raw-posix: support discard on more filesystems
by Kusanagi Kouichi
· 12 years ago
8d2497c
qcow2: Fix segfault on zero-length write
by Kevin Wolf
· 12 years ago
da758bd
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
c53b1c5
block: make qiov_is_aligned() public
by Stefan Hajnoczi
· 12 years ago
b608c8d
raw-posix: fix bdrv_aio_ioctl
by Paolo Bonzini
· 12 years ago
0e7106d
sheepdog: implement direct write semantics
by Liu Yuan
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
eb7ff6f
Replace remaining gmtime, localtime by gmtime_r, localtime_r
by Stefan Weil
· 12 years ago
d6b1ef8
sheepdog: pass oid directly to send_pending_req()
by Liu Yuan
· 12 years ago
bd751f2
sheepdog: don't update inode when create_and_write fails
by Liu Yuan
· 12 years ago
fccedc6
block/raw-win32: Fix compiler warnings (wrong format specifiers)
by Stefan Weil
· 12 years ago
4065742
raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane
by Stefan Hajnoczi
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
077805f
janitor: do not rely on indirect inclusions of or from qemu-char.h
by Paolo Bonzini
· 13 years ago
525877c
build: move rules from Makefile to */Makefile.objs
by Paolo Bonzini
· 13 years ago
226c3c2
qcow2: Factor out handle_dependencies()
by Kevin Wolf
· 12 years ago
4e95314
qcow2: Execute run_dependent_requests() without lock
by Kevin Wolf
· 12 years ago
280d373
qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2
by Kevin Wolf
· 12 years ago
f50f88b
qcow2: Allocate l2meta only for cluster allocations
by Kevin Wolf
· 12 years ago
060bee8
qcow2: Drop l2meta.cluster_offset
by Kevin Wolf
· 12 years ago
cf5c1a2
qcow2: Allocate l2meta dynamically
by Kevin Wolf
· 12 years ago
593fb83
qcow2: Introduce Qcow2COWRegion
by Kevin Wolf
· 12 years ago
1d3afd6
qcow2: Round QCowL2Meta.offset down to cluster boundary
by Kevin Wolf
· 12 years ago
67a7a0e
qcow2: Move BLKDBG_EVENT out of the lock
by Kevin Wolf
· 12 years ago
3c90c65
blkdebug: Implement suspend/resume of AIO requests
by Kevin Wolf
· 12 years ago
9e35542
blkdebug: Factor out remove_rule()
by Kevin Wolf
· 12 years ago
312a2ba
blkdebug: Allow usage without config file
by Kevin Wolf
· 12 years ago
fbcad04
Fix error code checking for SetFilePointer() call
by Fabien Chouteau
· 12 years ago
473c7f0
rbd: Fix race between aio completition and aio cancel
by Stefan Priebe
· 12 years ago
c208e8c
raw-posix: inline paio_ioctl into hdev_aio_ioctl
by Paolo Bonzini
· 12 years ago
258d2ed
block: vpc support for ~2 TB disks
by Charles Arnold
· 12 years ago
1fe1fa5
block: vpc initialize the uuid footer field
by Charles Arnold
· 12 years ago
c57b665
aio: Get rid of qemu_aio_flush()
by Kevin Wolf
· 12 years ago
f807ecd
iscsi: do not assume device is zero initialized
by Peter Lieven
· 12 years ago
e829b0b
iscsi: fix deadlock during login
by Peter Lieven
· 12 years ago
8da1e18
iscsi: fix segfault in url parsing
by Peter Lieven
· 12 years ago
08448d5
use int64_t for return values from rbd instead of int
by Stefan Priebe
· 12 years ago
8ba2aae
vdi: don't override libuuid symbols
by Stefan Hajnoczi
· 12 years ago
1bc6b70
block: add bdrv_reopen() support for raw hdev, floppy, and cdrom
by Jeff Cody
· 12 years ago
b1649fa
vmdk: Fix data corruption bug in WRITE and READ handling
by Gerhard Wiesinger
· 12 years ago
d7331be
aio: rename AIOPool to AIOCBInfo
by Stefan Hajnoczi
· 12 years ago
cee40d2
block: Workaround for older versions of MinGW gcc
by Stefan Weil
· 12 years ago
a354807
qcow2: Fix refcount table size calculation
by Kevin Wolf
· 12 years ago
1d7d2a9
nbd: accept URIs
by Paolo Bonzini
· 12 years ago
d04b0bb
nbd: accept relative path to Unix socket
by Paolo Bonzini
· 12 years ago
f563a5d
Merge remote-tracking branch 'origin/master' into threadpool
by Paolo Bonzini
· 12 years ago
a273652
raw-win32: implement native asynchronous I/O
by Paolo Bonzini
· 12 years ago
10fb6e0
raw-posix: move linux-aio.c to block/
by Paolo Bonzini
· 12 years ago
fc4edb8
raw-win32: add emulated AIO support
by Paolo Bonzini
· 13 years ago
9f8540e
raw-posix: rename raw-posix-aio.h, hide unavailable prototypes
by Paolo Bonzini
· 13 years ago
de81a16
raw: merge posix-aio-compat.c into block/raw-posix.c
by Paolo Bonzini
· 13 years ago
47e6b25
block: switch posix-aio-compat to threadpool
by Paolo Bonzini
· 13 years ago
f42b220
aio: add Win32 implementation
by Paolo Bonzini
· 13 years ago
b952b55
mirror: add support for on-source-error/on-target-error
by Paolo Bonzini
· 12 years ago
d63ffd8
mirror: implement completion
by Paolo Bonzini
· 12 years ago
893f7eb
mirror: introduce mirror job
by Paolo Bonzini
· 12 years ago
65f4632
block: rename block_job_complete to block_job_completed
by Paolo Bonzini
· 12 years ago
d5208c4
block: in commit, determine base image from the top image
by Jeff Cody
· 12 years ago
2f53680
sheepdog: use bool for boolean variables
by MORITA Kazutaka
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
00ea188
qcow2: mark this file's sole strncpy use as justified
by Jim Meyering
· 12 years ago
d66f8e7
vmdk: relative_path: use pstrcpy in place of strncpy
by Jim Meyering
· 12 years ago
3178e27
sheepdog: avoid a few buffer overruns
by Jim Meyering
· 12 years ago
8f96b5b
blkdebug: process all set_state rules in the old state
by Paolo Bonzini
· 12 years ago
1d80909
stream: add on-error argument
by Paolo Bonzini
· 12 years ago
92aa5c6
iostatus: move BlockdevOnError declaration to QAPI
by Paolo Bonzini
· 12 years ago
2f0c9fe
block: move job APIs to separate files
by Paolo Bonzini
· 12 years ago
747ff60
block: add live block commit functionality
by Jeff Cody
· 12 years ago
8d6d89c
block: Support GlusterFS as a QEMU block backend.
by Bharata B Rao
· 12 years ago
444dbc3
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
3fe4b70
block: vpc image file reopen
by Jeff Cody
· 13 years ago
ecfe2bb
block: vdi image file reopen
by Jeff Cody
· 13 years ago
3897575
block: vmdk image file reopen
by Jeff Cody
· 13 years ago
d177692
block: qcow image file reopen
by Jeff Cody
· 13 years ago
21d82ac
block: qcow2 image file reopen
by Jeff Cody
· 13 years ago
f9cb20f
block: qed image file reopen
by Jeff Cody
· 13 years ago
01bdddb
block: raw image file reopen
by Jeff Cody
· 13 years ago
eeb6b45
block: raw-posix image file reopen
by Jeff Cody
· 13 years ago
3d1807a
block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c
by Jeff Cody
· 13 years ago
9acc5a0
block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c
by Jeff Cody
· 13 years ago
39c9fb9
block: do not parse BDRV_O_CACHE_WB in block drivers
by Jeff Cody
· 13 years ago
6a8dc04
block: move open flag parsing in raw block drivers to helper functions
by Jeff Cody
· 13 years ago
fc32a72
block: move aio initialization into a helper function
by Jeff Cody
· 13 years ago
40a13ca
iSCSI: We dont need to explicitely call qemu_notify_event() any more
by Ronnie Sahlberg
· 13 years ago
f1a1282
iSCSI: We need to support SG_IO also from iscsi_ioctl()
by Ronnie Sahlberg
· 13 years ago
514f21a
vdi: Fix warning from clang
by Stefan Weil
· 13 years ago
45724d6
block/curl: Fix wrong free statement
by Stefan Weil
· 13 years ago
Next »