From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751833AbcGUNxl (ORCPT ); Thu, 21 Jul 2016 09:53:41 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:36905 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728AbcGUNxj (ORCPT ); Thu, 21 Jul 2016 09:53:39 -0400 From: Miklos Szeredi To: Jeff Layton , "J. Bruce Fields" , Al Viro Cc: linux-unionfs@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [RFC PATCH v2 0/3] fix overlayfs locks and leases Date: Thu, 21 Jul 2016 15:53:33 +0200 Message-Id: <1469109216-24353-1-git-send-email-mszeredi@redhat.com> X-Mailer: git-send-email 2.5.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've split out the writecount handling and changed it around so that underlying layers are consistent and yet leases work correctly on overlayfs. Also pushed to the tip of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next Thanks, Miklos --- Miklos Szeredi (3): locks: fix file locking on overlayfs vfs: make argument of d_real_inode() const vfs: do get_write_access() on upper layer of overlayfs fs/locks.c | 53 ++++++++++++++++++++++++++++--------------------- fs/namespace.c | 2 +- fs/open.c | 17 +++++++++++++--- fs/overlayfs/super.c | 2 +- include/linux/dcache.h | 5 +++-- include/linux/fs.h | 16 +++++++++++++-- include/uapi/linux/fs.h | 1 + 7 files changed, 64 insertions(+), 32 deletions(-) -- 2.5.5