Age | Commit message (Expand) | Author |
2012-09-25 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-09-24 | block: vpc image file reopen | Jeff Cody |
2012-09-24 | block: vdi image file reopen | Jeff Cody |
2012-09-24 | block: vmdk image file reopen | Jeff Cody |
2012-09-24 | block: qcow image file reopen | Jeff Cody |
2012-09-24 | block: qcow2 image file reopen | Jeff Cody |
2012-09-24 | block: qed image file reopen | Jeff Cody |
2012-09-24 | block: raw image file reopen | Jeff Cody |
2012-09-24 | block: raw-posix image file reopen | Jeff Cody |
2012-09-24 | block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c | Jeff Cody |
2012-09-24 | block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c | Jeff Cody |
2012-09-24 | block: do not parse BDRV_O_CACHE_WB in block drivers | Jeff Cody |
2012-09-24 | block: move open flag parsing in raw block drivers to helper functions | Jeff Cody |
2012-09-24 | block: move aio initialization into a helper function | Jeff Cody |
2012-09-21 | iSCSI: We dont need to explicitely call qemu_notify_event() any more | Ronnie Sahlberg |
2012-09-21 | iSCSI: We need to support SG_IO also from iscsi_ioctl() | Ronnie Sahlberg |
2012-09-12 | vdi: Fix warning from clang | Stefan Weil |
2012-09-12 | block/curl: Fix wrong free statement | Stefan Weil |
2012-09-12 | sheepdog: fix savevm and loadvm | MORITA Kazutaka |
2012-08-31 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-08-29 | stream: complete early if end of backing file is reached | Stefan Hajnoczi |
2012-08-29 | qed: refuse unaligned zero writes with a backing file | Stefan Hajnoczi |
2012-08-28 | iscsi: Set number of blocks to 0 for blank CDROM devices | Ronnie Sahlberg |
2012-08-22 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori |
2012-08-22 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-08-22 | sheepdog: don't leak socket file descriptor upon connection failure | Jim Meyering |
2012-08-20 | iscsi: fix races between task completion and abort | Paolo Bonzini |
2012-08-20 | iscsi: simplify iscsi_schedule_bh | Paolo Bonzini |
2012-08-20 | iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cb | Paolo Bonzini |
2012-08-20 | Revert "iscsi: Fix NULL dereferences / races between task completion and abort" | Paolo Bonzini |
2012-08-17 | vmdk: Read footer for streamOptimized images | Kevin Wolf |
2012-08-17 | vmdk: Fix header structure | Kevin Wolf |
2012-08-15 | iscsi: Fix NULL dereferences / races between task completion and abort | Stefan Priebe |
2012-08-15 | block: Convert close calls to qemu_close | Corey Bryant |
2012-08-15 | block: Convert open calls to qemu_open | Corey Bryant |
2012-08-15 | block: Prevent detection of /dev/fdset/ as floppy | Corey Bryant |
2012-08-11 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-08-11 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori |
2012-08-10 | block: add BLOCK_O_CHECK for qemu-img check | Stefan Hajnoczi |
2012-08-10 | qcow2: mark image clean after repair succeeds | Stefan Hajnoczi |
2012-08-10 | qed: mark image clean after repair succeeds | Stefan Hajnoczi |
2012-08-09 | iscsi: Pick default initiator-name based on the name of the VM | Ronnie Sahlberg |
2012-08-08 | iscsi: reorganize code for parse_initiator_name | Paolo Bonzini |
2012-08-08 | iscsi: do not leak initiator_name | Paolo Bonzini |
2012-08-06 | qcow2: implement lazy refcounts | Stefan Hajnoczi |
2012-08-06 | qcow2: introduce dirty bit | Stefan Hajnoczi |
2012-07-17 | vvfat: Do not clobber the user's geometry | Markus Armbruster |
2012-07-17 | vvfat: Fix partition table | Markus Armbruster |
2012-07-17 | sheepdog: do not blindly memset all read buffers | Christoph Hellwig |
2012-07-17 | sheepdog: always use coroutine-based network functions | MORITA Kazutaka |