aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-03-22nbd: Check against invalid option combinationsKevin Wolf
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf
2013-03-19sheepdog: show error message for halt statusLiu Yuan
2013-03-15threadpool: drop global thread poolStefan Hajnoczi
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini
2013-03-15qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi
2013-03-15qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi
2013-03-15qcow2: set L2 cache dependency in qcow2_alloc_bytes()Stefan Hajnoczi
2013-03-15qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi
2013-03-15qcow2: flush refcount cache correctly in alloc_refcount_block()Stefan Hajnoczi
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-03-05iscsi: add iscsi_truncate supportPeter Lieven
2013-03-05iscsi: retry read, write, flush and unmap on unit attention check conditionsPeter Lieven
2013-03-04sheepdog: add support for connecting to unix domain socketMORITA Kazutaka
2013-03-04sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka
2013-03-04sheepdog: accept URIsMORITA Kazutaka
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka
2013-02-22qcow2: support compressed clusters in BlockFragInfoStefan Hajnoczi
2013-02-22qcow2: record fragmentation statistics during checkStefan Hajnoczi
2013-02-22qcow2: introduce check_refcounts_l1/l2() flagsStefan Hajnoczi
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli
2013-02-13block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi
2013-02-12Revert "block/vpc: Fix size calculation"Stefan Hajnoczi
2013-02-12block/raw-posix: detect readonly Linux block devices using BLKROGETStefan Hajnoczi
2013-02-11block/vpc: Fix size calculationStefan Weil
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-08block/curl: disable extra protocols to prevent CVE-2013-0249Stefan Hajnoczi
2013-02-01block/raw-posix: Build fix for O_ASYNCAndreas Färber
2013-02-01vmdk: Allow space in file namePhilipp Hahn
2013-02-01parallels: Fix bdrv_open() error handlingKevin Wolf
2013-02-01dmg: Use g_free instead of freeKevin Wolf
2013-02-01dmg: Fix bdrv_open() error handlingKevin Wolf
2013-02-01vpc: Fix bdrv_open() error handlingKevin Wolf
2013-02-01cloop: Fix bdrv_open() error handlingKevin Wolf
2013-02-01bochs: Fix bdrv_open() error handlingKevin Wolf
2013-02-01sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan
2013-02-01vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster
2013-01-25mirror: do nothing on zero-sized diskPaolo Bonzini