From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Whitcroft Subject: [PATCH 0/3] overlayfs fixes for v3.8 and later base Date: Thu, 27 Jun 2013 17:26:41 +0100 Message-ID: <1372350404-10359-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, mszeredi@suse.cz, Al Viro To: Miklos Szeredi Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Following this email are three patches against overlayfs.v17 which allow it to work against v3.10-rc6 and later. With these applied overlayfs passes basic testing. overlayfs -- ovl_path_open should not take path reference Found this in testing on Ubuntu raring, testing against loopback mounted files. Without this change we were unable to release the loopback device for reuse. Looking at it actually we were also leaking references on the root filesystem, but these are not as obvious. vfs: export do_splice_direct() to modules -- fix overlayfs -- follow change to do_splice_direct interface This pair switch us to the new do_splice_direct interface. Note that the first one is effectivly a fix for the existing export of this interface and likely should be merged down into it. Please consider for your overlayfs branch. -apw