Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755561AbbEZQAr (ORCPT ); Tue, 26 May 2015 12:00:47 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:35337 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755541AbbEZQAk (ORCPT ); Tue, 26 May 2015 12:00:40 -0400 Date: Tue, 26 May 2015 18:02:55 +0200 From: Miklos Szeredi To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: [GIT PULL] overlayfs fixes for 4.1 Message-ID: <20150526160255.GC4531@tucsk.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 893 Lines: 28 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next Overlayfs rmdir() failed to check for emptiness in one case; this was introduced in 4.0. The other bug was there since day one: failure to mount if upper fs is full, which bit some OpenWRT folks. Thanks, Miklos --- Miklos Szeredi (2): ovl: don't remove non-empty opaque directory ovl: mount read-only if workdir can't be created --- fs/overlayfs/copy_up.c | 3 +++ fs/overlayfs/dir.c | 33 ++++++++++++++++++++++++++++----- fs/overlayfs/super.c | 10 +++++----- 3 files changed, 36 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/