summaryrefslogtreecommitdiffstats
path: root/block/cow.c
Commit message (Expand)AuthorAgeFilesLines
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-9/+11
* cow: use qemu block APIChristoph Hellwig2010-06-151-26/+13
* cow: stop using mmapChristoph Hellwig2010-06-151-37/+61
* cow: use pread/pwriteChristoph Hellwig2010-06-151-5/+5
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* cow: return errno instead of -1Juan Quintela2010-03-091-3/+2
* block/cow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-3/+16
* block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-111-1/+1
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-2/+10
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-5/+21
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+275
OpenPOWER on IntegriCloud