Re: [PATCH v2] generic: test cloning large exents to a file with many small extents

2019-07-07 Thread Eryu Guan
On Fri, Jul 05, 2019 at 11:09:38AM +0100, Filipe Manana wrote: > On Fri, Jul 5, 2019 at 8:43 AM Eryu Guan wrote: > > > > On Fri, Jun 28, 2019 at 11:08:36PM +0100, fdman...@kernel.org wrote: > > > From: Filipe Manana > > > > > > Test that if we clone a file with some large extents into a file that

Re: [PATCH v2] generic: test cloning large exents to a file with many small extents

2019-07-05 Thread Filipe Manana
On Fri, Jul 5, 2019 at 8:43 AM Eryu Guan wrote: > > On Fri, Jun 28, 2019 at 11:08:36PM +0100, fdman...@kernel.org wrote: > > From: Filipe Manana > > > > Test that if we clone a file with some large extents into a file that has > > many small extents, when the fs is nearly full, the clone operatio

Re: [PATCH v2] generic: test cloning large exents to a file with many small extents

2019-07-05 Thread Eryu Guan
On Fri, Jun 28, 2019 at 11:08:36PM +0100, fdman...@kernel.org wrote: > From: Filipe Manana > > Test that if we clone a file with some large extents into a file that has > many small extents, when the fs is nearly full, the clone operation does > not fail and produces the correct result. > > This

[PATCH v2] generic: test cloning large exents to a file with many small extents

2019-06-28 Thread fdmanana
From: Filipe Manana Test that if we clone a file with some large extents into a file that has many small extents, when the fs is nearly full, the clone operation does not fail and produces the correct result. This is motivated by a bug found in btrfs wich is fixed by the following patches for th