On Fri, Aug 22, 2014 at 12:58:23PM +0200, Kevin Wolf wrote:
> Am 11.07.2014 um 08:10 hat Hu Tao geschrieben:
> > This patch adds a new option preallocation for raw format, and implements
> > falloc and full preallocation.
> >
> > Reviewed-by: Max Reitz
> > Signed-off-by: Hu Tao
>
> raw-posix ne
Am 11.07.2014 um 08:10 hat Hu Tao geschrieben:
> This patch adds a new option preallocation for raw format, and implements
> falloc and full preallocation.
>
> Reviewed-by: Max Reitz
> Signed-off-by: Hu Tao
raw-posix needs to error out if called with preallocation=metadata, it
doesn't implement
This patch adds a new option preallocation for raw format, and implements
falloc and full preallocation.
Reviewed-by: Max Reitz
Signed-off-by: Hu Tao
---
block/raw-posix.c | 88 +++
1 file changed, 69 insertions(+), 19 deletions(-)
diff --git