aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio1-6/+5
2011-08-01raw-posix: Typo fixFrediano Ziglio1-1/+1
2011-08-01block/vpc.c: Detect too-large vpc fileSerge E. Hallyn1-1/+7
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster2-13/+7
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster2-9/+4
2011-08-01block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster1-35/+0
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf3-11/+41
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng3-0/+74
2011-07-19VMDK: fix coding styleFam Zheng1-30/+46
2011-07-19VMDK: create different subformatsFam Zheng1-229/+274
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng1-13/+158
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng1-37/+42
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng1-3/+3
2011-07-19VMDK: flush multiple extentsFam Zheng1-1/+11
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng1-9/+18
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng1-66/+112
2011-07-19VMDK: probe for monolithicFlat imagesFam Zheng1-2/+43
2011-07-19VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng1-3/+5
2011-07-19VMDK: introduce VmdkExtentFam Zheng1-102/+246
2011-07-18sheepdog: add full data preallocation supportMORITA Kazutaka1-3/+68
2011-07-05block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach1-0/+14
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2-43/+43
2011-06-24sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster1-6/+0
2011-06-15qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf1-4/+8
2011-06-15vdi: Avoid direct AIO callbackKevin Wolf1-5/+36
2011-06-14qcow: Avoid direct AIO callbackKevin Wolf1-2/+56
2011-06-14qcow2: Avoid direct AIO callbackKevin Wolf1-9/+30
2011-06-14block/rbd: Remove unused local variableStefan Weil1-4/+0
2011-06-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+0
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf4-5/+11
2011-06-08qcow2: Fix memory leaks in error casesKevin Wolf2-4/+7
2011-06-08rbd: Add bdrv_truncate implementationJosh Durgin1-0/+14
2011-06-08rbd: check return values when scheduling aioJosh Durgin1-4/+20
2011-06-08rbd: allow configuration of rados from the rbd filenameJosh Durgin1-17/+102
2011-06-08rbd: use the higher level librbd instead of just libradosJosh Durgin2-648/+218
2011-06-08block/raw-posix: get right partition sizeChristoph Egger1-0/+32
2011-06-08block/raw-posix: use a character device if a block device is givenChristoph Egger1-0/+43
2011-06-08vmdk: fix endianness bugsAlexander Graf1-8/+14
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig3-8/+8
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-2/+0
2011-05-18qed: support for growing imagesStefan Hajnoczi1-1/+21
2011-05-18qed: Periodically flush and clear need check bitStefan Hajnoczi2-2/+109
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-1/+1
2011-05-06Fix typo in code and commentsStefan Weil1-2/+2
2011-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas1-0/+4
2011-04-27qed: Fix consistency check on 32-bit hostsStefan Hajnoczi2-3/+3
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu1-6/+2
2011-04-13qed: Add support for zero clustersAnthony Liguori4-17/+66
2011-04-07NBD device: Separate out parsing configuration and opening sockets.Nick Thomas1-55/+102