Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
b0e2b2f5
Commit
b0e2b2f5
authored
Jan 22, 2020
by
J. R. Okajima
Browse files
5.1 20200127
Signed-off-by:
J. R. Okajima
<
hooanon05g@gmail.com
>
parent
d7af8415
Changes
6
Show whitespace changes
Inline
Side-by-side
aufs5-loopback.patch
View file @
b0e2b2f5
...
...
@@ -153,7 +153,7 @@ index af75a5ee4094..1d847cb194ff 100644
void *key_data;
diff --git a/fs/aufs/f_op.c b/fs/aufs/f_op.c
index
240509add504..ae374ce4ded7
100644
index
6fb4a4ed8cc7..ba9a959f2db2
100644
--- a/fs/aufs/f_op.c
+++ b/fs/aufs/f_op.c
@@ -359,7 +359,7 @@
static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter)
...
...
@@ -166,7 +166,7 @@ index 240509add504..ae374ce4ded7 100644
if (file->f_mapping != h_file->f_mapping) {
file->f_mapping = h_file->f_mapping;
diff --git a/fs/aufs/loop.c b/fs/aufs/loop.c
index
9ba35a878ecd..4ed0ff03d5ab
100644
index
a8b63acc6204..9d97c3af5686
100644
--- a/fs/aufs/loop.c
+++ b/fs/aufs/loop.c
@@ -133,3 +133,19 @@
void au_loopback_fin(void)
...
...
@@ -190,7 +190,7 @@ index 9ba35a878ecd..4ed0ff03d5ab 100644
+ return f;
+}
diff --git a/fs/aufs/loop.h b/fs/aufs/loop.h
index
f31e40aff267..e13fb1a0717a
100644
index
94f4f80ae33b..ca1194354aff
100644
--- a/fs/aufs/loop.h
+++ b/fs/aufs/loop.h
@@ -26,6 +26,8 @@
void au_warn_loopback(struct super_block *h_sb);
...
...
@@ -212,7 +212,7 @@ index f31e40aff267..e13fb1a0717a 100644
#endif /* __KERNEL__ */
diff --git a/fs/aufs/super.c b/fs/aufs/super.c
index
97e1401359d8..514678aa1af3
100644
index
e3b81808a78a..eff4f475de06
100644
--- a/fs/aufs/super.c
+++ b/fs/aufs/super.c
@@ -846,7 +846,10 @@
static const struct super_operations aufs_sop = {
...
...
aufs5-mmap.patch
View file @
b0e2b2f5
...
...
@@ -306,7 +306,7 @@ index 749276beb109..c7957f06fbc4 100644
diff --git a/mm/prfile.c b/mm/prfile.c
new file mode 100644
index 000000000000..0
24cdcfae1b1
index 000000000000..0
0d51187c325
--- /dev/null
+++ b/mm/prfile.c
@@ -0,0 +1,86 @@
...
...
@@ -318,7 +318,7 @@ index 000000000000..024cdcfae1b1
+ *
+ * See Documentation/filesystems/aufs/design/06mmap.txt
+ *
+ * Copyright (c) 2014-20
19
Junjro R. Okajima
+ * Copyright (c) 2014-20
20
Junjro R. Okajima
+ * Copyright (c) 2014 Ian Campbell
+ */
+
...
...
include/uapi/linux/aufs_type.h
View file @
b0e2b2f5
...
...
@@ -40,7 +40,7 @@
#include <limits.h>
#endif
/* __KERNEL__ */
#define AUFS_VERSION "5.1-2020012
0
"
#define AUFS_VERSION "5.1-2020012
7
"
/* todo? move this to linux-2.6.19/include/magic.h */
#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
...
...
proc_mounts.patch
View file @
b0e2b2f5
SPDX-License-Identifier: GPL-2.0
diff --git a/fs/mount.h b/fs/mount.h
index 6250de544760..20895d9e4371 100644
--- a/fs/mount.h
...
...
tmpfs-idr.patch
View file @
b0e2b2f5
SPDX-License-Identifier: GPL-2.0
diff --git a/include/linux/shmem_fs.h b/include/linux/shmem_fs.h
index 20d815a33145..64354e89a701 100644
--- a/include/linux/shmem_fs.h
...
...
vfs-ino.patch
View file @
b0e2b2f5
SPDX-License-Identifier: GPL-2.0
diff --git a/fs/inode.c b/fs/inode.c
index 9a453f3637f8..d6887a6ad79f 100644
--- a/fs/inode.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment