Sign in
qemu
/
qemu
/
84a87cc4cc77f9e6829e20726f00646afe12deed
/
block
128aa58
move corking functions to osdep.c
by Paolo Bonzini
· 13 years ago
7a70663
nbd: add support for NBD_CMD_TRIM
by Paolo Bonzini
· 13 years ago
1486d04
nbd: add support for NBD_CMD_FLUSH
by Paolo Bonzini
· 13 years ago
2c7989a
nbd: add support for NBD_CMD_FLAG_FUA
by Paolo Bonzini
· 13 years ago
ecda344
nbd: allow multiple in-flight requests
by Paolo Bonzini
· 13 years ago
d9b09f1
nbd: split requests
by Paolo Bonzini
· 13 years ago
ae255e5
nbd: switch to asynchronous operation
by Paolo Bonzini
· 13 years ago
8c5135f
sheepdog: move coroutine send/recv function to generic code
by Paolo Bonzini
· 13 years ago
16d2fc0
block/cow: Return real error code
by Li Zhi Hui
· 13 years ago
c2c9a46
qcow2: Allow >4 GB VM state
by Kevin Wolf
· 13 years ago
b9c5329
rbd: always set out parameter in qemu_rbd_snap_list
by Josh Durgin
· 13 years ago
28c1202
block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close
by Li Zhi Hui
· 13 years ago
91977c2
block: qemu_aio_get does not return NULL
by Paolo Bonzini
· 13 years ago
ad54ae8
block: bdrv_aio_* do not return NULL
by Paolo Bonzini
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
eb5d5be
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
e94d138
cow: use bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
e8ee5e4
coroutine: add qemu_co_queue_restart_all()
by Stefan Hajnoczi
· 13 years ago
8114583
cow: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
e850b35
vdi: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
73f703c
vvfat: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
f8a2e5e
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
b7d5a5b
qed: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
e3f652b
qcow2: Fix error path in qcow2_snapshot_load_tmp
by Kevin Wolf
· 13 years ago
9a47678
qcow2: Fix order in qcow2_snapshot_delete
by Kevin Wolf
· 13 years ago
43a0cac
qcow2: Fix order of refcount updates in qcow2_snapshot_goto
by Kevin Wolf
· 13 years ago
589f284
qcow2: Return real error in qcow2_snapshot_goto
by Kevin Wolf
· 13 years ago
d1ea98d
qcow2: Rework qcow2_snapshot_create error handling
by Kevin Wolf
· 13 years ago
0334316
qcow2: Cleanups and memleak fix in qcow2_snapshot_create
by Kevin Wolf
· 13 years ago
d69969c
qcow2: Update snapshot table information at once
by Kevin Wolf
· 13 years ago
07fd877
qcow2: Return real error code in qcow2_write_snapshots
by Kevin Wolf
· 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
3535a9c
block: Use bdrv functions to replace file operation in cow.c
by Li Zhi Hui
· 13 years ago
23e9a39
qed: adjust the way to get nb_sectors
by Zhi Yong Wu
· 13 years ago
aef4acb
qcow2: avoid reentrant bdrv_read() in copy_sectors()
by Stefan Hajnoczi
· 13 years ago
1b9f149
qcow2: Unlock during COW
by Kevin Wolf
· 13 years ago
9b2260c
fix spelling in block sub directory
by Dong Xu Wang
· 13 years ago
5bb1cba
vpc: Add missing error handling in alloc_block
by Kevin Wolf
· 13 years ago
6ac5f38
vdi: Fix memory leak
by Kevin Wolf
· 13 years ago
3397f0c
vvfat: Add migration blocker
by Kevin Wolf
· 13 years ago
612ff3d
vpc: Add migration blocker
by Kevin Wolf
· 13 years ago
2bc3166
vmdk: Add migration blocker
by Kevin Wolf
· 13 years ago
fc9d106
vdi: Add migration blocker
by Kevin Wolf
· 13 years ago
fd9f102
qcow: Add migration blocker
by Kevin Wolf
· 13 years ago
c3fecea
sheepdog: Avoid deadlock in error path
by Dong Xu Wang
· 13 years ago
2923d34
Include zlib.h using #include <>
by Stefan Weil
· 13 years ago
1ed520c
qed: add migration blocker (v2)
by Anthony Liguori
· 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
78439f6
block: Fix vpc initialization of the Dynamic Disk Header
by Charles Arnold
· 13 years ago
7704df9
vvfat: Fix read-write mode
by Kevin Wolf
· 13 years ago
273e4e0
vvfat: reorganize computation of disk geometry
by Paolo Bonzini
· 13 years ago
d71cff4
vvfat: do not hardcode sector counts in error message
by Paolo Bonzini
· 13 years ago
5a742b5
vvfat: unify and correct computation of sector count
by Paolo Bonzini
· 13 years ago
aad37c0
vvfat: need to use first_sectors_number to distinguish fdd/hdd
by Paolo Bonzini
· 13 years ago
e654bfe
vvfat: do not fail if the disk has spare sectors
by Paolo Bonzini
· 13 years ago
2b6a43a
vvfat: fix out of bounds array_get usage
by Paolo Bonzini
· 13 years ago
756f51e
block/cloop: Use g_free instead of free
by Dong Xu Wang
· 13 years ago
5b47b7c
block/cloop: Fix coding style
by Dong Xu Wang
· 13 years ago
8494a39
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
3a069ff
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
c95de7e
block: fix qcow2_co_flush deadlock
by Dong Xu Wang
· 13 years ago
93897b9
vmdk: Fix possible segfaults
by Kevin Wolf
· 13 years ago
99f1835
vmdk: Improve error handling
by Kevin Wolf
· 13 years ago
bac8d7b
vmdk: Fix use of uninitialised value
by Kevin Wolf
· 13 years ago
64ebe71
qcow: Fix bdrv_write_compressed error handling
by Kevin Wolf
· 13 years ago
c794b4e
Teach block/vdi about "discarded" (no longer allocated) blocks
by Eric Sunshine
· 13 years ago
c589b24
iSCSI block driver
by Ronnie Sahlberg
· 13 years ago
512a2cf
qed: remove unneeded variable assignment
by Pavel Borzenkov
· 13 years ago
feba23b
qed: don't pass NULL to memcpy
by Pavel Borzenkov
· 13 years ago
8379e46
vmdk: vmdk_read_cid returns garbage if p_name is NULL
by Pavel Borzenkov
· 13 years ago
c18a1c8
vmdk: remove unneeded variable assignment
by Pavel Borzenkov
· 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
e183ef7
block: take lock around bdrv_write implementations
by Paolo Bonzini
· 13 years ago
2914caa
block: take lock around bdrv_read implementations
by Paolo Bonzini
· 13 years ago
848c66e
block: add a CoMutex to synchronous read drivers
by Paolo Bonzini
· 13 years ago
bae0a0c
vmdk: clean up open
by Paolo Bonzini
· 13 years ago
588b65a
vmdk: fix return values of vmdk_parent_open
by Paolo Bonzini
· 13 years ago
8f1efd0
qcow2: Fix bdrv_write_compressed error handling
by Kevin Wolf
· 13 years ago
4265d62
block: add bdrv_co_discard and bdrv_aio_discard support
by Paolo Bonzini
· 13 years ago
6f6dc65
block: drop redundant bdrv_flush implementation
by Stefan Hajnoczi
· 13 years ago
d8716b4
sheepdog: add coroutine_fn markers
by Paolo Bonzini
· 13 years ago
2a22e6e
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
d8b7e0a
block: use coroutine interface for raw format
by Stefan Hajnoczi
· 13 years ago
1b1e8c6
raw-posix: remove bdrv_read()/bdrv_write()
by Stefan Hajnoczi
· 13 years ago
add8d26
block/qcow: Fix use of free() instead of g_free()
by Stefan Weil
· 13 years ago
7acae20
sheepdog: correct spelling
by Dong Xu Wang
· 13 years ago
0d460d6
vvfat: Fix potential buffer overflow
by Kevin Wolf
· 14 years ago
7ef6d3d
block/vvfat: Remove unused code
by Stefan Weil
· 13 years ago
ce13782
block/vvfat: Fix potential memory leaks and other memory errors
by Stefan Weil
· 13 years ago
55b949c
block: allow resizing of images residing on host devices
by Christoph Hellwig
· 13 years ago
e4fc878
qed: fix use-after-free during l2 cache commit
by Stefan Hajnoczi
· 13 years ago
363c3c8
block/curl: Don't finish AIOCBs too early
by Nick Thomas
· 13 years ago
c84dcdc
block/curl: Implement a flush function on the fd handlers
by Nick Thomas
· 13 years ago
16a06b2
rbd: allow escaping in config string
by Sage Weil
· 13 years ago
7a3f5fe
rbd: call flush, if available
by Sage Weil
· 13 years ago
9e1fbcd
rbd: update comment heading
by Sage Weil
· 13 years ago
Next »