Age | Commit message (Expand) | Author |
2011-01-12 | vpc: fix a file descriptor leak | Blue Swirl |
2011-01-12 | vvfat: fix a file descriptor leak | Blue Swirl |
2010-12-17 | Add proper -errno error return values to qcow2_open() | Jes Sorensen |
2010-12-17 | block/qcow2.c: rename qcow_ functions to qcow2_ | Jes Sorensen |
2010-12-17 | qed: Consistency check support | Stefan Hajnoczi |
2010-12-17 | qed: Read/write support | Stefan Hajnoczi |
2010-12-17 | qed: Table, L2 cache, and cluster functions | Stefan Hajnoczi |
2010-12-17 | qed: Add QEMU Enhanced Disk image format | Stefan Hajnoczi |
2010-12-17 | raw-posix: add discard support | Christoph Hellwig |
2010-12-17 | block: add discard support | Christoph Hellwig |
2010-12-14 | ceph/rbd block driver for qemu-kvm | Christian Brunner |
2010-11-26 | raw-posix: raw_pwrite comment fixup | Christoph Hellwig |
2010-11-24 | block: Remove unused s->hd in various drivers | Kevin Wolf |
2010-11-07 | Fix win32 build | Blue Swirl |
2010-11-04 | block: avoid a warning on 64 bit hosts with long as int64_t | Blue Swirl |
2010-11-04 | qcow2: Invalidate cache after failed read | Kevin Wolf |
2010-11-04 | vpc: Implement bdrv_flush | Kevin Wolf |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf |
2010-10-26 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2010-10-23 | qemu-timer: move commonly used timer code to qemu-timer-common | Blue Swirl |
2010-10-22 | block: Use GCC_FMT_ATTR and fix a format error | Stefan Weil |
2010-10-22 | Copy snapshots out of QCOW2 disk | edison |
2010-10-22 | qcow2: Remove old image creation function | Kevin Wolf |
2010-10-22 | qcow2: Simplify image creation | Kevin Wolf |
2010-10-22 | qcow2: Support exact L1 table growth | Stefan Hajnoczi |
2010-10-13 | block: avoid a write only variable | Blue Swirl |
2010-10-03 | block/vvfat: Fix compiler warning in debug code | Stefan Weil |
2010-09-22 | block-verify: fix 32-bit build | Anthony Liguori |
2010-09-21 | blkverify: Add block driver for verifying I/O | Stefan Hajnoczi |
2010-09-21 | qcow2: Avoid bounce buffers for AIO write requests | Kevin Wolf |
2010-09-21 | qcow2: Avoid bounce buffers for AIO read requests | Kevin Wolf |
2010-09-21 | qcow2: Get rid of additional sync on COW | Kevin Wolf |
2010-09-21 | qcow2: Move sync out of qcow2_alloc_clusters | Kevin Wolf |
2010-09-21 | qcow2: Move sync out of update_refcount | Kevin Wolf |
2010-09-21 | qcow2: Move sync out of write_refcount_block_entries | Kevin Wolf |
2010-09-21 | nbd: correctly manage default port | Laurent Vivier |
2010-09-21 | raw-posix: handle > 512 byte alignment correctly | Christoph Hellwig |
2010-09-21 | vvfat: Use cache=unsafe | Kevin Wolf |
2010-09-21 | vvfat: Fix double free for opening the image rw | Kevin Wolf |
2010-09-21 | vvfat: Fix segfault on write to read-only disk | Kevin Wolf |
2010-09-18 | blkdebug: fix enum comparison | Blue Swirl |
2010-09-08 | Revert "Make default invocation of block drivers safer (v3)" | Anthony Liguori |
2010-09-08 | qcow2: Remove unnecessary flush after L2 write | Kevin Wolf |
2010-09-08 | raw-posix: improve detection of scsi-generic devices | Bernhard Kohl |
2010-09-08 | raw-posix: Don't use file name for host_cdrom detection on Linux | Kevin Wolf |
2010-08-30 | nbd: Introduce NBD named exports. | Laurent Vivier |
2010-08-30 | vvfat: fat_chksum(): fix access above array bounds | Loïc Minier |
2010-08-30 | sheepdog: remove unnecessary includes | Izumi Tsutsui |
2010-08-03 | block: Fix bdrv_has_zero_init | Kevin Wolf |
2010-07-25 | block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil |