aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf
2013-03-28qcow2: Move cluster gathering to a non-looping loopKevin Wolf
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf
2013-03-28qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf
2013-03-28qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf
2013-03-28qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf
2013-03-28qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf
2013-03-28qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf
2013-03-28qcow2: Factor out handle_copied()Kevin Wolf
2013-03-28qcow2: Clean up handle_alloc()Kevin Wolf
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf
2013-03-28qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf
2013-03-28qcow2: Factor out handle_alloc()Kevin Wolf
2013-03-28qcow2: Decouple cluster allocation from cluster reuse codeKevin Wolf
2013-03-28qcow2: Change handle_dependency to byte granularityKevin Wolf
2013-03-28qcow2: Improve check for overlapping allocationsKevin Wolf
2013-03-28qcow2: Handle dependencies earlierKevin Wolf
2013-03-28qcow2: Remove bogus unlock of s->lockKevin Wolf
2013-03-28qcow2: Fix "total clusters" number in bdrv_checkKevin Wolf
2013-03-25block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)Stefan Weil
2013-03-25rbd: fix compile errorLiu Yuan
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