From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bharata B Rao Subject: [RFC][PATCH 0/15] VFS based Union Mount Date: Tue, 17 Apr 2007 18:44:59 +0530 Message-ID: <20070417131459.GA4001@in.ibm.com> Reply-To: bharata@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Jan Blunck To: linux-kernel@vger.kernel.org Return-path: Received: from e2.ny.us.ibm.com ([32.97.182.142]:45328 "EHLO e2.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753983AbXDQNHm (ORCPT ); Tue, 17 Apr 2007 09:07:42 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi, Here is an attempt towards vfs based union mount implementation. Union mount provides the filesytem namespace unification feature. Unlike the traditional mounts which hide the contents of the mount point, the union mount presents the merged view of the mount point and the mounted filesytem. These patches were originally developed for 2.6.11 by Jan Blunck and lately we have been working together in taking this forward. The current patchset applies against 2.6.21-rc6-mm1. The code is in a highly experimental stage at the moment and the intention of posting this now is to get some initial feedback about the design and the future directions about how this should be taken forward. You can find more details about union mount in the documentation included in the patchset. Kindly review and let us know your comments. Regards, Bharata.