summaryrefslogtreecommitdiff
path: root/block/cow.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-06-22cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-9/+11
2010-06-15cow: use qemu block APIChristoph Hellwig1-26/+13
2010-06-15cow: stop using mmapChristoph Hellwig1-37/+61
2010-06-15cow: use pread/pwriteChristoph Hellwig1-5/+5
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+1
2010-03-09cow: return errno instead of -1Juan Quintela1-3/+2
2010-01-26block/cow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-3/+16
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig1-1/+1
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-2/+10
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-5/+21
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+275