On Wed, Nov 20, 2019 at 10:45 AM Jiufei Xue <jiufei.xue@xxxxxxxxxxxxxxxxx> wrote: > > ovl stacks regular file operations now. However it doesn't implement > async IO routines and will convert async IOs to sync IOs which is not > expected. > > This patchset implements overlayfs async IO routines. Thanks, pushed to overlayfs-next with slight modifications. Miklos