First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
[PATCH 14/39] union-mount: Union mounts documentation
Document design and implementation of union mounts (a.k.a. writable overlays). Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- Documentation/filesystems/union-mounts.txt | 752 ++++++++++++++++++++++++++++ 1 files changed, 752 insertions(+), 0 deletions(-) create mode 100644 Documentation/filesystems/... 8 Aug 2010 12:19
[PATCH] Make ACPI_CMPC depend on RFKILL
Make ACPI_CMPC depend on RFKILL This fixes drivers/built-in.o: In function `cmpc_ipml_remove': classmate-laptop.c:(.text+0xa92be): undefined reference to `rfkill_unregister' classmate-laptop.c:(.text+0xa92c6): undefined reference to `rfkill_destroy' drivers/built-in.o: In function `cmpc_rfkill_query': classm... 8 Aug 2010 12:19
[PATCH 00/39] Union mounts - return d_ino from lower fs
After questioning the value of d_ino, I am now convinced of its utility. This version of union mounts fills in d_ino of fallthru directory entries with the inode number of the target. You still need to stat() the entry to get st_dev if you want to do a file uniqueness comparison using the inode. See the patch ... 8 Aug 2010 12:19
[PATCH 10/39] whiteout: Split of ext2_append_link() from ext2_add_link()
From: Jan Blunck <jblunck(a)suse.de> The ext2_append_link() is later used to find or append a directory entry to whiteout. Signed-off-by: Jan Blunck <jblunck(a)suse.de> Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> Cc: Theodore Tso <tytso(a)mit.edu> Cc: linux-ext4(a)vger.kernel.org --- fs/ext2/dir.c | 70 ++... 8 Aug 2010 12:19
[PATCH 15/39] union-mount: Introduce MNT_UNION and MS_UNION flags
From: Jan Blunck <jblunck(a)suse.de> Add per mountpoint flag for Union Mount support. You need additional patches to util-linux for that to work - see: git://git.kernel.org/pub/scm/utils/util-linux-ng/val/util-linux-ng.git Signed-off-by: Jan Blunck <jblunck(a)suse.de> Signed-off-by: Valerie Aurora <vaurora(a)redha... 8 Aug 2010 12:19
[PATCH 25/39] fallthru: tmpfs fallthru support
Add support for fallthru directory entries to tmpfs Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/dcache.c | 3 +- fs/libfs.c | 23 ++++++++++++++++++-- mm/shmem.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 78 insertions(+), 12 deletions(-) diff --... 8 Aug 2010 12:19
[PATCH 03/39] VFS: Add read-only users count to superblock
While we can check if a file system is currently read-only, we can't guarantee that it will stay read-only. The file system can be remounted read-write at any time; it's also conceivable that a file system can be mounted a second time and converted to read-write if the underlying fs allows it. This is a problem f... 8 Aug 2010 12:19
[PATCH 39/39] union-mount: Implement union-aware lsetxattr()
Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/xattr.c | 31 +++++++++++++++++++++++++------ 1 files changed, 25 insertions(+), 6 deletions(-) diff --git a/fs/xattr.c b/fs/xattr.c index 7869788..67815eb 100644 --- a/fs/xattr.c +++ b/fs/xattr.c @@ -320,17 +320,36 @@ SYSCALL_DEFINE5(lsetxattr, c... 8 Aug 2010 12:19
[PATCH 23/39] fallthru: ext2 fallthru support
Add support for fallthru directory entries to ext2. Cc: Theodore Tso <tytso(a)mit.edu> Cc: linux-ext4(a)vger.kernel.org Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> Signed-off-by: Jan Blunck <jblunck(a)suse.de> --- fs/ext2/dir.c | 92 ++++++++++++++++++++++++++++++++++++++++++++-- fs/ext2/ext2.h ... 8 Aug 2010 12:19
[PATCH 22/39] union-mount: Add generic_readdir_fallthru() helper
In readdir(), client file systems need to lookup the target of a fallthru in a lower layer for three reasons: (1) fill in d_ino, (2) fill in d_type, (2) make sure there is something to fall through to (and if not, don't return this dentry). Create a generic helper function. Signed-off-by: Valerie Aurora <vauror... 8 Aug 2010 12:19
First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117