Age | Commit message (Expand) | Author |
2013-07-05 | curl: refuse to open URL from HTTP server without range support | Fam Zheng |
2013-07-05 | vmdk: Implement .bdrv_has_zero_init | Fam Zheng |
2013-06-28 | block: change default of .has_zero_init to 0 | Peter Lieven |
2013-06-28 | vpc: Implement .bdrv_has_zero_init | Kevin Wolf |
2013-06-28 | vmdk: remove wrong calculation of relative path | Fam Zheng |
2013-06-28 | gluster: Return bdrv_has_zero_init = 0 | Kevin Wolf |
2013-06-28 | block/ssh: Set bdrv_has_zero_init according to the file type. | Richard W.M. Jones |
2013-06-28 | block: Make BlockJobTypes const | Kevin Wolf |
2013-06-28 | block: add basic backup support to block driver | Dietmar Maurer |
2013-06-28 | raw-posix: Fix /dev/cdrom magic on OS X | Kevin Wolf |
2013-06-24 | vmdk: refuse to open higher version than supported | Fam Zheng |
2013-06-24 | qcow2: Batch discards | Kevin Wolf |
2013-06-24 | qcow2: Options to enable discard for freed clusters | Kevin Wolf |
2013-06-24 | qcow2: Add refcount update reason to all callers | Kevin Wolf |
2013-06-18 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori |
2013-06-18 | iscsi: reorganize iscsi_readcapacity_sync | Paolo Bonzini |
2013-06-18 | iscsi: simplify freeing of tasks | Paolo Bonzini |
2013-06-18 | nbd: strip braces from literal IPv6 address in URI | Ján Tomko |
2013-06-17 | Merge remote-tracking branch 'luiz/queue/qmp' into staging | Anthony Liguori |
2013-06-17 | vmdk: Allow reading variable size descriptor files | Evgeny Budilovsky |
2013-06-17 | curl: Don't set curl options on the handle just before it's going to be deleted. | Richard W.M. Jones |
2013-06-17 | vmdk: byteswap VMDK4Header.desc_offset field | Stefan Hajnoczi |
2013-06-17 | block/curl.c: Refuse to open the handle for writes. | Richard W.M. Jones |
2013-06-17 | sheepdog: support 'qemu-img snapshot -a' | Liu Yuan |
2013-06-17 | sheepdog: fix snapshot tag initialization | Liu Yuan |
2013-06-17 | block: mirror_complete(): use error_setg_file_open() | Luiz Capitulino |
2013-06-11 | curl: Whitespace only changes. | Richard W.M. Jones |
2013-06-07 | qmp: add ImageInfo in BlockDeviceInfo used by query-block | Wenchao Xia |
2013-06-07 | block: add image info query function bdrv_query_image_info() | Wenchao Xia |
2013-06-07 | block: add snapshot info query function bdrv_query_snapshot_info_list() | Wenchao Xia |
2013-06-06 | blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events | Kevin Wolf |
2013-06-04 | block: dump snapshot and image info to specified output | Wenchao Xia |
2013-06-04 | block: move qmp and info dump related code to block/qapi.c | Wenchao Xia |
2013-06-04 | block: move snapshot code in block.c to block/snapshot.c | Wenchao Xia |
2013-05-18 | Remove twice include of qemu-common.h | Qiao Nuohan |
2013-05-14 | qcow2: Catch some L1 table index overflows | Kevin Wolf |
2013-05-12 | remove double semicolons | Dong Xu Wang |
2013-05-03 | vmdk: add bdrv_co_write_zeroes | Fam Zheng |
2013-05-03 | vmdk: store fields of VmdkMetaData in cpu endian | Fam Zheng |
2013-05-03 | vmdk: change magic number to macro | Fam Zheng |
2013-05-03 | vmdk: Add option to create zeroed-grain image | Fam Zheng |
2013-05-03 | vmdk: add support for “zeroed‐grain” GTE | Fam Zheng |
2013-05-03 | vmdk: named return code. | Fam Zheng |
2013-05-03 | block: add read-only support to VHDX image format. | Jeff Cody |
2013-05-03 | block: initial VHDX driver support framework - supports open and probe | Jeff Cody |
2013-05-03 | block: vhdx header for the QEMU support of VHDX images | Jeff Cody |
2013-04-26 | sheepdog: fix loadvm operation | Liu Yuan |
2013-04-26 | sheepdog: resend write requests when SD_RES_READONLY is received | MORITA Kazutaka |
2013-04-26 | sheepdog: add helper function to reload inode | MORITA Kazutaka |
2013-04-26 | sheepdog: add SD_RES_READONLY result code | MORITA Kazutaka |