Re: [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

2013-06-18 Thread Tomas Racek
..@vger.kernel.org, linux-e...@vger.kernel.org, > > a...@linux-foundation.org, hu...@google.com > > Subject: Re: [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled > > > > On Tue, May 14, 2013 at 06:37:34PM +0200, Lukas Czerne

Re: [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

2013-06-11 Thread Lukáš Czerner
dation.org, hu...@google.com > Subject: Re: [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled > > On Tue, May 14, 2013 at 06:37:34PM +0200, Lukas Czerner wrote: > > In commits 5f95d21fb6f2aaa52830e5b7fb405f6c71d3ab85 and > > 30bc2ec9598a1b156ad75217f2e7d4560efdeeab

Re: [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

2013-06-05 Thread Lukáš Czerner
dation.org, hu...@google.com > Subject: Re: [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled > > On Tue, May 14, 2013 at 06:37:34PM +0200, Lukas Czerner wrote: > > In commits 5f95d21fb6f2aaa52830e5b7fb405f6c71d3ab85 and > > 30bc2ec9598a1b156ad75217f2e7d4560efdeeab

Re: [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

2013-05-31 Thread Theodore Ts'o
On Tue, May 14, 2013 at 06:37:34PM +0200, Lukas Czerner wrote: > In commits 5f95d21fb6f2aaa52830e5b7fb405f6c71d3ab85 and > 30bc2ec9598a1b156ad75217f2e7d4560efdeeab we've reworked punch_hole > implementation and there is noting holding us back from using punch hole > on file system with bigalloc fea

[PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

2013-05-14 Thread Lukas Czerner
In commits 5f95d21fb6f2aaa52830e5b7fb405f6c71d3ab85 and 30bc2ec9598a1b156ad75217f2e7d4560efdeeab we've reworked punch_hole implementation and there is noting holding us back from using punch hole on file system with bigalloc feature enabled. This has been tested with fsx and xfstests. Signed-off-