aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-07-18raw-posix: Fail gracefully if no working alignment is foundKevin Wolf
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-18qcow2: Fix error path for unknown incompatible featuresKevin Wolf
2014-07-15linux-aio: Fix laio resource leakGonglei
2014-07-14block: Assert qiov length matches request lengthKevin Wolf
2014-07-14qed: Make qiov match request size until backing file EOFKevin Wolf
2014-07-14qcow2: Make qiov match request size until backing file EOFKevin Wolf
2014-07-09block/backup: Fix hang for unaligned image sizeKevin Wolf
2014-07-07linux-aio: implement io plug, unplug and flush io queueMing Lei
2014-07-07raw-posix: Fix raw_getlength() to always return -errno on errorMarkus Armbruster
2014-07-07mirror: Fix qiov size for short requestsKevin Wolf
2014-07-01block: add backing-file option to block-streamJeff Cody
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01block/cow: Avoid use of uninitialized cow_bs in error pathPeter Maydell
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet
2014-06-27block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi
2014-06-27block: make bdrv_query_stats() staticStefan Hajnoczi
2014-06-27quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-26block/nfs: add knob to set readaheadPeter Lieven
2014-06-26block/nfs: fix url parameter checkingPeter Lieven
2014-06-26mirror: Go through ready -> complete process for 0 len imageFam Zheng
2014-06-24Fix new typos (found by codespell)Stefan Weil
2014-06-23qapi event: convert QUORUM eventsWenchao Xia
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia
2014-06-23qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-23sheepdog: fix NULL dereference in sd_createLiu Yuan
2014-06-18block/iscsi: drop obsolete pointers from iscsi_co_writevPeter Lieven
2014-06-18block/iscsi: fix init value for iTask->retriesPeter Lieven
2014-06-18block/iscsi: bump libiscsi requirement to 1.9.0Peter Lieven
2014-06-18block/iscsi: use 16 byte CDBs only when necessaryPeter Lieven
2014-06-18block/iscsi: fix potential segfault on early callbackPeter Lieven
2014-06-18block/iscsi: handle BUSY conditionPeter Lieven
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16vmdk.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16vdi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16ssh.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16sheepdog.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16rbd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16raw_bsd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16raw-win32.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16raw-posix.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16qcow2.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16qcow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16nfs.c: replace QEMUOptionParameter with QemuOptsChunyan Liu