summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-13/+47
* block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi2014-06-271-0/+4
* block: make bdrv_query_stats() staticStefan Hajnoczi2014-06-271-1/+1
* quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet2014-06-271-6/+91
* block: Catch backing files assigned to non-COW driversKevin Wolf2014-06-265-0/+5
* block/nfs: add knob to set readaheadPeter Lieven2014-06-261-0/+4
* block/nfs: fix url parameter checkingPeter Lieven2014-06-261-6/+12
* mirror: Go through ready -> complete process for 0 len imageFam Zheng2014-06-261-1/+10
* Fix new typos (found by codespell)Stefan Weil2014-06-241-1/+1
* qapi event: convert QUORUM eventsWenchao Xia2014-06-231-17/+8
* qapi event: convert other BLOCK_JOB eventsWenchao Xia2014-06-231-1/+1
* qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia2014-06-231-6/+8
* qapi: adjust existing definesWenchao Xia2014-06-233-6/+7
* sheepdog: fix NULL dereference in sd_createLiu Yuan2014-06-231-0/+1
* block/iscsi: drop obsolete pointers from iscsi_co_writevPeter Lieven2014-06-181-7/+2
* block/iscsi: fix init value for iTask->retriesPeter Lieven2014-06-181-1/+0
* block/iscsi: bump libiscsi requirement to 1.9.0Peter Lieven2014-06-181-67/+0
* block/iscsi: use 16 byte CDBs only when necessaryPeter Lieven2014-06-181-18/+40
* block/iscsi: fix potential segfault on early callbackPeter Lieven2014-06-181-1/+4
* block/iscsi: handle BUSY conditionPeter Lieven2014-06-181-12/+43
* cleanup QEMUOptionParameterChunyan Liu2014-06-1618-47/+37
* vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-28/+34
* vmdk.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-60/+63
* vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-162-52/+48
* vdi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-38/+35
* ssh.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-17/+15
* sheepdog.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-55/+56
* rbd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-33/+30
* raw_bsd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-12/+15
* raw-win32.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-19/+19
* raw-posix.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-32/+27
* qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-162-56/+61
* qcow2.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-122/+139
* qcow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-36/+36
* nfs.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-9/+3
* iscsi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-18/+16
* gluster.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-39/+42
* cow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-28/+26
* vvfat.c: handle cross_driver's create_options and create_optsChunyan Liu2014-06-161-7/+17
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-168-9/+9
* block/nfs: fix potential segfault on early callbackPeter Lieven2014-06-161-1/+3
* block: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-162-9/+4
* vdi: remove double conversionPaolo Bonzini2014-06-101-1/+0
* sheepdog: reload only header in a case of live snapshotHitoshi Mitake2014-06-061-3/+6
* sheepdog: fix vdi object update after live snapshotHitoshi Mitake2014-06-061-17/+23
* rbd: Fix leaks in rbd_start_aio() error pathKevin Wolf2014-06-061-1/+4
* raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi2014-06-041-34/+0
* vmdk: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-0/+23
* ssh: use BlockDriverState's AioContextStefan Hajnoczi2014-06-041-17/+19
* sheepdog: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-38/+80
OpenPOWER on IntegriCloud