From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valerie Aurora Subject: [PATCH 0/7] VFS prep for union mounts/writable overlays Date: Wed, 23 Dec 2009 15:36:56 -0800 Message-ID: <1261611423-4396-1-git-send-email-vaurora@redhat.com> Cc: Jan Blunck , Alexander Viro , Valerie Aurora To: linux-fsdevel@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:64125 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751613AbZLWXgx (ORCPT ); Wed, 23 Dec 2009 18:36:53 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Writable overlays/union mounts requires some generic VFS improvements and changes. The patches in this set are independent of union mounts and should merged immediately. Jan Blunck (6): autofs4: Save autofs trigger's vfsmount in super block info VFS: Make lookup_hash() return a struct path VFS: Make real_lookup() return a struct path VFS: Propagate mnt_flags into do_loopback VFS: BUG_ON() rehash of an already hashed dentry VFS: Remove unnecessary micro-optimization in cached_lookup() Valerie Aurora (1): VFS: Add read-only users count to superblock fs/autofs4/autofs_i.h | 1 + fs/autofs4/init.c | 11 +++- fs/autofs4/root.c | 6 ++ fs/dcache.c | 1 + fs/namei.c | 217 ++++++++++++++++++++++++++----------------------- fs/namespace.c | 7 +- fs/super.c | 18 ++++- include/linux/fs.h | 5 + 8 files changed, 158 insertions(+), 108 deletions(-)