summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Gather clusters in a looping loopKevin Wolf2013-03-281-31/+43
* qcow2: Move cluster gathering to a non-looping loopKevin Wolf2013-03-281-64/+70
* qcow2: Allow requests with multiple l2metasKevin Wolf2013-03-283-3/+17
* qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf2013-03-281-56/+28
* qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf2013-03-281-9/+16
* qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf2013-03-281-8/+20
* qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf2013-03-281-10/+13
* qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf2013-03-281-6/+18
* qcow2: Factor out handle_copied()Kevin Wolf2013-03-281-40/+94
* qcow2: Clean up handle_alloc()Kevin Wolf2013-03-281-57/+53
* qcow2: Finalise interface of handle_alloc()Kevin Wolf2013-03-282-13/+21
* qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2013-03-282-17/+32
* qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf2013-03-281-4/+15
* qcow2: Factor out handle_alloc()Kevin Wolf2013-03-281-89/+151
* qcow2: Decouple cluster allocation from cluster reuse codeKevin Wolf2013-03-281-15/+20
* qcow2: Change handle_dependency to byte granularityKevin Wolf2013-03-282-12/+39
* qcow2: Improve check for overlapping allocationsKevin Wolf2013-03-281-1/+1
* qcow2: Handle dependencies earlierKevin Wolf2013-03-282-16/+48
* qcow2: Remove bogus unlock of s->lockKevin Wolf2013-03-281-2/+0
* qcow2: Fix "total clusters" number in bdrv_checkKevin Wolf2013-03-281-1/+3
* block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)Stefan Weil2013-03-251-2/+4
* rbd: fix compile errorLiu Yuan2013-03-251-1/+2
* nbd: Check against invalid option combinationsKevin Wolf2013-03-221-0/+14
* nbd: Use default port if only host is specifiedKevin Wolf2013-03-221-9/+10
* block: Make find_image_format safe with NULL filenameKevin Wolf2013-03-221-3/+10
* block: Introduce .bdrv_parse_filename callbackKevin Wolf2013-03-221-16/+13
* nbd: Accept -drive options for the network connectionKevin Wolf2013-03-221-52/+77
* nbd: Keep hostname and port separateKevin Wolf2013-03-221-9/+40
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-2214-23/+35
* qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf2013-03-192-2/+13
* sheepdog: show error message for halt statusLiu Yuan2013-03-191-0/+2
* threadpool: drop global thread poolStefan Hajnoczi2013-03-152-3/+9
* sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka2013-03-151-2/+11
* sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka2013-03-151-4/+2
* qcow2: make is_allocated return true for zero clustersPaolo Bonzini2013-03-152-5/+4
* qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2013-03-151-4/+0
* qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi2013-03-151-2/+0
* qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2013-03-152-6/+1
* qcow2: set L2 cache dependency in qcow2_alloc_bytes()Stefan Hajnoczi2013-03-151-1/+5
* qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi2013-03-151-1/+4
* qcow2: flush refcount cache correctly in alloc_refcount_block()Stefan Hajnoczi2013-03-151-2/+8
* qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf2013-03-153-1/+39
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-154-4/+4
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-1512-14/+14
* iscsi: add iscsi_truncate supportPeter Lieven2013-03-051-47/+88
* iscsi: retry read, write, flush and unmap on unit attention check conditionsPeter Lieven2013-03-051-88/+203
* sheepdog: add support for connecting to unix domain socketMORITA Kazutaka2013-03-041-12/+70
* sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka2013-03-041-81/+30
* sheepdog: accept URIsMORITA Kazutaka2013-03-041-34/+105
* move socket_set_nodelay to osdep.cMORITA Kazutaka2013-03-041-10/+1
OpenPOWER on IntegriCloud