summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-16rbd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-33/+30
2014-06-16raw_bsd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-12/+15
2014-06-16raw-win32.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-19/+19
2014-06-16raw-posix.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-32/+27
2014-06-16qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2-56/+61
2014-06-16qcow2.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-122/+139
2014-06-16qcow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-36/+36
2014-06-16nfs.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-9/+3