summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-08-15block/archipelago: Add support for creating imagesChrysostomos Nanakos1-0/+146
2014-08-15block/archipelago: Implement bdrv_parse_filename()Chrysostomos Nanakos1-2/+138
2014-08-15block: Support Archipelago as a QEMU block backendChrysostomos Nanakos2-0/+789
2014-08-15qemu-img info: show nocow infoChunyan Liu1-0/+26
2014-08-15vmdk: Optimize cluster allocationFam Zheng1-82/+140
2014-08-15block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster1-4/+10
2014-08-15block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster1-1/+0
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster2-4/+3
2014-07-18raw-posix: Fail gracefully if no working alignment is foundKevin Wolf1-8/+27
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf7-17/+7
2014-07-18qcow2: Fix error path for unknown incompatible featuresKevin Wolf1-5/+16
2014-07-15linux-aio: Fix laio resource leakGonglei1-0/+5
2014-07-14block: Assert qiov length matches request lengthKevin Wolf1-4/+11
2014-07-14qed: Make qiov match request size until backing file EOFKevin Wolf2-8/+31
2014-07-14qcow2: Make qiov match request size until backing file EOFKevin Wolf1-1/+10
2014-07-09block/backup: Fix hang for unaligned image sizeKevin Wolf1-1/+1
2014-07-07linux-aio: implement io plug, unplug and flush io queueMing Lei3-2/+141
2014-07-07raw-posix: Fix raw_getlength() to always return -errno on errorMarkus Armbruster1-6/+22
2014-07-07mirror: Fix qiov size for short requestsKevin Wolf1-1/+3
2014-07-01block: add backing-file option to block-streamJeff Cody1-6/+5
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody1-3/+6
2014-07-01block/cow: Avoid use of uninitialized cow_bs in error pathPeter Maydell1-3/+4
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu5-6/+89
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet1-13/+47
2014-06-27block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi1-0/+4
2014-06-27block: make bdrv_query_stats() staticStefan Hajnoczi1-1/+1
2014-06-27quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet1-6/+91
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf5-0/+5
2014-06-26block/nfs: add knob to set readaheadPeter Lieven1-0/+4
2014-06-26block/nfs: fix url parameter checkingPeter Lieven1-6/+12
2014-06-26mirror: Go through ready -> complete process for 0 len imageFam Zheng1-1/+10
2014-06-24Fix new typos (found by codespell)Stefan Weil1-1/+1
2014-06-23qapi event: convert QUORUM eventsWenchao Xia1-17/+8
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia1-1/+1
2014-06-23qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia1-6/+8
2014-06-23qapi: adjust existing definesWenchao Xia3-6/+7
2014-06-23sheepdog: fix NULL dereference in sd_createLiu Yuan1-0/+1
2014-06-18block/iscsi: drop obsolete pointers from iscsi_co_writevPeter Lieven1-7/+2
2014-06-18block/iscsi: fix init value for iTask->retriesPeter Lieven1-1/+0
2014-06-18block/iscsi: bump libiscsi requirement to 1.9.0Peter Lieven1-67/+0
2014-06-18block/iscsi: use 16 byte CDBs only when necessaryPeter Lieven1-18/+40
2014-06-18block/iscsi: fix potential segfault on early callbackPeter Lieven1-1/+4
2014-06-18block/iscsi: handle BUSY conditionPeter Lieven1-12/+43
2014-06-16cleanup QEMUOptionParameterChunyan Liu18-47/+37
2014-06-16vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-28/+34
2014-06-16vmdk.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-60/+63
2014-06-16vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2-52/+48
2014-06-16vdi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-38/+35
2014-06-16ssh.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-17/+15
2014-06-16sheepdog.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-55/+56