Re: [Qemu-block] [PATCH v4] LUKS: support preallocation

2019-07-16 Thread Kevin Wolf
Am 16.07.2019 um 14:41 hat Max Reitz geschrieben: > On 16.07.19 10:15, Maxim Levitsky wrote: > > preallocation=off and preallocation=metadata > > both allocate luks header only, and preallocation=falloc/full > > is passed to underlying file. > > > > Fixes:

Re: [Qemu-block] [PATCH v4] LUKS: support preallocation

2019-07-16 Thread Maxim Levitsky
On Tue, 2019-07-16 at 14:41 +0200, Max Reitz wrote: > On 16.07.19 10:15, Maxim Levitsky wrote: > > preallocation=off and preallocation=metadata > > both allocate luks header only, and preallocation=falloc/full > > is passed to underlying file. > > > > Fixes:

Re: [Qemu-block] [PATCH v4] LUKS: support preallocation

2019-07-16 Thread Max Reitz
On 16.07.19 10:15, Maxim Levitsky wrote: > preallocation=off and preallocation=metadata > both allocate luks header only, and preallocation=falloc/full > is passed to underlying file. > > Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1534951 > > Signed-off-by: Maxim Levitsky > --- >

[Qemu-block] [PATCH v4] LUKS: support preallocation

2019-07-16 Thread Maxim Levitsky
preallocation=off and preallocation=metadata both allocate luks header only, and preallocation=falloc/full is passed to underlying file. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1534951 Signed-off-by: Maxim Levitsky --- block/crypto.c | 29 ++---