summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas2011-05-031-0/+4
* qed: Fix consistency check on 32-bit hostsStefan Hajnoczi2011-04-272-3/+3
* vpc.c: Use get_option_parameter() does the searchMitnick Lyu2011-04-131-6/+2
* qed: Add support for zero clustersAnthony Liguori2011-04-134-17/+66
* NBD device: Separate out parsing configuration and opening sockets.Nick Thomas2011-04-071-55/+102
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-2/+2
* get rid of private bitmap functions in block/sheepdog.c, use generic onesMichael Tokarev2011-04-011-14/+1
* block/qcow: Don't ignore immediate read/write and other failuresStefan Weil2011-03-151-4/+12
* block/vdi: Don't ignore immediate read/write failuresStefan Weil2011-03-151-0/+5
* qcow2: Fix order in L2 table COWKevin Wolf2011-02-101-3/+6
* qed: Report error for unsupported featuresKevin Wolf2011-02-101-1/+8
OpenPOWER on IntegriCloud