Age | Commit message (Expand) | Author |
2013-11-29 | qapi: Change BlockDirtyInfo to list | Fam Zheng |
2013-11-29 | block: per caller dirty bitmap | Fam Zheng |
2013-11-28 | block/stream: Don't stream unbacked devices | Max Reitz |
2013-11-28 | sheepdog: implement .bdrv_get_allocated_file_size | Liu Yuan |
2013-11-28 | iscsi: add bdrv_co_write_zeroes | Peter Lieven |
2013-11-28 | iscsi: simplify iscsi_co_discard | Peter Lieven |
2013-11-28 | iscsi: set limits in BlockDriverState | Peter Lieven |
2013-11-28 | block/raw: copy BlockLimits on raw_open | Peter Lieven |
2013-11-28 | block/iscsi: add .bdrv_get_info | Peter Lieven |
2013-11-28 | block: introduce BDRV_REQ_MAY_UNMAP request flag | Peter Lieven |
2013-11-28 | block: add flags to bdrv_*_write_zeroes | Peter Lieven |
2013-11-14 | qcow2: fix possible corruption when reading multiple clusters | Peter Lieven |
2013-11-14 | block: Print its file name if backing file opening failed | Fam Zheng |
2013-11-07 | block: vhdx - add .bdrv_create() support | Jeff Cody |
2013-11-07 | block: vhdx - fix comment typos in header, fix incorrect struct fields | Jeff Cody |
2013-11-07 | block: vhdx - break out code operations to functions | Jeff Cody |
2013-11-07 | block: vhdx - move more endian translations to vhdx-endian.c | Jeff Cody |
2013-11-07 | block: vhdx - remove BAT file offset bit shifting | Jeff Cody |
2013-11-07 | block: vhdx write support | Jeff Cody |
2013-11-07 | block: vhdx - add log write support | Jeff Cody |
2013-11-07 | block: vhdx - add region overlap detection for image files | Jeff Cody |
2013-11-07 | block: vhdx - log parsing, replay, and flush support | Jeff Cody |
2013-11-07 | block: vhdx code movement - move vhdx_close() above vhdx_open() | Jeff Cody |
2013-11-07 | block: vhdx - update log guid in header, and first write tracker | Jeff Cody |
2013-11-07 | block: vhdx - break endian translation functions out | Jeff Cody |
2013-11-07 | block: vhdx - log support struct and defines | Jeff Cody |
2013-11-07 | block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header. | Jeff Cody |
2013-11-07 | block: vhdx - add header update capability. | Jeff Cody |
2013-11-07 | block: vhdx - minor comments and typo correction. | Jeff Cody |
2013-11-07 | block/vpc: fix virtual size for images created with disk2vhd | Peter Lieven |
2013-11-07 | block/raw-posix: fix FreeBSD compilation | Andreas Tobler |
2013-11-05 | bswap.h: Remove cpu_to_be64wu() | Peter Maydell |
2013-10-31 | Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging | Anthony Liguori |
2013-10-31 | vmdk: Implment bdrv_get_specific_info | Fam Zheng |
2013-10-30 | sheepdog: check simultaneous create in resend_aioreq | MORITA Kazutaka |
2013-10-30 | sheepdog: cancel aio requests if possible | MORITA Kazutaka |
2013-10-30 | sheepdog: make add_aio_request and send_aioreq void functions | MORITA Kazutaka |
2013-10-30 | sheepdog: try to reconnect to sheepdog after network error | MORITA Kazutaka |
2013-10-30 | sheepdog: reload inode outside of resend_aioreq | MORITA Kazutaka |
2013-10-30 | sheepdog: handle vdi objects in resend_aio_req | MORITA Kazutaka |
2013-10-30 | sheepdog: check return values of qemu_co_recv/send correctly | MORITA Kazutaka |
2013-10-29 | block: Avoid unecessary drv->bdrv_getlength() calls | Kevin Wolf |
2013-10-28 | sheepdog: pass copy_policy in the request | Liu Yuan |
2013-10-28 | sheepdog: explicitly set copies as type uint8_t | Liu Yuan |
2013-10-28 | qcow2: Flush image after creation | Max Reitz |
2013-10-26 | misc: New spelling fixes in comments | Stefan Weil |
2013-10-24 | block/vpc: check that the image has not been truncated | Peter Lieven |
2013-10-24 | qcow2: Unset zero_beyond_eof in save_vmstate | Max Reitz |
2013-10-24 | qcow2: Restore total_sectors value in save_vmstate | Max Reitz |
2013-10-18 | vmdk: fix VMFS extent parsing | Fam Zheng |