LinuxLists
Users
About
Valerie Aurora (
[email protected]
)
Number of posts: 486 (0.73 per day)
First post: 2008-12-13 05:26:34
Last post: 2010-10-09 00:28:31
Previous Page
/
Next Page
Date
List
Subject
2010-02-22 20:39:24
linux-kernel
[PATCH] VFS: Make lookup_hash() return a struct path
2010-02-22 20:35:56
linux-kernel
[RFC PATCH] VFS: Simplify truncate logic in do_filp_open()
2010-02-22 20:28:36
linux-kernel
[PATCH] VFS: Comment follow_mount() and friends
2010-01-26 22:38:37
linux-kernel
Re: [PATCH 20/41] union-mount: Introduce union_mount structure
2010-01-26 20:03:59
linux-kernel
Re: [PATCH 19/41] union-mount: Introduce MNT_UNION and MS_UNION flags
2010-01-26 20:02:49
linux-kernel
Re: [PATCH 17/41] whiteout: Add path_whiteout() helper
2010-01-26 19:52:42
linux-kernel
Re: [PATCH 16/41] whiteout: jffs2 whiteout support
2010-01-22 20:58:48
linux-ext4
Re: [PATCH] default max mount count to unused
2010-01-22 20:47:21
linux-ext4
Re: [PATCH v4 0/3] dioread_nolock patch
2010-01-21 02:03:35
linux-kernel
Re: [PATCH 13/41] whiteout: tmpfs whiteout support
2010-01-21 00:53:35
linux-kernel
Re: [PATCH 12/41] union-mount: Allow removal of a directory
2010-01-21 00:36:22
linux-kernel
Re: [PATCH 10/41] whiteout: Add vfs_whiteout() and whiteout inode operation
2010-01-21 00:20:35
linux-kernel
Re: [PATCH 09/41] whiteout: Don't return information about whiteouts to userspace
2010-01-20 23:36:44
linux-kernel
Re: [PATCH 06/41] VFS: Introduce dput() variant that maintains a kill-list
2010-01-15 18:07:22
linux-ext4
Re: [REPOST][PATCH][RFC] vfs: add message print mechanism for the mount/umount into the VFS layer
2009-12-10 21:30:11
linux-kernel
Re: [PATCH 04/41] VFS: Remove unnecessary micro-optimization in cached_lookup()
2009-12-10 21:24:56
linux-kernel
Re: [PATCH 03/41] VFS: Make lookup_hash() return a struct path
2009-12-10 21:24:05
linux-kernel
Re: [PATCH 03/41] VFS: Make lookup_hash() return a struct path
2009-12-10 20:21:01
linux-kernel
Re: [PATCH 01/41] VFS: BUG() if somebody tries to rehash an already hashed dentry
2009-10-27 21:22:31
linux-kernel
Re: [PATCH 10/41] whiteout: Add vfs_whiteout() and whiteout inode operation
2009-10-27 02:23:21
linux-kernel
Re: [RFC PATCH 00/40] Writable overlays (union mounts)
2009-10-27 02:21:21
linux-kernel
Re: [PATCH 16/41] whiteout: jffs2 whiteout support
2009-10-27 02:15:02
linux-kernel
Re: [PATCH 15/41] whiteout: ext2 whiteout support
2009-10-27 02:15:00
linux-ext4
Re: [PATCH 15/41] whiteout: ext2 whiteout support
2009-10-21 19:31:17
linux-kernel
[PATCH 04/41] VFS: Remove unnecessary micro-optimization in cached_lookup()
2009-10-21 19:30:55
linux-kernel
[PATCH 05/41] VFS: Make real_lookup() return a struct path
2009-10-21 19:30:34
linux-kernel
[PATCH 03/41] VFS: Make lookup_hash() return a struct path
2009-10-21 19:29:52
linux-kernel
[PATCH 08/41] Don't replace nameidata path when following links
2009-10-21 19:29:04
linux-kernel
[PATCH 13/41] whiteout: tmpfs whiteout support
2009-10-21 19:28:46
linux-kernel
[PATCH 14/41] whiteout: Split of ext2_append_link() from ext2_add_link()
2009-10-21 19:28:20
linux-kernel
[PATCH 09/41] whiteout: Don't return information about whiteouts to userspace
2009-10-21 19:26:41
linux-kernel
[PATCH 23/41] union-mount: Changes to the namespace handling
2009-10-21 19:26:39
linux-kernel
[PATCH 19/41] union-mount: Introduce MNT_UNION and MS_UNION flags
2009-10-21 19:26:16
linux-kernel
[PATCH 24/41] union-mount: Make lookup work for union-mounted file systems
2009-10-21 19:26:00
linux-kernel
[PATCH 22/41] union-mount: Some checks during namespace changes
2009-10-21 19:25:28
linux-kernel
[PATCH 28/41] union-mount: call do_whiteout() on unlink and rmdir
2009-10-21 19:24:42
linux-kernel
[PATCH 29/41] union-mount: Always create topmost directory on open
2009-10-21 19:24:13
linux-kernel
[PATCH 36/41] union-mount: Increment read-only users count for read-only layer
2009-10-21 19:23:56
linux-kernel
[PATCH 34/41] fallthru: tmpfs fallthru support
2009-10-21 19:23:52
linux-kernel
[PATCH 33/41] fallthru: jffs2 fallthru support
2009-10-21 19:23:35
linux-kernel
[PATCH 37/41] union-mount: Check read-only/read-write status of layers
2009-10-21 19:22:57
linux-kernel
[PATCH 39/41] union-mount: Ignore read-only file system in permission checks
2009-10-21 19:22:11
linux-kernel
[PATCH 40/41] union-mount: Make truncate work in all its glorious UNIX variations
2009-10-21 19:22:07
linux-kernel
[PATCH 41/41] union-mount: Add support for rename by __union_copyup()
2009-10-21 19:21:50
linux-kernel
[PATCH 38/41] union-mount: Make pivot_root work with union mounts
2009-10-21 19:21:47
linux-kernel
[PATCH 35/41] union-mount: Copy up directory entries on first readdir()
2009-10-21 19:21:43
linux-kernel
[PATCH 32/41] fallthru: ext2 fallthru support
2009-10-21 19:21:39
linux-kernel
[PATCH 31/41] fallthru: Support for fallthru entries in union mount lookup
2009-10-21 19:21:24
linux-kernel
[PATCH 30/41] fallthru: Basic fallthru definitions
2009-10-21 19:21:21
linux-kernel
[PATCH 27/41] union-mount: in-kernel file copy between union mounted filesystems
2009-10-21 19:21:17
linux-kernel
[PATCH 25/41] union-mount: stop lookup when directory has S_OPAQUE flag set