aboutsummaryrefslogtreecommitdiff
path: root/block/raw.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster
2010-12-17block: add discard supportChristoph Hellwig
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-05-03block: separate raw images from the file protocolChristoph Hellwig