summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Use glib memory allocation and free functionsAnthony Liguori2011-08-2025-205/+205
* qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf2011-08-051-5/+11
* async: Remove AsyncContextKevin Wolf2011-08-022-18/+0
* qcow: Use coroutinesKevin Wolf2011-08-021-118/+62
* qcow2: Use coroutinesKevin Wolf2011-08-023-169/+102
* raw-posix: Always check paio_init resultFrediano Ziglio2011-08-011-6/+5
* raw-posix: Typo fixFrediano Ziglio2011-08-011-1/+1
* block/vpc.c: Detect too-large vpc fileSerge E. Hallyn2011-08-011-1/+7
* block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster2011-08-012-13/+7
* block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster2011-08-012-9/+4
* block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster2011-08-011-35/+0
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf2011-07-193-11/+41
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-193-0/+74
* VMDK: fix coding styleFam Zheng2011-07-191-30/+46
* VMDK: create different subformatsFam Zheng2011-07-191-229/+274
* VMDK: open/read/write for monolithicFlat imageFam Zheng2011-07-191-13/+158
* VMDK: change get_cluster_offset return typeFam Zheng2011-07-191-37/+42
* VMDK: move 'static' cid_update flag to bs fieldFam Zheng2011-07-191-3/+3
* VMDK: flush multiple extentsFam Zheng2011-07-191-1/+11
* VMDK: add field BDRVVmdkState.desc_offsetFam Zheng2011-07-191-9/+18
* VMDK: separate vmdk_open by format versionFam Zheng2011-07-191-66/+112
* VMDK: probe for monolithicFlat imagesFam Zheng2011-07-191-2/+43
* VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng2011-07-191-3/+5
* VMDK: introduce VmdkExtentFam Zheng2011-07-191-102/+246
* sheepdog: add full data preallocation supportMORITA Kazutaka2011-07-181-3/+68
* block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach2011-07-051-0/+14
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-242-43/+43
* sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster2011-06-241-6/+0
* qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf2011-06-151-4/+8
* vdi: Avoid direct AIO callbackKevin Wolf2011-06-151-5/+36
* qcow: Avoid direct AIO callbackKevin Wolf2011-06-141-2/+56
* qcow2: Avoid direct AIO callbackKevin Wolf2011-06-141-9/+30
* block/rbd: Remove unused local variableStefan Weil2011-06-141-4/+0
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-06-081-2/+0
|\
| * Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-2/+0
* | qemu-img create: Fix displayed default cluster sizeKevin Wolf2011-06-084-5/+11
* | qcow2: Fix memory leaks in error casesKevin Wolf2011-06-082-4/+7
* | rbd: Add bdrv_truncate implementationJosh Durgin2011-06-081-0/+14
* | rbd: check return values when scheduling aioJosh Durgin2011-06-081-4/+20
* | rbd: allow configuration of rados from the rbd filenameJosh Durgin2011-06-081-17/+102
* | rbd: use the higher level librbd instead of just libradosJosh Durgin2011-06-082-648/+218
* | block/raw-posix: get right partition sizeChristoph Egger2011-06-081-0/+32
* | block/raw-posix: use a character device if a block device is givenChristoph Egger2011-06-081-0/+43
* | vmdk: fix endianness bugsAlexander Graf2011-06-081-8/+14
* | block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-083-8/+8
|/
* qed: support for growing imagesStefan Hajnoczi2011-05-181-1/+21
* qed: Periodically flush and clear need check bitStefan Hajnoczi2011-05-182-2/+109
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
* Fix typo in code and commentsStefan Weil2011-05-061-2/+2
OpenPOWER on IntegriCloud