Sign in
qemu
/
qemu
/
9cf1f002d7761a1938066379d54a67e8f8b48cc2
/
block
/
qcow2.c
b9531b6
block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported()
by Stefan Weil
· 13 years ago
621f058
qcow2: Zero write support
by Kevin Wolf
· 13 years ago
cfcc4c6
qcow2: Support for feature table header extension
by Kevin Wolf
· 13 years ago
6377af4
qcow2: Support reading zero clusters
by Kevin Wolf
· 13 years ago
6744cba
qcow2: Version 3 images
by Kevin Wolf
· 13 years ago
68d000a
qcow2: Ignore reserved bits in get_cluster_offset
by Kevin Wolf
· 13 years ago
29cdb25
block: push recursive flushing up from drivers
by Paolo Bonzini
· 13 years ago
259b217
qcow2: Add error messages in qcow2_truncate
by Kevin Wolf
· 13 years ago
3cce16f
qcow2: Add some tracing
by Kevin Wolf
· 13 years ago
64ca6ae
qcow2: Reject too large header extensions
by Kevin Wolf
· 13 years ago
fd29b4b
qcow2: Fix offset in qcow2_read_extensions
by Kevin Wolf
· 13 years ago
423477e
qcow2: Fix build with DEBUG_EXT enabled
by Kevin Wolf
· 13 years ago
75bab85
qcow2: Keep unknown header extension when rewriting header
by Kevin Wolf
· 13 years ago
e24e49e
qcow2: Update whole header at once
by Kevin Wolf
· 13 years ago
28c1202
block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close
by Li Zhi Hui
· 13 years ago
eb5d5be
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
e8ee5e4
coroutine: add qemu_co_queue_restart_all()
by Stefan Hajnoczi
· 13 years ago
f8a2e5e
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
42deb29
qcow2: Return real error code in qcow2_read_snapshots
by Kevin Wolf
· 13 years ago
a968168
block: Add coroutine_fn marker to coroutine functions
by Dong Xu Wang
· 13 years ago
9b2260c
fix spelling in block sub directory
by Dong Xu Wang
· 13 years ago
06d9260
qcow2: implement bdrv_invalidate_cache (v2)
by Anthony Liguori
· 13 years ago
eb489bb
block: Introduce bdrv_co_flush_to_os
by Kevin Wolf
· 13 years ago
c68b89a
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
by Kevin Wolf
· 13 years ago
c95de7e
block: fix qcow2_co_flush deadlock
by Dong Xu Wang
· 13 years ago
6db39ae
block: change discard to co_discard
by Paolo Bonzini
· 13 years ago
8b94ff8
block: change flush to co_flush
by Paolo Bonzini
· 13 years ago
8f1efd0
qcow2: Fix bdrv_write_compressed error handling
by Kevin Wolf
· 13 years ago
6f6dc65
block: drop redundant bdrv_flush implementation
by Stefan Hajnoczi
· 13 years ago
dea43a6
qcow2: align cluster_data to block to improve performance using O_DIRECT
by Frediano Ziglio
· 13 years ago
0fa9131
qcow2: Fix error cases to run depedent requests
by Kevin Wolf
· 13 years ago
8e217d5
qcow2: Properly initialise QcowL2Meta
by Kevin Wolf
· 13 years ago
ab0997e
qcow2: remove memory leak
by Frediano Ziglio
· 13 years ago
3fc48d0
qcow2: Removed QCowAIOCB entirely
by Frediano Ziglio
· 13 years ago
5ebaa27
qcow2: reindent and use while before the big jump
by Frediano Ziglio
· 13 years ago
e78c69b
qcow2: remove common from QCowAIOCB
by Frediano Ziglio
· 13 years ago
c2bdd99
qcow2: remove cluster_offset from QCowAIOCB
by Frediano Ziglio
· 13 years ago
c227140
qcow2: remove l2meta from QCowAIOCB
by Frediano Ziglio
· 13 years ago
faf575c
qcow2: removed cur_nr_sectors field in QCowAIOCB
by Frediano Ziglio
· 13 years ago
4617310
qcow2: Removed unused AIOCB fields
by Frediano Ziglio
· 13 years ago
f5cd817
qcow/qcow2: Allocate QCowAIOCB structure using stack
by Frediano Ziglio
· 13 years ago
6cbc303
qcow2: Fix DEBUG_* compilation
by Philipp Hahn
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
68d100e
qcow2: Use coroutines
by Kevin Wolf
· 14 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
42496d6
qcow2: Avoid direct AIO callback
by Kevin Wolf
· 14 years ago
99cce9f
qemu-img create: Fix displayed default cluster size
by Kevin Wolf
· 14 years ago
a659979
block: clarify the meaning of BDRV_O_NOCACHE
by Christoph Hellwig
· 14 years ago
e8cdcec
qcow2: Report error for version > 2
by Kevin Wolf
· 14 years ago
8af3648
qcow2: Fix error handling for reading compressed clusters
by Kevin Wolf
· 14 years ago
3ab4c7e
qcow2: Fix error handling for immediate backing file read failure
by Kevin Wolf
· 14 years ago
e0d9c6f
QCOW2: bug fix - read base image beyond its size
by Chunqiang Tang
· 14 years ago
e1a7107
qcow2: Really use cache=unsafe for image creation
by Kevin Wolf
· 14 years ago
5ea929e
qcow2: Add bdrv_discard support
by Kevin Wolf
· 14 years ago
29c1a73
qcow2: Use QcowCache
by Kevin Wolf
· 14 years ago
6d85a57
Add proper -errno error return values to qcow2_open()
by Jes Sorensen
· 14 years ago
7c80ab3
block/qcow2.c: rename qcow_ functions to qcow2_
by Jes Sorensen
· 14 years ago
205ef79
block: Allow bdrv_flush to return errors
by Kevin Wolf
· 14 years ago
51ef672
Copy snapshots out of QCOW2 disk
by edison
· 14 years ago
9b03605
qcow2: Remove old image creation function
by Kevin Wolf
· 15 years ago
a942073
qcow2: Simplify image creation
by Kevin Wolf
· 15 years ago
7289375
qcow2: Support exact L1 table growth
by Stefan Hajnoczi
· 14 years ago
6f5f060
qcow2: Avoid bounce buffers for AIO write requests
by Kevin Wolf
· 14 years ago
bd28f83
qcow2: Avoid bounce buffers for AIO read requests
by Kevin Wolf
· 14 years ago
9ac228e
qcow2/vdi: Change check to distinguish error cases
by Kevin Wolf
· 15 years ago
19dbcbf
qcow2: Fix error handling during metadata preallocation
by Kevin Wolf
· 15 years ago
8b3b720
qcow2: Use bdrv_(p)write_sync for metadata writes
by Kevin Wolf
· 15 years ago
1c46efa
qcow2: Allow qcow2_get_cluster_offset to return errors
by Kevin Wolf
· 15 years ago
0bfcd59
Fix %lld or %llx printf format use
by Blue Swirl
· 15 years ago
b666d23
block: Avoid unchecked casts for AIOCBs
by Kevin Wolf
· 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
66f82ce
block: Open the underlying image file in generic code
by Kevin Wolf
· 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
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
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
bef57da
qcow2: return errno instead of -1
by Juan Quintela
· 15 years ago
6f745bd
qcow2: Fix image creation regression
by Kevin Wolf
· 15 years ago
7b88e48
qcow2: rename two QCowAIOCB members
by Christoph Hellwig
· 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
148da7e
qcow2: Return 0/-errno in qcow2_alloc_cluster_offset
by Kevin Wolf
· 15 years ago
1d36e3a
qcow2: Fix error handling in qcow_save_vmstate
by Kevin Wolf
· 15 years ago
f8012c1
qcow/qcow2: implement bdrv_aio_flush
by Kevin Wolf
· 15 years ago
756e673
block: Add bdrv_change_backing_file
by Kevin Wolf
· 15 years ago
e1c7f0e
qcow2: Store exact backing format length
by Kevin Wolf
· 15 years ago
d191d12
qcow2: Allow qcow2 disk images with size zero
by Stefan Weil
· 15 years ago
72ecf02
Revert "qcow2: Bring synchronous read/write back to life"
by Kevin Wolf
· 15 years ago
ef845c3
qcow2: Bring synchronous read/write back to life
by Kevin Wolf
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
f214978
qcow2: Order concurrent AIO requests on the same unallocated cluster
by Kevin Wolf
· 15 years ago
ea80b90
qcow2: Fix metadata preallocation
by Kevin Wolf
· 15 years ago
2000cbc
Fix gcc 3 warning about uninitialized variable
by Blue Swirl
· 15 years ago
a35e1c1
qcow2: Metadata preallocation
by Kevin Wolf
· 16 years ago
45566e9
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
by Christoph Hellwig
· 16 years ago
Next »