aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-2/+2
2011-04-01get rid of private bitmap functions in block/sheepdog.c, use generic onesMichael Tokarev1-14/+1
2011-03-15block/qcow: Don't ignore immediate read/write and other failuresStefan Weil1-4/+12
2011-03-15block/vdi: Don't ignore immediate read/write failuresStefan Weil1-0/+5
2011-02-10qcow2: Fix order in L2 table COWKevin Wolf1-3/+6
2011-02-10qed: Report error for unsupported featuresKevin Wolf1-1/+8
2011-02-10qcow2: Report error for version > 2Kevin Wolf1-2/+11
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf2-3/+5
2011-02-10qcow2: Fix error handling for immediate backing file read failureKevin Wolf1-1/+3
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang1-3/+2
2011-02-07block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil1-2/+2
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf1-1/+2
2011-01-31qcow2-refcount: remove write-only variablesBlue Swirl1-4/+1
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf1-1/+1
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi1-7/+17
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf3-0/+92
2011-01-31sheepdog: support creating images on remote hostsMORITA Kazutaka1-3/+14
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen1-1/+1
2011-01-24qed: Refuse to create images on block devicesStefan Hajnoczi1-0/+6
2011-01-24qcow2: Batch flushes for COWKevin Wolf3-4/+19
2011-01-24qcow2: Use QcowCacheKevin Wolf5-298/+240