Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | qed: Add support for zero clusters | Anthony Liguori | 4 | -17/+66 |
2011-04-07 | NBD device: Separate out parsing configuration and opening sockets. | Nick Thomas | 1 | -55/+102 |
2011-04-03 | Fix trivial "endianness bugs" | Stefan Weil | 1 | -2/+2 |
2011-04-01 | get rid of private bitmap functions in block/sheepdog.c, use generic ones | Michael Tokarev | 1 | -14/+1 |
2011-03-15 | block/qcow: Don't ignore immediate read/write and other failures | Stefan Weil | 1 | -4/+12 |
2011-03-15 | block/vdi: Don't ignore immediate read/write failures | Stefan Weil | 1 | -0/+5 |
2011-02-10 | qcow2: Fix order in L2 table COW | Kevin Wolf | 1 | -3/+6 |
2011-02-10 | qed: Report error for unsupported features | Kevin Wolf | 1 | -1/+8 |
2011-02-10 | qcow2: Report error for version > 2 | Kevin Wolf | 1 | -2/+11 |
2011-02-10 | qcow2: Fix error handling for reading compressed clusters | Kevin Wolf | 2 | -3/+5 |
2011-02-10 | qcow2: Fix error handling for immediate backing file read failure | Kevin Wolf | 1 | -1/+3 |
2011-02-10 | QCOW2: bug fix - read base image beyond its size | Chunqiang Tang | 1 | -3/+2 |
2011-02-07 | block/vdi: Fix wrong size in conditionally used memset, memcmp | Stefan Weil | 1 | -2/+2 |
2011-02-07 | qcow2: Really use cache=unsafe for image creation | Kevin Wolf | 1 | -1/+2 |
2011-01-31 | qcow2-refcount: remove write-only variables | Blue Swirl | 1 | -4/+1 |
2011-01-31 | raw-win32: Fix bdrv_flush return value | Kevin Wolf | 1 | -1/+1 |
2011-01-31 | qed: Images with backing file do not require QED_F_NEED_CHECK | Stefan Hajnoczi | 1 | -7/+17 |
2011-01-31 | qcow2: Add bdrv_discard support | Kevin Wolf | 3 | -0/+92 |
2011-01-31 | sheepdog: support creating images on remote hosts | MORITA Kazutaka | 1 | -3/+14 |
2011-01-31 | Reorganize struct Qcow2Cache for better struct packing | Jes Sorensen | 1 | -1/+1 |
2011-01-24 | qed: Refuse to create images on block devices | Stefan Hajnoczi | 1 | -0/+6 |
2011-01-24 | qcow2: Batch flushes for COW | Kevin Wolf | 3 | -4/+19 |
2011-01-24 | qcow2: Use QcowCache | Kevin Wolf | 5 | -298/+240 |
2011-01-24 | qcow2: Add QcowCache | Kevin Wolf | 2 | -0/+309 |
2011-01-24 | qcow2: fix unaligned access | Aurelien Jarno | 1 | -1/+1 |
2011-01-12 | vpc: fix a file descriptor leak | Blue Swirl | 1 | -17/+30 |
2011-01-12 | vvfat: fix a file descriptor leak | Blue Swirl | 1 | -0/+1 |
2010-12-17 | Add proper -errno error return values to qcow2_open() | Jes Sorensen | 1 | -18/+42 |
2010-12-17 | block/qcow2.c: rename qcow_ functions to qcow2_ | Jes Sorensen | 3 | -98/+104 |
2010-12-17 | qed: Consistency check support | Stefan Hajnoczi | 3 | -3/+336 |
2010-12-17 | qed: Read/write support | Stefan Hajnoczi | 2 | -2/+652 |
2010-12-17 | qed: Table, L2 cache, and cluster functions | Stefan Hajnoczi | 6 | -1/+854 |
2010-12-17 | qed: Add QEMU Enhanced Disk image format | Stefan Hajnoczi | 2 | -0/+702 |
2010-12-17 | raw-posix: add discard support | Christoph Hellwig | 1 | -0/+45 |
2010-12-17 | block: add discard support | Christoph Hellwig | 1 | -0/+6 |
2010-12-14 | ceph/rbd block driver for qemu-kvm | Christian Brunner | 2 | -0/+1130 |
2010-11-26 | raw-posix: raw_pwrite comment fixup | Christoph Hellwig | 1 | -1/+1 |
2010-11-24 | block: Remove unused s->hd in various drivers | Kevin Wolf | 5 | -6/+0 |
2010-11-07 | Fix win32 build | Blue Swirl | 1 | -1/+1 |
2010-11-04 | block: avoid a warning on 64 bit hosts with long as int64_t | Blue Swirl | 1 | -2/+2 |
2010-11-04 | qcow2: Invalidate cache after failed read | Kevin Wolf | 2 | -0/+2 |
2010-11-04 | vpc: Implement bdrv_flush | Kevin Wolf | 1 | -8/+13 |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf | 10 | -19/+26 |
2010-10-26 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori | 5 | -198/+146 |
2010-10-23 | qemu-timer: move commonly used timer code to qemu-timer-common | Blue Swirl | 1 | -6/+6 |
2010-10-22 | block: Use GCC_FMT_ATTR and fix a format error | Stefan Weil | 1 | -2/+3 |
2010-10-22 | Copy snapshots out of QCOW2 disk | edison | 3 | -0/+33 |
2010-10-22 | qcow2: Remove old image creation function | Kevin Wolf | 1 | -224/+0 |
2010-10-22 | qcow2: Simplify image creation | Kevin Wolf | 1 | -1/+132 |
2010-10-22 | qcow2: Support exact L1 table growth | Stefan Hajnoczi | 4 | -12/+19 |