On Wed, Nov 14, 2018 at 10:46 AM, Amir Goldstein <amir73il@xxxxxxxxx> wrote: > On Tue, Oct 30, 2018 at 6:44 AM Amir Goldstein <amir73il@xxxxxxxxx> wrote: >> > ... >> >> So let's try to bisect the offending feature first. >> If we can't find an offending feature, then there may be an offending >> commit in 4.18..4.19 >> >> With kernel 4.19, please try to reproduce after: >> echo N > /sys/module/overlay/parameters/metacopy >> and then after: > > Miklos, Vivek, > > FYI, Maciej has reported that he reproduced the same issue and that > disabling metacopy fixes the problem. > > He offered to provide more information if requested. Maciej, Can you please try reproduce with overlay debugging turned on: # echo "file fs/overlayfs/* +p" > <debugfs>/dynamic_debug/control and post the relevant part of dmesg output? Thanks, Miklos > > Thanks, > Amir.