aboutsummaryrefslogtreecommitdiff
path: root/block/qed.c
AgeCommit message (Expand)Author
2012-08-29qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini
2012-06-15qemu-img check -r for repairing imagesKevin Wolf
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev
2012-05-10block: fix snapshot on QEDPaolo Bonzini
2012-04-05qed: remove incoming live migration blockerBenoît Canet
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet
2012-04-05qed: track dirty flag statusDong Xu Wang
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-02-09qed: add .bdrv_co_write_zeroes() supportStefan Hajnoczi
2012-02-09qed: replace is_write with flags fieldStefan Hajnoczi
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini
2011-12-05qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-11-21qed: add migration blocker (v2)Anthony Liguori
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-10-26qed: remove unneeded variable assignmentPavel Borzenkov
2011-10-26qed: don't pass NULL to memcpyPavel Borzenkov
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-02async: Remove AsyncContextKevin Wolf
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf
2011-05-18qed: support for growing imagesStefan Hajnoczi
2011-05-18qed: Periodically flush and clear need check bitStefan Hajnoczi
2011-04-13qed: Add support for zero clustersAnthony Liguori
2011-02-10qed: Report error for unsupported featuresKevin Wolf
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi
2011-01-24qed: Refuse to create images on block devicesStefan Hajnoczi
2010-12-17qed: Consistency check supportStefan Hajnoczi
2010-12-17qed: Read/write supportStefan Hajnoczi
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi