summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-04-26sheepdog: fix loadvm operationLiu Yuan1-1/+53
2013-04-26sheepdog: resend write requests when SD_RES_READONLY is receivedMORITA Kazutaka1-1/+59
2013-04-26sheepdog: add helper function to reload inodeMORITA Kazutaka1-28/+39
2013-04-26sheepdog: add SD_RES_READONLY result codeMORITA Kazutaka1-0/+2
2013-04-26sheepdog: cleanup find_vdi_nameMORITA Kazutaka1-7/+8
2013-04-26rbd: Fix use after free in rbd_open()Kevin Wolf1-3/+6
2013-04-26sheepdog: implement .bdrv_co_is_allocated()Liu Yuan1-0/+37
2013-04-26sheepdog: use BDRV_SECTOR_SIZELiu Yuan1-6/+5
2013-04-26sheepdog: add discard/trim support for sheepdogLiu Yuan1-1/+63
2013-04-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori15-224/+693
2013-04-22Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori1-6/+19
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf12-35/+19
2013-04-22vvfat: Use bdrv_open options instead of filenameKevin Wolf1-60/+168
2013-04-22sheepdog: Use bdrv_open options instead of filenameKevin Wolf1-1/+31
2013-04-22rbd: Use bdrv_open options instead of filenameKevin Wolf1-1/+30
2013-04-22iscsi: Use bdrv_open options instead of filenameKevin Wolf1-2/+37
2013-04-22gluster: Use bdrv_open options instead of filenameKevin Wolf1-1/+31
2013-04-22curl: Use bdrv_open options instead of filenameKevin Wolf1-51/+102
2013-04-22blkverify: Use bdrv_open options instead of filenameKevin Wolf1-29/+85
2013-04-22blkdebug: Use bdrv_open options instead of filenameKevin Wolf1-32/+82
2013-04-22raw-win32: Use bdrv_open options instead of filenameKevin Wolf1-10/+47
2013-04-22raw-posix: Use bdrv_open options instead of filenameKevin Wolf1-12/+45
2013-04-22block: Add driver-specific options for backing filesKevin Wolf1-1/+1
2013-04-22qcow: allow sub-cluster compressed write to last clusterStefan Hajnoczi1-2/+15
2013-04-22qcow2: allow sub-cluster compressed write to last clusterStefan Hajnoczi1-2/+15
2013-04-19ssh: Remove unnecessary use of strlen function.Richard W.M. Jones1-4/+2
2013-04-19block/ssh: Add missing gcc format attributesStefan Weil1-2/+2
2013-04-15nbd: set TCP_NODELAYStefan Hajnoczi1-0/+3
2013-04-15nbd: use TCP_CORK in nbd_co_send_request()Stefan Hajnoczi1-6/+16
2013-04-15nbd: unlock mutex in nbd_co_send_request() error pathStefan Hajnoczi1-1/+1
2013-04-15rbd: add an asynchronous flushJosh Durgin1-4/+33
2013-04-15block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.Richard W.M. Jones1-5/+73
2013-04-15block: Add support for Secure Shell (ssh) block device.Richard W.M. Jones2-0/+996
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf1-7/+1
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf2-6/+19
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno3-3/+3
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-04-05qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcountKevin Wolf1-6/+8
2013-04-05qcow2: Return real error in qcow2_update_snapshot_refcountKevin Wolf1-6/+5
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2-2/+2
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf1-31/+43
2013-03-28qcow2: Move cluster gathering to a non-looping loopKevin Wolf1-64/+70
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf3-3/+17
2013-03-28qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf1-56/+28
2013-03-28qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf1-9/+16
2013-03-28qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf1-8/+20
2013-03-28qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf1-10/+13
2013-03-28qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf1-6/+18
2013-03-28qcow2: Factor out handle_copied()Kevin Wolf1-40/+94
2013-03-28qcow2: Clean up handle_alloc()Kevin Wolf1-57/+53