Age | Commit message (Expand) | Author |
2014-07-15 | linux-aio: Fix laio resource leak | Gonglei |
2014-07-14 | block: Assert qiov length matches request length | Kevin Wolf |
2014-07-14 | qed: Make qiov match request size until backing file EOF | Kevin Wolf |
2014-07-14 | qcow2: Make qiov match request size until backing file EOF | Kevin Wolf |
2014-07-09 | block/backup: Fix hang for unaligned image size | Kevin Wolf |
2014-07-07 | linux-aio: implement io plug, unplug and flush io queue | Ming Lei |
2014-07-07 | raw-posix: Fix raw_getlength() to always return -errno on error | Markus Armbruster |
2014-07-07 | mirror: Fix qiov size for short requests | Kevin Wolf |
2014-07-01 | block: add backing-file option to block-stream | Jeff Cody |
2014-07-01 | block: extend block-commit to accept a string for the backing file | Jeff Cody |
2014-07-01 | block/cow: Avoid use of uninitialized cow_bs in error path | Peter Maydell |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu |
2014-06-27 | block: Add replaces argument to drive-mirror | Benoît Canet |
2014-06-27 | block: acquire AioContext in qmp_query_blockstats() | Stefan Hajnoczi |
2014-06-27 | block: make bdrv_query_stats() static | Stefan Hajnoczi |
2014-06-27 | quorum: Add the rewrite-corrupted parameter to quorum | Benoît Canet |
2014-06-26 | block: Catch backing files assigned to non-COW drivers | Kevin Wolf |
2014-06-26 | block/nfs: add knob to set readahead | Peter Lieven |
2014-06-26 | block/nfs: fix url parameter checking | Peter Lieven |
2014-06-26 | mirror: Go through ready -> complete process for 0 len image | Fam Zheng |
2014-06-24 | Fix new typos (found by codespell) | Stefan Weil |
2014-06-23 | qapi event: convert QUORUM events | Wenchao Xia |
2014-06-23 | qapi event: convert other BLOCK_JOB events | Wenchao Xia |
2014-06-23 | qapi event: convert BLOCK_IMAGE_CORRUPTED | Wenchao Xia |
2014-06-23 | qapi: adjust existing defines | Wenchao Xia |
2014-06-23 | sheepdog: fix NULL dereference in sd_create | Liu Yuan |
2014-06-18 | block/iscsi: drop obsolete pointers from iscsi_co_writev | Peter Lieven |
2014-06-18 | block/iscsi: fix init value for iTask->retries | Peter Lieven |
2014-06-18 | block/iscsi: bump libiscsi requirement to 1.9.0 | Peter Lieven |
2014-06-18 | block/iscsi: use 16 byte CDBs only when necessary | Peter Lieven |
2014-06-18 | block/iscsi: fix potential segfault on early callback | Peter Lieven |
2014-06-18 | block/iscsi: handle BUSY condition | Peter Lieven |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu |
2014-06-16 | vpc.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | vmdk.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | vhdx.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | vdi.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | ssh.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | sheepdog.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | rbd.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | raw_bsd.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | raw-win32.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | raw-posix.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | qed.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | qcow2.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | qcow.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | nfs.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | iscsi.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | gluster.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | cow.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |