login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
June
»
21
Re: [PATCH 17/38] union-mount: Union mounts documentation
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Valerie Aurora
Subject:
Re: [PATCH 17/38] union-mount: Union mounts documentation
Date: Monday, June 21, 2010 - 4:17 pm
On Mon, Jun 21, 2010 at 03:14:35PM +0200, Miklos Szeredi wrote:
quoted text
> On Thu, 17 Jun 2010, Valerie Aurora wrote: > > On Thu, Jun 17, 2010 at 10:01:30AM +0200, Alex Riesen wrote: > > > On Tue, Jun 15, 2010 at 20:39, Valerie Aurora <vaurora@redhat.com> wrote: > > > > +git://git.kernel.org/pub/scm/fs/ext2/val/e2fsprogs.git > > > > + > > > > +Currently, whiteout directory entries are not returned to userland. > > > > +While the directory type for whiteouts, DT_WHT, has been defined for > > > > +many years, very little userland code handles them. ??Userland will > > > > +never see fallthru directory entries. > > > > > > This may be a dumb question (I must admit I did only very little research), > > > but how does one cleanup the topmost layer of whiteouts and fallthroughs, > > > so that the entries of lower layer(s) can be made visible again? > > > > I'm not sure how best to do this. We don't want to add more system > > calls. One thought of mine has been to do this offline, when the file > > system is unmounted. For example, e2fsck could add a feature to > > delete whiteouts and fallthrus. Another option is to add a flag to an > > existing system call. > > One more advantage of doing whiteouts, etc. with hard links and > extended attributes instead of as special filesystem objects. That > way they are visible (unless part of a union) and can be treated as > normal filesystem objects.
This should be reasonably easy to prototype - the whiteout and fallthru patches are pretty well separated from the rest of union mounts. -VAL --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 00/38] Union mounts - union stack as linked list
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 01/38] VFS: Comment follow_mount() and friends
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 02/38] VFS: Make lookup_hash() return a struct path
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 03/38] VFS: Add read-only users count to superblock
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 04/38] autofs4: Save autofs trigger's vfsmount in s ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 05/38] whiteout/NFSD: Don't return information abou ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 06/38] whiteout: Add vfs_whiteout() and whiteout in ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 07/38] whiteout: Set S_OPAQUE inode flag when creat ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 08/38] whiteout: Allow removal of a directory with ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 09/38] whiteout: tmpfs whiteout support
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 10/38] whiteout: Split of ext2_append_link() from e ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 11/38] whiteout: ext2 whiteout support
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 12/38] whiteout: jffs2 whiteout support
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 14/38] fallthru: ext2 fallthru support
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 16/38] fallthru: tmpfs fallthru support
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 17/38] union-mount: Union mounts documentation
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 18/38] union-mount: Introduce MNT_UNION and MS_UNIO ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 19/38] union-mount: Introduce union_dir structure a ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 20/38] union-mount: Free union dirs on removal from ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 21/38] union-mount: Support for mounting union moun ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 22/38] union-mount: Implement union lookup
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 23/38] union-mount: Call do_whiteout() on unlink an ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 25/38] VFS: Split inode_permission() and create pat ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 27/38] union-mount: In-kernel file copyup routines
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 28/38] union-mount: Implement union-aware access()/ ...
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 29/38] union-mount: Implement union-aware link()
, Valerie Aurora
, (Tue Jun 15, 11:39 am)
[PATCH 30/38] union-mount: Implement union-aware rename()
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 31/38] union-mount: Implement union-aware writable ...
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 32/38] union-mount: Implement union-aware chown()
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 33/38] union-mount: Implement union-aware truncate()
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 34/38] union-mount: Implement union-aware chmod()/f ...
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 35/38] union-mount: Implement union-aware lchown()
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 36/38] union-mount: Implement union-aware utimensat()
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 37/38] union-mount: Implement union-aware setxattr()
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
[PATCH 38/38] union-mount: Implement union-aware lsetxattr()
, Valerie Aurora
, (Tue Jun 15, 11:40 am)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Tue Jun 15, 9:04 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Valerie Aurora
, (Wed Jun 16, 4:14 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Wed Jun 16, 7:04 pm)
Re: [PATCH 17/38] union-mount: Union mounts documentation
, Alex Riesen
, (Thu Jun 17, 1:01 am)
Re: [PATCH 17/38] union-mount: Union mounts documentation
, Valerie Aurora
, (Thu Jun 17, 11:39 am)
Re: [PATCH 17/38] union-mount: Union mounts documentation
, Alex Riesen
, (Thu Jun 17, 1:32 pm)
Re: [PATCH 17/38] union-mount: Union mounts documentation
, Valerie Aurora
, (Fri Jun 18, 2:06 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Sun Jun 20, 8:39 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Miklos Szeredi
, (Mon Jun 21, 6:06 am)
Re: [PATCH 17/38] union-mount: Union mounts documentation
, Miklos Szeredi
, (Mon Jun 21, 6:14 am)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Mon Jun 21, 6:24 am)
Re: [PATCH 17/38] union-mount: Union mounts documentation
, Valerie Aurora
, (Mon Jun 21, 4:17 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Mon Jun 21, 9:46 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, J. R. Okajima
, (Mon Jun 21, 10:49 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Tue Jun 22, 6:11 am)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Tue Jun 22, 6:23 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, J. R. Okajima
, (Tue Jun 22, 7:07 pm)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Tue Jun 22, 7:37 pm)
Re: [PATCH 17/38] union-mount: Union mounts documentation
, Alex Riesen
, (Wed Jun 23, 1:43 am)
Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's ...
, Ian Kent
, (Wed Jun 23, 10:16 pm)
Re: [PATCH 06/38] whiteout: Add vfs_whiteout() and whiteou ...
, Ian Kent
, (Mon Jul 12, 8:52 pm)
Re: [PATCH 07/38] whiteout: Set S_OPAQUE inode flag when c ...
, Ian Kent
, (Mon Jul 12, 9:05 pm)
Re: [PATCH 11/38] whiteout: ext2 whiteout support
, Ian Kent
, (Mon Jul 12, 9:24 pm)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Ian Kent
, (Mon Jul 12, 9:30 pm)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Ian Kent
, (Mon Jul 12, 9:47 pm)
Re: [PATCH 22/38] union-mount: Implement union lookup
, Ian Kent
, (Mon Jul 12, 9:49 pm)
Re: [PATCH 24/38] union-mount: Copy up directory entries o ...
, Ian Kent
, (Mon Jul 12, 9:51 pm)
Re: [PATCH 27/38] union-mount: In-kernel file copyup routines
, Ian Kent
, (Mon Jul 12, 9:56 pm)
Re: [PATCH 06/38] whiteout: Add vfs_whiteout() and whiteou ...
, Valerie Aurora
, (Fri Jul 16, 12:50 pm)
Re: [PATCH 07/38] whiteout: Set S_OPAQUE inode flag when c ...
, Valerie Aurora
, (Fri Jul 16, 1:12 pm)
Re: [PATCH 19/38] union-mount: Introduce union_dir structu ...
, Valerie Aurora
, (Fri Jul 16, 1:51 pm)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Valerie Aurora
, (Fri Jul 16, 2:02 pm)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Valerie Aurora
, (Fri Jul 16, 2:05 pm)
Re: [PATCH 07/38] whiteout: Set S_OPAQUE inode flag when c ...
, Ian Kent
, (Fri Jul 16, 9:14 pm)
Re: [PATCH 22/38] union-mount: Implement union lookup
, Valerie Aurora
, (Mon Jul 19, 2:58 pm)
Re: [PATCH 27/38] union-mount: In-kernel file copyup routines
, Valerie Aurora
, (Mon Jul 19, 3:41 pm)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Ian Kent
, (Mon Jul 19, 8:12 pm)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Miklos Szeredi
, (Wed Aug 4, 7:44 am)
Re: [PATCH 19/38] union-mount: Introduce union_dir structu ...
, Miklos Szeredi
, (Wed Aug 4, 7:51 am)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Miklos Szeredi
, (Wed Aug 4, 7:55 am)
Re: [PATCH 27/38] union-mount: In-kernel file copyup routines
, Miklos Szeredi
, (Wed Aug 4, 8:26 am)
Re: [PATCH 19/38] union-mount: Introduce union_dir structu ...
, Valerie Aurora
, (Wed Aug 4, 12:47 pm)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Valerie Aurora
, (Wed Aug 4, 2:59 pm)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Valerie Aurora
, (Wed Aug 4, 3:48 pm)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Valerie Aurora
, (Wed Aug 4, 9:26 pm)
Re: [PATCH 19/38] union-mount: Introduce union_dir structu ...
, Miklos Szeredi
, (Thu Aug 5, 3:28 am)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Miklos Szeredi
, (Thu Aug 5, 3:34 am)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Miklos Szeredi
, (Thu Aug 5, 3:36 am)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Miklos Szeredi
, (Thu Aug 5, 4:13 am)
Re: [PATCH 27/38] union-mount: In-kernel file copyup routines
, Valerie Aurora
, (Thu Aug 5, 12:54 pm)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Valerie Aurora
, (Thu Aug 5, 4:30 pm)
Re: [PATCH 21/38] union-mount: Support for mounting union ...
, Valerie Aurora
, (Fri Aug 6, 9:33 am)
Re: [PATCH 19/38] union-mount: Introduce union_dir structu ...
, Valerie Aurora
, (Fri Aug 6, 10:09 am)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Valerie Aurora
, (Fri Aug 6, 10:12 am)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Valerie Aurora
, (Fri Aug 6, 10:16 am)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Miklos Szeredi
, (Fri Aug 6, 10:44 am)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Valerie Aurora
, (Tue Aug 17, 3:27 pm)
Re: [PATCH 14/38] fallthru: ext2 fallthru support
, Miklos Szeredi
, (Wed Aug 18, 1:26 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate