Re: [PATCH 3/5] block: introduce preallocate filter

2020-07-13 Thread Stefan Hajnoczi
On Wed, Jul 08, 2020 at 07:17:52PM +0300, Vladimir Sementsov-Ogievskiy wrote: > 08.07.2020 15:07, Stefan Hajnoczi wrote: > > On Sat, Jun 20, 2020 at 05:36:47PM +0300, Vladimir Sementsov-Ogievskiy > > wrote: > > > It may be used for file-systems with slow allocation. > > > > > > Signed-off-by: Vla

Re: [PATCH 3/5] block: introduce preallocate filter

2020-07-08 Thread Stefan Hajnoczi
On Sat, Jun 20, 2020 at 05:36:47PM +0300, Vladimir Sementsov-Ogievskiy wrote: > It may be used for file-systems with slow allocation. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > qapi/block-core.json | 3 +- > block/preallocate.c | 255 +++ >

Re: [PATCH 3/5] block: introduce preallocate filter

2020-07-08 Thread Vladimir Sementsov-Ogievskiy
08.07.2020 15:07, Stefan Hajnoczi wrote: On Sat, Jun 20, 2020 at 05:36:47PM +0300, Vladimir Sementsov-Ogievskiy wrote: It may be used for file-systems with slow allocation. Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block-core.json | 3 +- block/preallocate.c | 255

[PATCH 3/5] block: introduce preallocate filter

2020-06-20 Thread Vladimir Sementsov-Ogievskiy
It may be used for file-systems with slow allocation. Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block-core.json | 3 +- block/preallocate.c | 255 +++ block/Makefile.objs | 1 + 3 files changed, 258 insertions(+), 1 deletion(-) create mod