First  |  Prev |  Next  |  Last
Pages: 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
[PATCH 37/39] union-mount: Implement union-aware utimensat()
Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/utimes.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/fs/utimes.c b/fs/utimes.c index e4c75db..e83b6bd 100644 --- a/fs/utimes.c +++ b/fs/utimes.c @@ -8,8 +8,10 @@ #include <linux/stat.h> #include <linux/u... 8 Aug 2010 12:18
[PATCH 30/39] union-mount: Implement union-aware link()
Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/namei.c | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index e7b02fa..5b22cc5 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -2942,16 +2942,18 @@ SYSCALL_DEFINE5(linkat, int, oldd... 8 Aug 2010 12:18
[PATCH 33/39] union-mount: Implement union-aware chown()
Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/open.c | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/fs/open.c b/fs/open.c index fc56da0..8588b31 100644 --- a/fs/open.c +++ b/fs/open.c @@ -552,18 +552,35 @@ static int chown_common(struct path *path... 8 Aug 2010 12:18
[PATCH 38/39] union-mount: Implement union-aware setxattr()
Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/xattr.c | 34 +++++++++++++++++++++++++++------- 1 files changed, 27 insertions(+), 7 deletions(-) diff --git a/fs/xattr.c b/fs/xattr.c index 01bb813..7869788 100644 --- a/fs/xattr.c +++ b/fs/xattr.c @@ -19,7 +19,7 @@ #include <linux/fsnotify.h>... 8 Aug 2010 12:18
[PATCH 32/39] union-mount: Implement union-aware writable open()
Copy up a file when opened with write permissions. Does not copy up the file data when O_TRUNC is specified. Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/namei.c | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index 67... 8 Aug 2010 12:18
[PATCH 36/39] union-mount: Implement union-aware lchown()
Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/open.c | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/fs/open.c b/fs/open.c index 5c9933f..693258f 100644 --- a/fs/open.c +++ b/fs/open.c @@ -646,18 +646,35 @@ out: SYSCALL_DEFINE3(lchown, const char... 8 Aug 2010 12:18
[PATCH 07/39] whiteout: Set opaque flag if new directory was previously a whiteout
From: Jan Blunck <jblunck(a)suse.de> If we mkdir() a directory on the top layer of a union, we don't want entries from a matching directory on the lower layer to "show through" suddenly. To prevent this, we set the opaque flag on a directory if there was previously a white-out with the same name. (If there is no ... 8 Aug 2010 12:18
[PATCH 29/39] union-mount: Implement union-aware access()/faccessat()
For union mounts, a file located on the lower layer will incorrectly return EROFS on an access check. To fix this, use the new path_permission() call, which ignores a read-only lower layer file system if the target will be copied up to the topmost file system. Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> ... 8 Aug 2010 12:18
stating: otus: fix compile warning and some style issues
Roberto Rodriguez Alkala schrieb: In today linux-next I got a compile warning in staging/otus driver. This patch solves the issue and also improves the coding style. Signed-off-by: Roberto Rodriguez Alcala <rralcala(a)gmail.com> --- drivers/staging/otus/80211core/ratectrl.c | 26 +++++++++------... 8 Aug 2010 12:18
mmc_spi: Fix unterminated of_match_table
On Sun, Aug 8, 2010 at 8:14 AM, Anton Vorontsov <avorontsov(a)mvista.com> wrote: commit 2ffe8c5f323c3b9749bf7bc2375d909d20bdbb15 ("of: refactor of_modalias_node() and remove explicit match table"), introduced an unterminated of_match_table, which may cause kernel to oops. This patch fixes the issue by addi... 8 Aug 2010 11:13
First  |  Prev |  Next  |  Last
Pages: 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118