aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-05-03vmdk: add bdrv_co_write_zeroesFam Zheng
2013-05-03vmdk: store fields of VmdkMetaData in cpu endianFam Zheng
2013-05-03vmdk: change magic number to macroFam Zheng
2013-05-03vmdk: Add option to create zeroed-grain imageFam Zheng
2013-05-03vmdk: add support for “zeroed‐grain” GTEFam Zheng
2013-05-03vmdk: named return code.Fam Zheng
2013-05-03block: add read-only support to VHDX image format.Jeff Cody
2013-05-03block: initial VHDX driver support framework - supports open and probeJeff Cody
2013-05-03block: vhdx header for the QEMU support of VHDX imagesJeff Cody
2013-04-26sheepdog: fix loadvm operationLiu Yuan
2013-04-26sheepdog: resend write requests when SD_RES_READONLY is receivedMORITA Kazutaka
2013-04-26sheepdog: add helper function to reload inodeMORITA Kazutaka
2013-04-26sheepdog: add SD_RES_READONLY result codeMORITA Kazutaka
2013-04-26sheepdog: cleanup find_vdi_nameMORITA Kazutaka
2013-04-26rbd: Fix use after free in rbd_open()Kevin Wolf
2013-04-26sheepdog: implement .bdrv_co_is_allocated()Liu Yuan
2013-04-26sheepdog: use BDRV_SECTOR_SIZELiu Yuan
2013-04-26sheepdog: add discard/trim support for sheepdogLiu Yuan
2013-04-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-04-22Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22vvfat: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22sheepdog: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22rbd: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22iscsi: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22gluster: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22curl: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22blkverify: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22blkdebug: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22raw-win32: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22raw-posix: Use bdrv_open options instead of filenameKevin Wolf
2013-04-22block: Add driver-specific options for backing filesKevin Wolf
2013-04-22qcow: allow sub-cluster compressed write to last clusterStefan Hajnoczi
2013-04-22qcow2: allow sub-cluster compressed write to last clusterStefan Hajnoczi
2013-04-19ssh: Remove unnecessary use of strlen function.Richard W.M. Jones
2013-04-19block/ssh: Add missing gcc format attributesStefan Weil
2013-04-15nbd: set TCP_NODELAYStefan Hajnoczi
2013-04-15nbd: use TCP_CORK in nbd_co_send_request()Stefan Hajnoczi
2013-04-15nbd: unlock mutex in nbd_co_send_request() error pathStefan Hajnoczi
2013-04-15rbd: add an asynchronous flushJosh Durgin
2013-04-15block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.Richard W.M. Jones
2013-04-15block: Add support for Secure Shell (ssh) block device.Richard W.M. Jones
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-05qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcountKevin Wolf
2013-04-05qcow2: Return real error in qcow2_update_snapshot_refcountKevin Wolf
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf