aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2011-04-27qed: Fix consistency check on 32-bit hostsStefan Hajnoczi
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu
2011-04-13qed: Add support for zero clustersAnthony Liguori
2011-04-07NBD device: Separate out parsing configuration and opening sockets.Nick Thomas
2011-04-03Fix trivial "endianness bugs"Stefan Weil
2011-04-01get rid of private bitmap functions in block/sheepdog.c, use generic onesMichael Tokarev
2011-03-15block/qcow: Don't ignore immediate read/write and other failuresStefan Weil
2011-03-15block/vdi: Don't ignore immediate read/write failuresStefan Weil
2011-02-10qcow2: Fix order in L2 table COWKevin Wolf
2011-02-10qed: Report error for unsupported featuresKevin Wolf
2011-02-10qcow2: Report error for version > 2Kevin Wolf
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf
2011-02-10qcow2: Fix error handling for immediate backing file read failureKevin Wolf
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang
2011-02-07block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf
2011-01-31qcow2-refcount: remove write-only variablesBlue Swirl
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf
2011-01-31sheepdog: support creating images on remote hostsMORITA Kazutaka
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen
2011-01-24qed: Refuse to create images on block devicesStefan Hajnoczi
2011-01-24qcow2: Batch flushes for COWKevin Wolf
2011-01-24qcow2: Use QcowCacheKevin Wolf
2011-01-24qcow2: Add QcowCacheKevin Wolf
2011-01-24qcow2: fix unaligned accessAurelien Jarno
2011-01-12vpc: fix a file descriptor leakBlue Swirl
2011-01-12vvfat: fix a file descriptor leakBlue Swirl
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen
2010-12-17qed: Consistency check supportStefan Hajnoczi
2010-12-17qed: Read/write supportStefan Hajnoczi