summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2-2/+2
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf1-31/+43
2013-03-28qcow2: Move cluster gathering to a non-looping loopKevin Wolf1-64/+70
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf3-3/+17
2013-03-28qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf1-56/+28
2013-03-28qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf1-9/+16
2013-03-28qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf1-8/+20
2013-03-28qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf1-10/+13
2013-03-28qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf1-6/+18
2013-03-28qcow2: Factor out handle_copied()Kevin Wolf1-40/+94
2013-03-28qcow2: Clean up handle_alloc()Kevin Wolf1-57/+53
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf2-13/+21
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2-17/+32
2013-03-28qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf1-4/+15
2013-03-28qcow2: Factor out handle_alloc()Kevin Wolf1-89/+151
2013-03-28qcow2: Decouple cluster allocation from cluster reuse codeKevin Wolf1-15/+20
2013-03-28qcow2: Change handle_dependency to byte granularityKevin Wolf2-12/+39
2013-03-28qcow2: Improve check for overlapping allocationsKevin Wolf1-1/+1
2013-03-28qcow2: Handle dependencies earlierKevin Wolf2-16/+48
2013-03-28qcow2: Remove bogus unlock of s->lockKevin Wolf1-2/+0
2013-03-28qcow2: Fix "total clusters" number in bdrv_checkKevin Wolf1-1/+3
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