Re: [PATCH] generic: test for number of bytes used by files after buffered writes

2017-04-05 Thread Eryu Guan
On Wed, Apr 05, 2017 at 11:13:56AM +0100, Filipe Manana wrote: > On Wed, Apr 5, 2017 at 10:46 AM, Eryu Guan wrote: > > On Tue, Apr 04, 2017 at 03:23:35AM +0100, fdman...@kernel.org wrote: > >> From: Filipe Manana > >> > >> Test that a filesystem's

Re: [PATCH] generic: test for number of bytes used by files after buffered writes

2017-04-05 Thread Filipe Manana
On Wed, Apr 5, 2017 at 10:46 AM, Eryu Guan wrote: > On Tue, Apr 04, 2017 at 03:23:35AM +0100, fdman...@kernel.org wrote: >> From: Filipe Manana >> >> Test that a filesystem's implementation of the stat(2) system call >> reports correct values for the number

Re: [PATCH] generic: test for number of bytes used by files after buffered writes

2017-04-05 Thread Eryu Guan
On Tue, Apr 04, 2017 at 03:23:35AM +0100, fdman...@kernel.org wrote: > From: Filipe Manana > > Test that a filesystem's implementation of the stat(2) system call > reports correct values for the number of blocks allocated for a file > when there are delayed allocations. > >

[PATCH] generic: test for number of bytes used by files after buffered writes

2017-04-04 Thread fdmanana
From: Filipe Manana Test that a filesystem's implementation of the stat(2) system call reports correct values for the number of blocks allocated for a file when there are delayed allocations. This test is motivated by a bug in btrfs which is fixed by the following path for