Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf | 1 | -2/+2 |
2010-06-22 | cow: Use bdrv_(p)write_sync for metadata writes | Kevin Wolf | 1 | -9/+11 |
2010-06-15 | cow: use qemu block API | Christoph Hellwig | 1 | -26/+13 |
2010-06-15 | cow: stop using mmap | Christoph Hellwig | 1 | -37/+61 |
2010-06-15 | cow: use pread/pwrite | Christoph Hellwig | 1 | -5/+5 |
2010-05-03 | block: Open the underlying image file in generic code | Kevin Wolf | 1 | -1/+1 |
2010-03-09 | cow: return errno instead of -1 | Juan Quintela | 1 | -3/+2 |
2010-01-26 | block/cow.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -3/+16 |
2009-09-11 | block: use fdatasync instead of fsync if possible | Christoph Hellwig | 1 | -1/+1 |
2009-06-06 | qemu-img: Print available options with -o ? | Kevin Wolf | 1 | -2/+10 |
2009-05-22 | Convert all block drivers to new bdrv_create | Kevin Wolf | 1 | -5/+21 |
2009-05-14 | Move block drivers into their own directory | Anthony Liguori | 1 | -0/+275 |