Age | Commit message (Expand) | Author |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini |
2012-01-13 | vvfat: avoid leaking file descriptor in commit_one_file() | Stefan Hajnoczi |
2011-12-22 | move corking functions to osdep.c | Paolo Bonzini |
2011-12-22 | nbd: add support for NBD_CMD_TRIM | Paolo Bonzini |
2011-12-22 | nbd: add support for NBD_CMD_FLUSH | Paolo Bonzini |
2011-12-22 | nbd: add support for NBD_CMD_FLAG_FUA | Paolo Bonzini |
2011-12-22 | nbd: allow multiple in-flight requests | Paolo Bonzini |
2011-12-22 | nbd: split requests | Paolo Bonzini |
2011-12-22 | nbd: switch to asynchronous operation | Paolo Bonzini |
2011-12-22 | sheepdog: move coroutine send/recv function to generic code | Paolo Bonzini |
2011-12-15 | block/cow: Return real error code | Li Zhi Hui |
2011-12-15 | qcow2: Allow >4 GB VM state | Kevin Wolf |
2011-12-15 | rbd: always set out parameter in qemu_rbd_snap_list | Josh Durgin |
2011-12-15 | block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close | Li Zhi Hui |
2011-12-15 | block: qemu_aio_get does not return NULL | Paolo Bonzini |
2011-12-15 | block: bdrv_aio_* do not return NULL | Paolo Bonzini |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang |
2011-12-05 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-12-05 | cow: use bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | coroutine: add qemu_co_queue_restart_all() | Stefan Hajnoczi |
2011-12-05 | cow: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | vdi: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | vvfat: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | qed: convert to .bdrv_co_is_allocated() | Stefan Hajnoczi |
2011-12-05 | qcow2: Fix error path in qcow2_snapshot_load_tmp | Kevin Wolf |
2011-12-05 | qcow2: Fix order in qcow2_snapshot_delete | Kevin Wolf |
2011-12-05 | qcow2: Fix order of refcount updates in qcow2_snapshot_goto | Kevin Wolf |
2011-12-05 | qcow2: Return real error in qcow2_snapshot_goto | Kevin Wolf |
2011-12-05 | qcow2: Rework qcow2_snapshot_create error handling | Kevin Wolf |
2011-12-05 | qcow2: Cleanups and memleak fix in qcow2_snapshot_create | Kevin Wolf |
2011-12-05 | qcow2: Update snapshot table information at once | Kevin Wolf |
2011-12-05 | qcow2: Return real error code in qcow2_write_snapshots | Kevin Wolf |
2011-12-05 | qcow2: Return real error code in qcow2_read_snapshots | Kevin Wolf |
2011-12-05 | block: Add coroutine_fn marker to coroutine functions | Dong Xu Wang |
2011-12-05 | block: Use bdrv functions to replace file operation in cow.c | Li Zhi Hui |
2011-12-05 | qed: adjust the way to get nb_sectors | Zhi Yong Wu |
2011-12-05 | qcow2: avoid reentrant bdrv_read() in copy_sectors() | Stefan Hajnoczi |
2011-12-05 | qcow2: Unlock during COW | Kevin Wolf |
2011-12-02 | fix spelling in block sub directory | Dong Xu Wang |
2011-11-23 | vpc: Add missing error handling in alloc_block | Kevin Wolf |
2011-11-23 | vdi: Fix memory leak | Kevin Wolf |
2011-11-23 | vvfat: Add migration blocker | Kevin Wolf |
2011-11-23 | vpc: Add migration blocker | Kevin Wolf |
2011-11-23 | vmdk: Add migration blocker | Kevin Wolf |
2011-11-23 | vdi: Add migration blocker | Kevin Wolf |
2011-11-23 | qcow: Add migration blocker | Kevin Wolf |
2011-11-22 | sheepdog: Avoid deadlock in error path | Dong Xu Wang |
2011-11-21 | Include zlib.h using #include <> | Stefan Weil |
2011-11-21 | qed: add migration blocker (v2) | Anthony Liguori |