summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* sheepdog: cleanup find_vdi_nameMORITA Kazutaka2013-04-261-7/+8
* rbd: Fix use after free in rbd_open()Kevin Wolf2013-04-261-3/+6
* sheepdog: implement .bdrv_co_is_allocated()Liu Yuan2013-04-261-0/+37
* sheepdog: use BDRV_SECTOR_SIZELiu Yuan2013-04-261-6/+5
* sheepdog: add discard/trim support for sheepdogLiu Yuan2013-04-261-1/+63
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-04-2215-224/+693
|\
| * block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-2212-35/+19
| * vvfat: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-60/+168
| * sheepdog: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-1/+31
| * rbd: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-1/+30
| * iscsi: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-2/+37
| * gluster: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-1/+31
| * curl: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-51/+102
| * blkverify: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-29/+85
| * blkdebug: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-32/+82
| * raw-win32: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-10/+47
| * raw-posix: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-12/+45
| * block: Add driver-specific options for backing filesKevin Wolf2013-04-221-1/+1
| * qcow: allow sub-cluster compressed write to last clusterStefan Hajnoczi2013-04-221-2/+15
| * qcow2: allow sub-cluster compressed write to last clusterStefan Hajnoczi2013-04-221-2/+15
* | Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori2013-04-221-6/+19
|\ \ | |/ |/|
| * nbd: set TCP_NODELAYStefan Hajnoczi2013-04-151-0/+3
| * nbd: use TCP_CORK in nbd_co_send_request()Stefan Hajnoczi2013-04-151-6/+16
| * nbd: unlock mutex in nbd_co_send_request() error pathStefan Hajnoczi2013-04-151-1/+1
* | ssh: Remove unnecessary use of strlen function.Richard W.M. Jones2013-04-191-4/+2
* | block/ssh: Add missing gcc format attributesStefan Weil2013-04-191-2/+2
* | rbd: add an asynchronous flushJosh Durgin2013-04-151-4/+33
* | block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.Richard W.M. Jones2013-04-151-5/+73
* | block: Add support for Secure Shell (ssh) block device.Richard W.M. Jones2013-04-152-0/+996
* | block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf2013-04-151-7/+1
* | block: Introduce bdrv_writev_vmstateKevin Wolf2013-04-152-6/+19
|/
* aes: move aes.h from include/block to include/qemuAurelien Jarno2013-04-133-3/+3
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcountKevin Wolf2013-04-051-6/+8
* qcow2: Return real error in qcow2_update_snapshot_refcountKevin Wolf2013-04-051-6/+5
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-022-2/+2
* qcow2: Gather clusters in a looping loopKevin Wolf2013-03-281-31/+43
* qcow2: Move cluster gathering to a non-looping loopKevin Wolf2013-03-281-64/+70
* qcow2: Allow requests with multiple l2metasKevin Wolf2013-03-283-3/+17
* qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf2013-03-281-56/+28
* qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf2013-03-281-9/+16
* qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf2013-03-281-8/+20
* qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf2013-03-281-10/+13
* qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf2013-03-281-6/+18
* qcow2: Factor out handle_copied()Kevin Wolf2013-03-281-40/+94
* qcow2: Clean up handle_alloc()Kevin Wolf2013-03-281-57/+53
* qcow2: Finalise interface of handle_alloc()Kevin Wolf2013-03-282-13/+21
* qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2013-03-282-17/+32
* qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf2013-03-281-4/+15
* qcow2: Factor out handle_alloc()Kevin Wolf2013-03-281-89/+151
OpenPOWER on IntegriCloud