Age | Commit message (Expand) | Author |
2013-02-22 | qcow2: support compressed clusters in BlockFragInfo | Stefan Hajnoczi |
2013-02-22 | qcow2: record fragmentation statistics during check | Stefan Hajnoczi |
2013-02-22 | qcow2: introduce check_refcounts_l1/l2() flags | Stefan Hajnoczi |
2013-02-22 | qemu-img: find the image end offset during check | Federico Simoncelli |
2013-02-13 | block/curl: only restrict protocols with libcurl>=7.19.4 | Stefan Hajnoczi |
2013-02-12 | Revert "block/vpc: Fix size calculation" | Stefan Hajnoczi |
2013-02-12 | block/raw-posix: detect readonly Linux block devices using BLKROGET | Stefan Hajnoczi |
2013-02-11 | block/vpc: Fix size calculation | Stefan Weil |
2013-02-11 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2013-02-08 | block/curl: disable extra protocols to prevent CVE-2013-0249 | Stefan Hajnoczi |
2013-02-01 | block/raw-posix: Build fix for O_ASYNC | Andreas Färber |
2013-02-01 | vmdk: Allow space in file name | Philipp Hahn |
2013-02-01 | parallels: Fix bdrv_open() error handling | Kevin Wolf |
2013-02-01 | dmg: Use g_free instead of free | Kevin Wolf |
2013-02-01 | dmg: Fix bdrv_open() error handling | Kevin Wolf |
2013-02-01 | vpc: Fix bdrv_open() error handling | Kevin Wolf |
2013-02-01 | cloop: Fix bdrv_open() error handling | Kevin Wolf |
2013-02-01 | bochs: Fix bdrv_open() error handling | Kevin Wolf |
2013-02-01 | sheepdog: pass vdi_id to sheep daemon for sd_close() | Liu Yuan |
2013-02-01 | vmdk: Allow selecting SCSI adapter in image creation | Othmar Pasteka |
2013-01-30 | g_malloc(0) and g_malloc0(0) return NULL; simplify | Markus Armbruster |
2013-01-25 | mirror: do nothing on zero-sized disk | Paolo Bonzini |
2013-01-25 | block/vdi: Check for bad signature | Stefan Weil |
2013-01-25 | block/vdi: Improved return values from vdi_open | Stefan Weil |
2013-01-25 | block/vdi: Improve debug output for signature | Stefan Weil |
2013-01-25 | block: Use error code EMEDIUMTYPE for wrong format in some block drivers | Stefan Weil |
2013-01-25 | mirror: support arbitrarily-sized iterations | Paolo Bonzini |
2013-01-25 | mirror: support more than one in-flight AIO operation | Paolo Bonzini |
2013-01-25 | mirror: add buf-size argument to drive-mirror | Paolo Bonzini |
2013-01-25 | mirror: switch mirror_iteration to AIO | Paolo Bonzini |
2013-01-25 | mirror: allow customizing the granularity | Paolo Bonzini |
2013-01-25 | block: allow customizing the granularity of the dirty bitmap | Paolo Bonzini |
2013-01-25 | block: return count of dirty sectors, not chunks | Paolo Bonzini |
2013-01-25 | mirror: perform COW if the cluster size is bigger than the granularity | Paolo Bonzini |
2013-01-25 | block: implement dirty bitmap using HBitmap | Paolo Bonzini |
2013-01-24 | iscsi: add support for iovectors | Peter Lieven |
2013-01-24 | iscsi: do not leak acb->buf when commands are aborted | Paolo Bonzini |
2013-01-23 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori |
2013-01-22 | iscsi: add support for iSCSI NOPs [v2] | Peter Lieven |
2013-01-22 | iscsi: partly avoid iovec linearization in iscsi_aio_writev | Peter Lieven |
2013-01-22 | iscsi: add iscsi_create support | Peter Lieven |
2013-01-20 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori |
2013-01-19 | block/raw-posix: Make hdev_aio_discard() available outside Linux | Andreas Färber |
2013-01-18 | win32-aio: use iov utility functions instead of open-coding them | Michael Tokarev |
2013-01-17 | win32-aio: Fix memory leak | Kevin Wolf |
2013-01-17 | win32-aio: Fix vectored reads | Kevin Wolf |
2013-01-17 | block: fix null-pointer bug on error case in block commit | Jeff Cody |
2013-01-15 | block: Fix how mirror_run() frees its buffer | Markus Armbruster |
2013-01-15 | win32-aio: Fix how win32_aio_process_completion() frees buffer | Markus Armbruster |
2013-01-15 | sheepdog: clean up sd_aio_setup() | Liu Yuan |