On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
> From: Filipe Manana
>
> If the lower or upper directory of an overlayfs mount belong to a btrfs
> file system and we fsync the file through the overlayfs' merged directory
> we ended up accessing an inode that didn't belong to
On Fri, Mar 25, 2016 at 6:49 PM, Chris Mason wrote:
> On Mon, Mar 21, 2016 at 05:52:44PM +, Filipe Manana wrote:
>> On Mon, Mar 21, 2016 at 5:51 PM, Chris Mason wrote:
>> > On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
>> >> From: Filipe Manana
>> >>
>> >> If the lower
On Mon, Mar 21, 2016 at 05:52:44PM +, Filipe Manana wrote:
> On Mon, Mar 21, 2016 at 5:51 PM, Chris Mason wrote:
> > On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
> >> From: Filipe Manana
> >>
> >> If the lower or upper directory of an overlayfs mount belong to a btrfs
On Mon, Mar 21, 2016 at 02:08:00PM -0400, Chris Mason wrote:
> On Mon, Mar 21, 2016 at 06:58:08PM +0100, David Sterba wrote:
> > On Mon, Mar 21, 2016 at 01:51:07PM -0400, Chris Mason wrote:
> > > On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
> > > > From: Filipe Manana
> > >
On Mon, Mar 21, 2016 at 06:58:08PM +0100, David Sterba wrote:
> On Mon, Mar 21, 2016 at 01:51:07PM -0400, Chris Mason wrote:
> > On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
> > > From: Filipe Manana
> > >
> > > If the lower or upper directory of an overlayfs mount belong
On Mon, Mar 21, 2016 at 01:51:07PM -0400, Chris Mason wrote:
> On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
> > From: Filipe Manana
> >
> > If the lower or upper directory of an overlayfs mount belong to a btrfs
> > file system and we fsync the file through the overlayfs'
On Mon, Mar 21, 2016 at 5:51 PM, Chris Mason wrote:
> On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
>> From: Filipe Manana
>>
>> If the lower or upper directory of an overlayfs mount belong to a btrfs
>> file system and we fsync the file through the overlayfs' merged direct
On Mon, Mar 21, 2016 at 05:38:44PM +, fdman...@kernel.org wrote:
> From: Filipe Manana
>
> If the lower or upper directory of an overlayfs mount belong to a btrfs
> file system and we fsync the file through the overlayfs' merged directory
> we ended up accessing an inode that didn't belong to
From: Filipe Manana
If the lower or upper directory of an overlayfs mount belong to a btrfs
file system and we fsync the file through the overlayfs' merged directory
we ended up accessing an inode that didn't belong to btrfs as if it were
a btrfs inode at btrfs_sync_file() resulting in a crash li