summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-07-27misc: Fix new typos in comments and stringsStefan Weil1-1/+1
2013-07-26Implement sync modes for drive-backup.Ian Main1-30/+75
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf2-5/+5
2013-07-19block/raw: add .bdrv_get_infoPeter Lieven1-0/+6
2013-07-19block/raw: add bdrv_co_write_zeroesPeter Lieven1-0/+8
2013-07-19block: fix vvfat error path for enable_write_targetFam Zheng1-11/+14
2013-07-19gluster: Add discard support for GlusterFS block driver.Bharata B Rao1-0/+45
2013-07-17iscsi: factor out sector conversionsPeter Lieven1-3/+7
2013-07-17iscsi: assert that sectors are aligned to LUN blocksizePeter Lieven1-0/+20
2013-07-17iscsi: remove support for misaligned nb_sectors in aio_readvPeter Lieven1-18/+4
2013-07-17iscsi: fix -ENOSPC in iscsi_create()Peter Lieven1-0/+1
2013-07-17Fix iSCSI crash on SG_IO with an iovectorRonnie Sahlberg1-7/+44
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf1-1/+1
2013-07-05curl: refuse to open URL from HTTP server without range supportFam Zheng1-6/+18
2013-07-05vmdk: Implement .bdrv_has_zero_initFam Zheng1-15/+33
2013-06-28block: change default of .has_zero_init to 0Peter Lieven9-15/+9
2013-06-28vpc: Implement .bdrv_has_zero_initKevin Wolf1-6/+19
2013-06-28vmdk: remove wrong calculation of relative pathFam Zheng1-43/+1
2013-06-28gluster: Return bdrv_has_zero_init = 0Kevin Wolf1-0/+10
2013-06-28block/ssh: Set bdrv_has_zero_init according to the file type.Richard W.M. Jones1-0/+16
2013-06-28block: Make BlockJobTypes constKevin Wolf3-3/+3
2013-06-28block: add basic backup support to block driverDietmar Maurer2-0/+342
2013-06-28raw-posix: Fix /dev/cdrom magic on OS XKevin Wolf1-0/+1
2013-06-24vmdk: refuse to open higher version than supportedFam Zheng1-0/+9
2013-06-24qcow2: Batch discardsKevin Wolf4-7/+109
2013-06-24qcow2: Options to enable discard for freed clustersKevin Wolf3-0/+36
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf5-33/+66
2013-06-18Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-73/+56
2013-06-18iscsi: reorganize iscsi_readcapacity_syncPaolo Bonzini1-48/+46
2013-06-18iscsi: simplify freeing of tasksPaolo Bonzini1-25/+10
2013-06-18nbd: strip braces from literal IPv6 address in URIJán Tomko1-1/+10
2013-06-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+1
2013-06-17vmdk: Allow reading variable size descriptor filesEvgeny Budilovsky1-7/+20
2013-06-17curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones1-2/+0
2013-06-17vmdk: byteswap VMDK4Header.desc_offset fieldStefan Hajnoczi1-2/+5
2013-06-17block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones1-0/+6
2013-06-17sheepdog: support 'qemu-img snapshot -a'Liu Yuan1-7/+5
2013-06-17sheepdog: fix snapshot tag initializationLiu Yuan1-1/+1
2013-06-17block: mirror_complete(): use error_setg_file_open()Luiz Capitulino1-1/+1
2013-06-11curl: Whitespace only changes.Richard W.M. Jones1-2/+2
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia1-3/+47
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia1-6/+37
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia1-13/+42
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-0/+3
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-30/+36
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia2-1/+361
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia2-0/+158
2013-05-18Remove twice include of qemu-common.hQiao Nuohan1-1/+0
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf3-12/+29
2013-05-12remove double semicolonsDong Xu Wang1-1/+1