summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-03-25block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)Stefan Weil1-2/+4
2013-03-25rbd: fix compile errorLiu Yuan1-1/+2
2013-03-22nbd: Check against invalid option combinationsKevin Wolf1-0/+14
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf1-9/+10
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf1-3/+10
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf1-16/+13
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf1-52/+77
2013-03-22nbd: Keep hostname and port separateKevin Wolf1-9/+40
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf14-23/+35
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf2-2/+13
2013-03-19sheepdog: show error message for halt statusLiu Yuan1-0/+2
2013-03-15threadpool: drop global thread poolStefan Hajnoczi2-3/+9
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka1-2/+11
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka1-4/+2
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini2-5/+4
2013-03-15qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi1-4/+0
2013-03-15qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi1-2/+0
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2-6/+1
2013-03-15qcow2: set L2 cache dependency in qcow2_alloc_bytes()Stefan Hajnoczi1-1/+5
2013-03-15qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi1-1/+4
2013-03-15qcow2: flush refcount cache correctly in alloc_refcount_block()Stefan Hajnoczi1-2/+8
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf3-1/+39
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf4-4/+4
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf12-14/+14
2013-03-05iscsi: add iscsi_truncate supportPeter Lieven1-47/+88
2013-03-05iscsi: retry read, write, flush and unmap on unit attention check conditionsPeter Lieven1-88/+203
2013-03-04sheepdog: add support for connecting to unix domain socketMORITA Kazutaka1-12/+70
2013-03-04sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka1-81/+30
2013-03-04sheepdog: accept URIsMORITA Kazutaka1-34/+105
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-10/+1
2013-02-22qcow2: support compressed clusters in BlockFragInfoStefan Hajnoczi1-0/+1
2013-02-22qcow2: record fragmentation statistics during checkStefan Hajnoczi1-1/+24
2013-02-22qcow2: introduce check_refcounts_l1/l2() flagsStefan Hajnoczi1-6/+12
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli1-2/+8
2013-02-13block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi1-0/+4
2013-02-12Revert "block/vpc: Fix size calculation"Stefan Hajnoczi1-9/+5
2013-02-12block/raw-posix: detect readonly Linux block devices using BLKROGETStefan Hajnoczi1-1/+48
2013-02-11block/vpc: Fix size calculationStefan Weil1-5/+9
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2013-02-08block/curl: disable extra protocols to prevent CVE-2013-0249Stefan Hajnoczi1-0/+11
2013-02-01block/raw-posix: Build fix for O_ASYNCAndreas Färber1-1/+10
2013-02-01vmdk: Allow space in file namePhilipp Hahn1-9/+1
2013-02-01parallels: Fix bdrv_open() error handlingKevin Wolf1-8/+15
2013-02-01dmg: Use g_free instead of freeKevin Wolf1-9/+9
2013-02-01dmg: Fix bdrv_open() error handlingKevin Wolf1-38/+97
2013-02-01vpc: Fix bdrv_open() error handlingKevin Wolf1-12/+30
2013-02-01cloop: Fix bdrv_open() error handlingKevin Wolf1-10/+19
2013-02-01bochs: Fix bdrv_open() error handlingKevin Wolf1-7/+15
2013-02-01sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan1-2/+3
2013-02-01vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka1-3/+28