aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf
2011-08-02async: Remove AsyncContextKevin Wolf
2011-08-02qcow: Use coroutinesKevin Wolf
2011-08-02qcow2: Use coroutinesKevin Wolf
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio
2011-08-01raw-posix: Typo fixFrediano Ziglio
2011-08-01block/vpc.c: Detect too-large vpc fileSerge E. Hallyn
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster
2011-08-01block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-19VMDK: fix coding styleFam Zheng
2011-07-19VMDK: create different subformatsFam Zheng
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng
2011-07-19VMDK: flush multiple extentsFam Zheng
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng
2011-07-19VMDK: probe for monolithicFlat imagesFam Zheng
2011-07-19VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng
2011-07-19VMDK: introduce VmdkExtentFam Zheng
2011-07-18sheepdog: add full data preallocation supportMORITA Kazutaka
2011-07-05block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-06-24sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster
2011-06-15qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf
2011-06-15vdi: Avoid direct AIO callbackKevin Wolf
2011-06-14qcow: Avoid direct AIO callbackKevin Wolf
2011-06-14qcow2: Avoid direct AIO callbackKevin Wolf
2011-06-14block/rbd: Remove unused local variableStefan Weil
2011-06-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf
2011-06-08qcow2: Fix memory leaks in error casesKevin Wolf
2011-06-08rbd: Add bdrv_truncate implementationJosh Durgin
2011-06-08rbd: check return values when scheduling aioJosh Durgin
2011-06-08rbd: allow configuration of rados from the rbd filenameJosh Durgin
2011-06-08rbd: use the higher level librbd instead of just libradosJosh Durgin
2011-06-08block/raw-posix: get right partition sizeChristoph Egger
2011-06-08block/raw-posix: use a character device if a block device is givenChristoph Egger
2011-06-08vmdk: fix endianness bugsAlexander Graf
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-05-18qed: support for growing imagesStefan Hajnoczi
2011-05-18qed: Periodically flush and clear need check bitStefan Hajnoczi
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil
2011-05-06Fix typo in code and commentsStefan Weil
2011-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas