Sign in
qemu
/
qemu
/
4309a79bffce10d6d8de82c5ee403ffa4f45db64
/
block
9c678cc
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 15 years ago
0bfcd59
Fix %lld or %llx printf format use
by Blue Swirl
· 15 years ago
3e89cb0
vvfat: More build fixes with DEBUG
by Kevin Wolf
· 15 years ago
792b45b
vvfat: Fix compilation with DEBUG defined
by Riccardo Magliocchetti
· 15 years ago
f21dc3a
block/vdi: Fix image opening and creation for odd disk sizes
by Stefan Weil
· 15 years ago
64a31d5
dmg: use qemu block API
by Christoph Hellwig
· 15 years ago
16cdf7c
dmg: use pread
by Christoph Hellwig
· 15 years ago
cd02a24
dmg: fix reading of uncompressed chunks
by Christoph Hellwig
· 15 years ago
dede418
block/vpc: Fix conversion from size to disk geometry
by Stefan Weil
· 15 years ago
1dec5a7
parallels: use qemu block API
by Christoph Hellwig
· 15 years ago
9d8b88f
parallels: use pread
by Christoph Hellwig
· 15 years ago
b76b6e9
block/vdi: Allow disk images of size 0
by Stefan Weil
· 15 years ago
b666d23
block: Avoid unchecked casts for AIOCBs
by Kevin Wolf
· 15 years ago
7a6f391
bochs: use qemu block API
by Christoph Hellwig
· 15 years ago
efbca10
bochs: use pread
by Christoph Hellwig
· 15 years ago
20be49e
cloop: use qemu block API
by Christoph Hellwig
· 15 years ago
c94304b
cloop: use pread
by Christoph Hellwig
· 15 years ago
92b3074
qcow2: Remove static forward declaration
by Kevin Wolf
· 15 years ago
de5f3f4
Revert "Fix OpenBSD build"
by Kevin Wolf
· 15 years ago
419b19d
qcow2: Implement bdrv_truncate() for growing images
by Stefan Hajnoczi
· 15 years ago
003fad6
qcow2: Remove abort on free_clusters failure
by Kevin Wolf
· 15 years ago
4899d10
raw-posix: Use pread/pwrite instead of lseek+read/write
by Stefan Hajnoczi
· 15 years ago
508e089
qcow2: Avoid shadowing variable in alloc_clusters_noref()
by Stefan Hajnoczi
· 15 years ago
6511ef7
vmdk: Convert to bdrv_open
by Kevin Wolf
· 15 years ago
9949f97
vmdk: Clean up backing file handling
by Kevin Wolf
· 15 years ago
c336500
vmdk: Fix COW
by Kevin Wolf
· 15 years ago
66f82ce
block: Open the underlying image file in generic code
by Kevin Wolf
· 15 years ago
84a12e6
block: separate raw images from the file protocol
by Christoph Hellwig
· 15 years ago
88bf795
Fix dead initialization, spotted by clang analyzer
by Blue Swirl
· 15 years ago
20d9735
Fix OpenBSD build
by Blue Swirl
· 15 years ago
d4c146f
qcow2: Use QLIST_FOREACH_SAFE macro
by Stefan Hajnoczi
· 15 years ago
c46e116
qcow2: Return 0/-errno in l2_allocate
by Kevin Wolf
· 15 years ago
f7defcb
qcow2: Return 0/-errno in write_l1_entry
by Kevin Wolf
· 15 years ago
c835d00
qcow2: Fix error return code in qcow2_alloc_cluster_link_l2
by Kevin Wolf
· 15 years ago
79a3118
qcow2: Return 0/-errno in write_l2_entries
by Kevin Wolf
· 15 years ago
50779cc
block: split raw_getlength
by Christoph Hellwig
· 15 years ago
d6e9098
Replace calls of old bdrv_open
by Kevin Wolf
· 15 years ago
4768fa9
qcow2: Fix creation of large images
by Kevin Wolf
· 15 years ago
8252278
qcow2: Trigger blkdebug events
by Kevin Wolf
· 15 years ago
8b9b0cc
blkdebug: Add events and rules
by Kevin Wolf
· 15 years ago
b9f66d9
blkdebug: Inject errors
by Kevin Wolf
· 15 years ago
6a14372
blkdebug: Basic request passthrough
by Kevin Wolf
· 15 years ago
6e0a47a
raw-posix: don't assign bs->read_only
by Christoph Hellwig
· 15 years ago
c644db3
qcow2: Remove request from in-flight list after error
by Kevin Wolf
· 15 years ago
171e3d6
qcow2: Don't ignore immediate read/write failures
by Kevin Wolf
· 15 years ago
57e69b7
raw-posix: Better error return values for hdev_create
by Kevin Wolf
· 15 years ago
43dc2a6
Replace assert(0) with abort() or cpu_abort()
by Blue Swirl
· 15 years ago
a6c6f76
Fix build with -DNDEBUG in CFLAGS
by Blue Swirl
· 15 years ago
3829cb4
vmdk: share cleanup code
by Juan Quintela
· 15 years ago
a161329
vmdk: fix double free
by Juan Quintela
· 15 years ago
53c2e71
vmdk: make vmdk_snapshot_create return -errno
by Juan Quintela
· 15 years ago
b781cce
vmdk: return errno instead of -1
by Juan Quintela
· 15 years ago
98c2b2f
qcow: return errno instead of -1
by Juan Quintela
· 15 years ago
bef57da
qcow2: return errno instead of -1
by Juan Quintela
· 15 years ago
48b66db
cow: return errno instead of -1
by Juan Quintela
· 15 years ago
6f745bd
qcow2: Fix image creation regression
by Kevin Wolf
· 15 years ago
746c3cb
qcow2: More checks for qemu-img check
by Kevin Wolf
· 15 years ago
92dcb59
qcow2: Rewrite alloc_refcount_block/grow_refcount_table
by Kevin Wolf
· 15 years ago
05121ae
qcow2: Factor next_refcount_table_size out
by Kevin Wolf
· 15 years ago
4805bb6
qcow2: Fix access after end of array
by Kevin Wolf
· 15 years ago
6265eb2
don't dereference NULL after failed strdup
by Jim Meyering
· 15 years ago
f4f0d39
qcow2: Fix signedness bugs
by Kevin Wolf
· 15 years ago
48a402e
block/curl: %Z is not a valid conversion specifier
by malc
· 15 years ago
d0f2c4c
Do not use dprintf
by malc
· 15 years ago
053965c
block/raw-posix: Abort on pread beyond end of non-growable file
by Kevin Wolf
· 15 years ago
f8a8324
win32: pair qemu_memalign() with qemu_vfree()
by Herve Poussineau
· 15 years ago
7b88e48
qcow2: rename two QCowAIOCB members
by Christoph Hellwig
· 15 years ago
9a2d77a
block: kill BDRV_O_CREAT
by Christoph Hellwig
· 15 years ago
0a7fc98
Read-only device changed to opens it's file for read-only.
by Naphtali Sprei
· 15 years ago
058fc8c
Ask for read-write permissions when opening files
by Naphtali Sprei
· 15 years ago
db89119
block/qcow2.c: fix warnings with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
2dedf83
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
1640366
block/vmdk.o: fix warnings with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
3e1a813
block/qcow.c: fix warnings with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
31f3812
block/cow.c: fix warnings with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
5d757b5
qcow2: Don't ignore qcow2_alloc_clusters return value
by Kevin Wolf
· 15 years ago
db3a964
qcow2: Don't ignore update_refcount return value
by Kevin Wolf
· 15 years ago
7322afe
qcow2: Allow updating no refcounts
by Kevin Wolf
· 15 years ago
09508d1
qcow2: Improve error handling in update_refcount
by Kevin Wolf
· 15 years ago
f2b7c8b
qcow2: Fix error handling in grow_refcount_table
by Kevin Wolf
· 15 years ago
148da7e
qcow2: Return 0/-errno in qcow2_alloc_cluster_offset
by Kevin Wolf
· 15 years ago
1e3e8f1
qcow2: Return 0/-errno in get_cluster_table
by Kevin Wolf
· 15 years ago
1d36e3a
qcow2: Fix error handling in qcow_save_vmstate
by Kevin Wolf
· 15 years ago
fb8fa77
qcow2: Fix error handling in qcow2_grow_l1_table
by Kevin Wolf
· 15 years ago
f5edb01
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE.
by Naphtali Sprei
· 15 years ago
2ebf7c4
raw-posix: Detect legacy floppy via ioctl on linux
by Cole Robinson
· 15 years ago
3baf720
raw-posix: Detect CDROM via ioctl on linux
by Cole Robinson
· 15 years ago
f8012c1
qcow/qcow2: implement bdrv_aio_flush
by Kevin Wolf
· 15 years ago
f7dcfac
qcow2-refcount: remove dead assignment
by Amit Shah
· 15 years ago
756e673
block: Add bdrv_change_backing_file
by Kevin Wolf
· 15 years ago
1559ca0
dmg: fix ->open failure
by Christoph Hellwig
· 15 years ago
95a2f9b
block/vdi: allow disk sizes not multiple of block size
by François Revol
· 15 years ago
ecbe157
block/bochs: improve format checking
by Blue Swirl
· 15 years ago
00ccf93
block/bochs.c: fix warning with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
12c09b8
qemu-img: There is more than one host device driver
by Kevin Wolf
· 15 years ago
702ef63
qcow2: Fix some more qemu_malloc fallout
by Kevin Wolf
· 15 years ago
e1c7f0e
qcow2: Store exact backing format length
by Kevin Wolf
· 15 years ago
a167ba5
Add support for GNU/kFreeBSD
by Aurelien Jarno
· 15 years ago
c34d245
Fix 32-bit overflow in parallels image support
by David Woodhouse
· 15 years ago
Next »