index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-22
qcow2: Remove old image creation function
Kevin Wolf
1
-224
/
+0
2010-10-22
qcow2: Simplify image creation
Kevin Wolf
1
-1
/
+132
2010-10-22
qcow2: Support exact L1 table growth
Stefan Hajnoczi
4
-12
/
+19
2010-10-13
block: avoid a write only variable
Blue Swirl
1
-0
/
+1
2010-10-03
block/vvfat: Fix compiler warning in debug code
Stefan Weil
1
-1
/
+0
2010-09-22
block-verify: fix 32-bit build
Anthony Liguori
1
-1
/
+1
2010-09-21
blkverify: Add block driver for verifying I/O
Stefan Hajnoczi
1
-0
/
+382
2010-09-21
qcow2: Avoid bounce buffers for AIO write requests
Kevin Wolf
1
-23
/
+18
2010-09-21
qcow2: Avoid bounce buffers for AIO read requests
Kevin Wolf
3
-30
/
+68
2010-09-21
qcow2: Get rid of additional sync on COW
Kevin Wolf
1
-2
/
+8
2010-09-21
qcow2: Move sync out of qcow2_alloc_clusters
Kevin Wolf
3
-2
/
+7
2010-09-21
qcow2: Move sync out of update_refcount
Kevin Wolf
1
-2
/
+11
2010-09-21
qcow2: Move sync out of write_refcount_block_entries
Kevin Wolf
1
-1
/
+3
2010-09-21
nbd: correctly manage default port
Laurent Vivier
1
-2
/
+0
2010-09-21
raw-posix: handle > 512 byte alignment correctly
Christoph Hellwig
1
-33
/
+46
2010-09-21
vvfat: Use cache=unsafe
Kevin Wolf
1
-4
/
+10
2010-09-21
vvfat: Fix double free for opening the image rw
Kevin Wolf
1
-3
/
+4
2010-09-21
vvfat: Fix segfault on write to read-only disk
Kevin Wolf
1
-0
/
+5
2010-09-18
blkdebug: fix enum comparison
Blue Swirl
1
-3
/
+1
2010-09-08
Revert "Make default invocation of block drivers safer (v3)"
Anthony Liguori
1
-130
/
+0
2010-09-08
qcow2: Remove unnecessary flush after L2 write
Kevin Wolf
1
-4
/
+12
2010-09-08
raw-posix: improve detection of scsi-generic devices
Bernhard Kohl
1
-2
/
+8
2010-09-08
raw-posix: Don't use file name for host_cdrom detection on Linux
Kevin Wolf
1
-3
/
+0
2010-08-30
nbd: Introduce NBD named exports.
Laurent Vivier
1
-19
/
+49
2010-08-30
vvfat: fat_chksum(): fix access above array bounds
Loïc Minier
1
-1
/
+1
2010-08-30
sheepdog: remove unnecessary includes
Izumi Tsutsui
1
-10
/
+0
2010-08-03
block: Fix bdrv_has_zero_init
Kevin Wolf
3
-4
/
+21
2010-07-25
block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
1
-1
/
+1
2010-07-15
Make default invocation of block drivers safer (v3)
Anthony Liguori
1
-0
/
+130
2010-07-07
sheepdog: fix compile error on systems without TCP_CORK
MORITA Kazutaka
1
-1
/
+1
2010-07-06
block: add sheepdog driver for distributed storage support
MORITA Kazutaka
1
-0
/
+2036
2010-07-06
raw-posix: Fix test for host CD-ROM
Markus Armbruster
1
-11
/
+6
2010-07-06
qcow2/vdi: Change check to distinguish error cases
Kevin Wolf
4
-63
/
+73
2010-07-02
blkdebug: Initialize state as 1
Kevin Wolf
1
-0
/
+3
2010-07-02
blkdebug: Free QemuOpts after having read the config
Kevin Wolf
1
-0
/
+2
2010-07-02
blkdebug: Fix set_state_opts definition
Kevin Wolf
1
-1
/
+1
2010-07-02
qcow2: Fix error handling during metadata preallocation
Kevin Wolf
1
-6
/
+9
2010-06-22
qcow2: Don't try to check tables that couldn't be loaded
Kevin Wolf
1
-0
/
+1
2010-06-22
qcow2: Fix qemu-img check segfault on corrupted images
Kevin Wolf
1
-3
/
+11
2010-06-22
vpc: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-4
/
+5
2010-06-22
vmdk: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-5
/
+5
2010-06-22
qcow2: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
4
-41
/
+40
2010-06-22
qcow: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-8
/
+10
2010-06-22
cow: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-9
/
+11
2010-06-15
cow: use qemu block API
Christoph Hellwig
1
-26
/
+13
2010-06-15
cow: stop using mmap
Christoph Hellwig
1
-37
/
+61
2010-06-15
cow: use pread/pwrite
Christoph Hellwig
1
-5
/
+5
2010-06-15
qcow2: Restore L1 entry on l2_allocate failure
Kevin Wolf
1
-0
/
+1
2010-06-15
qcow2: Return real error code in load_refcount_block
Kevin Wolf
1
-3
/
+8
2010-06-15
qcow2: Allow alloc_clusters_noref to return errors
Kevin Wolf
1
-3
/
+15
[prev]
[next]