]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-aufs4.patch
- up to 4.18.4
[packages/kernel.git] / kernel-aufs4.patch
index d11a0aa1ef2b36440edbfb55a3f8a7bc1eaf4f1f..a29568ea5b2606cbaf1f8d9d9c4422f92f47da8b 100644 (file)
@@ -1,10 +1,11 @@
+SPDX-License-Identifier: GPL-2.0
 aufs4.x-rcN kbuild patch
 
 diff --git a/fs/Kconfig b/fs/Kconfig
-index 7aee6d6..ec92031 100644
+index ac474a6..284cee9 100644
 --- a/fs/Kconfig
 +++ b/fs/Kconfig
-@@ -248,6 +248,7 @@ source "fs/pstore/Kconfig"
+@@ -255,6 +255,7 @@ source "fs/pstore/Kconfig"
  source "fs/sysv/Kconfig"
  source "fs/ufs/Kconfig"
  source "fs/exofs/Kconfig"
@@ -13,7 +14,7 @@ index 7aee6d6..ec92031 100644
  endif # MISC_FILESYSTEMS
  
 diff --git a/fs/Makefile b/fs/Makefile
-index 7bbaca9..a026491 100644
+index 293733f..12d19d0 100644
 --- a/fs/Makefile
 +++ b/fs/Makefile
 @@ -128,3 +128,4 @@ obj-y                              += exofs/ # Multiple modules
@@ -21,13 +22,14 @@ index 7bbaca9..a026491 100644
  obj-$(CONFIG_PSTORE)          += pstore/
  obj-$(CONFIG_EFIVAR_FS)               += efivarfs/
 +obj-$(CONFIG_AUFS_FS)           += aufs/
+SPDX-License-Identifier: GPL-2.0
 aufs4.x-rcN base patch
 
 diff --git a/MAINTAINERS b/MAINTAINERS
-index af0cb69..d360d2e 100644
+index 0fe4228..52cedab 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -2465,6 +2465,19 @@ F:      include/linux/audit.h
+@@ -2541,6 +2541,19 @@ F:      include/linux/audit.h
  F:    include/uapi/linux/audit.h
  F:    kernel/audit*
  
@@ -46,13 +48,13 @@ index af0cb69..d360d2e 100644
 +
  AUXILIARY DISPLAY DRIVERS
  M:    Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
- W:    http://miguelojeda.es/auxdisplay.htm
+ S:    Maintained
 diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index 85de673..d44de9d 100644
+index 4cb1d1b..5678bf8 100644
 --- a/drivers/block/loop.c
 +++ b/drivers/block/loop.c
-@@ -686,6 +686,24 @@ static inline int is_loop_device(struct file *file)
-       return i && S_ISBLK(i->i_mode) && MAJOR(i->i_rdev) == LOOP_MAJOR;
+@@ -741,6 +741,24 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
+       return error;
  }
  
 +/*
@@ -77,23 +79,23 @@ index 85de673..d44de9d 100644
  
  static ssize_t loop_attr_show(struct device *dev, char *page,
 diff --git a/fs/dcache.c b/fs/dcache.c
-index f901413..e3719a5 100644
+index 0e8e5de..88de3b6 100644
 --- a/fs/dcache.c
 +++ b/fs/dcache.c
-@@ -1197,7 +1197,7 @@ enum d_walk_ret {
+@@ -1240,7 +1240,7 @@ enum d_walk_ret {
   *
-  * The @enter() and @finish() callbacks are called with d_lock held.
+  * The @enter() callbacks are called with d_lock held.
   */
 -static void d_walk(struct dentry *parent, void *data,
 +void d_walk(struct dentry *parent, void *data,
-                  enum d_walk_ret (*enter)(void *, struct dentry *),
-                  void (*finish)(void *))
+                  enum d_walk_ret (*enter)(void *, struct dentry *))
  {
+       struct dentry *this_parent;
 diff --git a/fs/fcntl.c b/fs/fcntl.c
-index 448a111..f51c2cf 100644
+index 12273b6..545e686 100644
 --- a/fs/fcntl.c
 +++ b/fs/fcntl.c
-@@ -31,7 +31,7 @@
+@@ -32,7 +32,7 @@
  
  #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
  
@@ -102,7 +104,7 @@ index 448a111..f51c2cf 100644
  {
        struct inode * inode = file_inode(filp);
        int error = 0;
-@@ -62,6 +62,8 @@ static int setfl(int fd, struct file * filp, unsigned long arg)
+@@ -63,6 +63,8 @@ static int setfl(int fd, struct file * filp, unsigned long arg)
  
        if (filp->f_op->check_flags)
                error = filp->f_op->check_flags(arg);
@@ -112,20 +114,20 @@ index 448a111..f51c2cf 100644
                return error;
  
 diff --git a/fs/inode.c b/fs/inode.c
-index d1e35b5..f7800d6 100644
+index 8c86c80..af894e7 100644
 --- a/fs/inode.c
 +++ b/fs/inode.c
-@@ -1655,7 +1655,7 @@ EXPORT_SYMBOL(generic_update_time);
+@@ -1649,7 +1649,7 @@ EXPORT_SYMBOL(generic_update_time);
   * This does the actual work of updating an inodes time or version.  Must have
   * had called mnt_want_write() before calling this.
   */
--static int update_time(struct inode *inode, struct timespec *time, int flags)
-+int update_time(struct inode *inode, struct timespec *time, int flags)
+-static int update_time(struct inode *inode, struct timespec64 *time, int flags)
++int update_time(struct inode *inode, struct timespec64 *time, int flags)
  {
-       int (*update_time)(struct inode *, struct timespec *, int);
+       int (*update_time)(struct inode *, struct timespec64 *, int);
  
 diff --git a/fs/namespace.c b/fs/namespace.c
-index d18deb4..e5a4a7f 100644
+index 8ddd148..ee649e0 100644
 --- a/fs/namespace.c
 +++ b/fs/namespace.c
 @@ -846,6 +846,12 @@ static inline int check_mnt(struct mount *mnt)
@@ -142,10 +144,10 @@ index d18deb4..e5a4a7f 100644
   * vfsmount lock must be held for write
   */
 diff --git a/fs/read_write.c b/fs/read_write.c
-index f0d4b16..6aa8c7a 100644
+index 153f8f6..ccc5bc8 100644
 --- a/fs/read_write.c
 +++ b/fs/read_write.c
-@@ -483,6 +483,28 @@ ssize_t __vfs_write(struct file *file, const char __user *p, size_t count,
+@@ -489,6 +489,28 @@ ssize_t __vfs_write(struct file *file, const char __user *p, size_t count,
                return -EINVAL;
  }
  
@@ -175,10 +177,10 @@ index f0d4b16..6aa8c7a 100644
  {
        mm_segment_t old_fs;
 diff --git a/fs/splice.c b/fs/splice.c
-index f3084cc..eb888c6 100644
+index b3daa97..1dd7f96 100644
 --- a/fs/splice.c
 +++ b/fs/splice.c
-@@ -837,8 +837,8 @@ EXPORT_SYMBOL(generic_splice_sendpage);
+@@ -838,8 +838,8 @@ EXPORT_SYMBOL(generic_splice_sendpage);
  /*
   * Attempt to initiate a splice from pipe to file.
   */
@@ -189,7 +191,7 @@ index f3084cc..eb888c6 100644
  {
        ssize_t (*splice_write)(struct pipe_inode_info *, struct file *,
                                loff_t *, size_t, unsigned int);
-@@ -854,9 +854,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
+@@ -855,9 +855,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
  /*
   * Attempt to initiate a splice from a file to a pipe.
   */
@@ -203,10 +205,10 @@ index f3084cc..eb888c6 100644
        ssize_t (*splice_read)(struct file *, loff_t *,
                               struct pipe_inode_info *, size_t, unsigned int);
 diff --git a/fs/sync.c b/fs/sync.c
-index a576aa2..eb61780 100644
+index b54e054..2860782 100644
 --- a/fs/sync.c
 +++ b/fs/sync.c
-@@ -27,7 +27,7 @@
+@@ -28,7 +28,7 @@
   * wait == 1 case since in that case write_inode() functions do
   * sync_dirty_buffer() and thus effectively write one block at a time.
   */
@@ -216,10 +218,10 @@ index a576aa2..eb61780 100644
        if (wait)
                sync_inodes_sb(sb);
 diff --git a/include/linux/file.h b/include/linux/file.h
-index 61eb82c..e700888 100644
+index 279720d..76e38ea 100644
 --- a/include/linux/file.h
 +++ b/include/linux/file.h
-@@ -19,6 +19,7 @@ struct dentry;
+@@ -20,6 +20,7 @@ struct dentry;
  struct path;
  extern struct file *alloc_file(const struct path *, fmode_t mode,
        const struct file_operations *fop);
@@ -228,10 +230,10 @@ index 61eb82c..e700888 100644
  static inline void fput_light(struct file *file, int fput_needed)
  {
 diff --git a/include/linux/fs.h b/include/linux/fs.h
-index 13dab19..8ab6566 100644
+index 805bf22..0d0d247f 100644
 --- a/include/linux/fs.h
 +++ b/include/linux/fs.h
-@@ -1264,6 +1264,7 @@ extern void fasync_free(struct fasync_struct *);
+@@ -1273,6 +1273,7 @@ extern void fasync_free(struct fasync_struct *);
  /* can be called from interrupts */
  extern void kill_fasync(struct fasync_struct **, int, int);
  
@@ -239,7 +241,7 @@ index 13dab19..8ab6566 100644
  extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
  extern int f_setown(struct file *filp, unsigned long arg, int force);
  extern void f_delown(struct file *filp);
-@@ -1710,6 +1711,7 @@ struct file_operations {
+@@ -1733,6 +1734,7 @@ struct file_operations {
        ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int);
        unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long);
        int (*check_flags)(int);
@@ -247,7 +249,7 @@ index 13dab19..8ab6566 100644
        int (*flock) (struct file *, int, struct file_lock *);
        ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int);
        ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int);
-@@ -1780,6 +1782,12 @@ ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector,
+@@ -1803,6 +1805,12 @@ ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector,
                              struct iovec *fast_pointer,
                              struct iovec **ret_pointer);
  
@@ -260,15 +262,15 @@ index 13dab19..8ab6566 100644
  extern ssize_t __vfs_read(struct file *, char __user *, size_t, loff_t *);
  extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);
  extern ssize_t vfs_write(struct file *, const char __user *, size_t, loff_t *);
-@@ -2182,6 +2190,7 @@ extern int current_umask(void);
+@@ -2218,6 +2226,7 @@ extern int current_umask(void);
  extern void ihold(struct inode * inode);
  extern void iput(struct inode *);
- extern int generic_update_time(struct inode *, struct timespec *, int);
-+extern int update_time(struct inode *, struct timespec *, int);
+ extern int generic_update_time(struct inode *, struct timespec64 *, int);
++extern int update_time(struct inode *, struct timespec64 *, int);
  
  /* /sys/fs */
  extern struct kobject *fs_kobj;
-@@ -2462,6 +2471,7 @@ static inline bool sb_is_blkdev_sb(struct super_block *sb)
+@@ -2505,6 +2514,7 @@ static inline bool sb_is_blkdev_sb(struct super_block *sb)
        return false;
  }
  #endif
@@ -277,10 +279,10 @@ index 13dab19..8ab6566 100644
  extern const struct file_operations def_blk_fops;
  extern const struct file_operations def_chr_fops;
 diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
-index bfa8e0b..728d810 100644
+index 6fc77d4..27e76f0 100644
 --- a/include/linux/lockdep.h
 +++ b/include/linux/lockdep.h
-@@ -405,6 +405,8 @@ static inline int lockdep_match_key(struct lockdep_map *lock,
+@@ -313,6 +313,8 @@ static inline int lockdep_match_key(struct lockdep_map *lock,
        return lock->key == key;
  }
  
@@ -289,7 +291,7 @@ index bfa8e0b..728d810 100644
  /*
   * Acquire a lock.
   *
-@@ -529,6 +531,7 @@ struct lock_class_key { };
+@@ -439,6 +441,7 @@ struct lockdep_map { };
  
  #define lockdep_depth(tsk)    (0)
  
@@ -298,10 +300,10 @@ index bfa8e0b..728d810 100644
  
  #define lockdep_assert_held(l)                        do { (void)(l); } while (0)
 diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h
-index 12b2ab5..8b810d1 100644
+index 3594208..24f5fd1 100644
 --- a/include/linux/mnt_namespace.h
 +++ b/include/linux/mnt_namespace.h
-@@ -5,11 +5,14 @@
+@@ -6,11 +6,14 @@
  struct mnt_namespace;
  struct fs_struct;
  struct user_namespace;
@@ -317,10 +319,10 @@ index 12b2ab5..8b810d1 100644
  extern const struct file_operations proc_mountinfo_operations;
  extern const struct file_operations proc_mountstats_operations;
 diff --git a/include/linux/splice.h b/include/linux/splice.h
-index db42746..12f3a5a 100644
+index 74b4911..19789fb 100644
 --- a/include/linux/splice.h
 +++ b/include/linux/splice.h
-@@ -86,4 +86,10 @@ extern void splice_shrink_spd(struct splice_pipe_desc *);
+@@ -87,4 +87,10 @@ extern void splice_shrink_spd(struct splice_pipe_desc *);
  
  extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
  extern const struct pipe_buf_operations default_pipe_buf_ops;
@@ -332,10 +334,10 @@ index db42746..12f3a5a 100644
 +                       unsigned int flags);
  #endif
 diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
-index e36e652..bc97a97 100644
+index 5fa4d31..720f070 100644
 --- a/kernel/locking/lockdep.c
 +++ b/kernel/locking/lockdep.c
-@@ -144,7 +144,7 @@ static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
+@@ -140,7 +140,7 @@ static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
  unsigned long nr_lock_classes;
  static struct lock_class lock_classes[MAX_LOCKDEP_KEYS];
  
@@ -344,7 +346,7 @@ index e36e652..bc97a97 100644
  {
        if (!hlock->class_idx) {
                /*
-@@ -155,6 +155,7 @@ static inline struct lock_class *hlock_class(struct held_lock *hlock)
+@@ -151,6 +151,7 @@ static inline struct lock_class *hlock_class(struct held_lock *hlock)
        }
        return lock_classes + hlock->class_idx - 1;
  }
@@ -352,13 +354,14 @@ index e36e652..bc97a97 100644
  
  #ifdef CONFIG_LOCK_STAT
  static DEFINE_PER_CPU(struct lock_class_stats[MAX_LOCKDEP_KEYS], cpu_lock_stats);
+SPDX-License-Identifier: GPL-2.0
 aufs4.x-rcN mmap patch
 
 diff --git a/fs/proc/base.c b/fs/proc/base.c
-index ad3b076..ad4a50d 100644
+index aaffc0c..ab72941 100644
 --- a/fs/proc/base.c
 +++ b/fs/proc/base.c
-@@ -1987,7 +1987,7 @@ static int map_files_get_link(struct dentry *dentry, struct path *path)
+@@ -2004,7 +2004,7 @@ static int map_files_get_link(struct dentry *dentry, struct path *path)
        down_read(&mm->mmap_sem);
        vma = find_exact_vma(mm, vm_start, vm_end);
        if (vma && vma->vm_file) {
@@ -368,7 +371,7 @@ index ad3b076..ad4a50d 100644
                rc = 0;
        }
 diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
-index 7563437..7c0dc0f 100644
+index 3b63be6..fb9913b 100644
 --- a/fs/proc/nommu.c
 +++ b/fs/proc/nommu.c
 @@ -45,7 +45,10 @@ static int nommu_region_show(struct seq_file *m, struct vm_region *region)
@@ -384,10 +387,10 @@ index 7563437..7c0dc0f 100644
                ino = inode->i_ino;
        }
 diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
-index 5589b4b..f60aea2 100644
+index dfd73a4..ed2ce10 100644
 --- a/fs/proc/task_mmu.c
 +++ b/fs/proc/task_mmu.c
-@@ -309,7 +309,10 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
+@@ -306,7 +306,10 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
        const char *name = NULL;
  
        if (file) {
@@ -409,10 +412,10 @@ index 5589b4b..f60aea2 100644
        struct mm_walk walk = {
                .hugetlb_entry = gather_hugetlb_stats,
 diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c
-index b00b7660..93e8a86 100644
+index 5b62f57..dfb4a3b 100644
 --- a/fs/proc/task_nommu.c
 +++ b/fs/proc/task_nommu.c
-@@ -155,7 +155,10 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma,
+@@ -156,7 +156,10 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma,
        file = vma->vm_file;
  
        if (file) {
@@ -425,12 +428,12 @@ index b00b7660..93e8a86 100644
                ino = inode->i_ino;
                pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT;
 diff --git a/include/linux/mm.h b/include/linux/mm.h
-index 065d99d..04486c3 100644
+index d3a3842..c4664f2 100644
 --- a/include/linux/mm.h
 +++ b/include/linux/mm.h
-@@ -1348,6 +1348,28 @@ static inline int fixup_user_fault(struct task_struct *tsk,
+@@ -1431,6 +1431,28 @@ static inline void unmap_shared_mapping_range(struct address_space *mapping,
+       unmap_mapping_range(mapping, holebegin, holelen, 0);
  }
- #endif
  
 +extern void vma_do_file_update_time(struct vm_area_struct *, const char[], int);
 +extern struct file *vma_do_pr_or_file(struct vm_area_struct *, const char[],
@@ -454,14 +457,14 @@ index 065d99d..04486c3 100644
 +#define vmr_fput(region)              vmr_do_fput(region, __func__, __LINE__)
 +#endif /* !CONFIG_MMU */
 +
- extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len,
-               unsigned int gup_flags);
+ extern int access_process_vm(struct task_struct *tsk, unsigned long addr,
+               void *buf, int len, unsigned int gup_flags);
  extern int access_remote_vm(struct mm_struct *mm, unsigned long addr,
 diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
-index 1861ea8..d85a914 100644
+index 99ce070..8babe35 100644
 --- a/include/linux/mm_types.h
 +++ b/include/linux/mm_types.h
-@@ -260,6 +260,7 @@ struct vm_region {
+@@ -236,6 +236,7 @@ struct vm_region {
        unsigned long   vm_top;         /* region allocated to here */
        unsigned long   vm_pgoff;       /* the offset in vm_file corresponding to vm_start */
        struct file     *vm_file;       /* the backing file or NULL */
@@ -469,7 +472,7 @@ index 1861ea8..d85a914 100644
  
        int             vm_usage;       /* region usage count (access under nommu_region_sem) */
        bool            vm_icache_flushed : 1; /* true if the icache has been flushed for
-@@ -334,6 +335,7 @@ struct vm_area_struct {
+@@ -310,6 +311,7 @@ struct vm_area_struct {
        unsigned long vm_pgoff;         /* Offset (within vm_file) in PAGE_SIZE
                                           units */
        struct file * vm_file;          /* File we map to (can be NULL). */
@@ -478,10 +481,10 @@ index 1861ea8..d85a914 100644
  
        atomic_long_t swap_readahead_info;
 diff --git a/kernel/fork.c b/kernel/fork.c
-index 07cc743..b1d2b43 100644
+index a191c05..d88ee5a 100644
 --- a/kernel/fork.c
 +++ b/kernel/fork.c
-@@ -676,7 +676,7 @@ static __latent_entropy int dup_mmap(struct mm_struct *mm,
+@@ -506,7 +506,7 @@ static __latent_entropy int dup_mmap(struct mm_struct *mm,
                        struct inode *inode = file_inode(file);
                        struct address_space *mapping = file->f_mapping;
  
@@ -491,12 +494,12 @@ index 07cc743..b1d2b43 100644
                                atomic_dec(&inode->i_writecount);
                        i_mmap_lock_write(mapping);
 diff --git a/mm/Makefile b/mm/Makefile
-index e3ac3ae..745b26c 100644
+index 8716bda..68afd6d 100644
 --- a/mm/Makefile
 +++ b/mm/Makefile
 @@ -39,7 +39,7 @@ obj-y                        := filemap.o mempool.o oom_kill.o \
                           mm_init.o mmu_context.o percpu.o slab_common.o \
-                          compaction.o vmacache.o swap_slots.o \
+                          compaction.o vmacache.o \
                           interval_tree.o list_lru.o workingset.o \
 -                         debug.o $(mmu-y)
 +                         prfile.o debug.o $(mmu-y)
@@ -504,11 +507,11 @@ index e3ac3ae..745b26c 100644
  obj-y += init-mm.o
  
 diff --git a/mm/filemap.c b/mm/filemap.c
-index 594d73f..7183aef 100644
+index 52517f2..250f675 100644
 --- a/mm/filemap.c
 +++ b/mm/filemap.c
-@@ -2590,7 +2590,7 @@ int filemap_page_mkwrite(struct vm_fault *vmf)
-       int ret = VM_FAULT_LOCKED;
+@@ -2700,7 +2700,7 @@ vm_fault_t filemap_page_mkwrite(struct vm_fault *vmf)
+       vm_fault_t ret = VM_FAULT_LOCKED;
  
        sb_start_pagefault(inode->i_sb);
 -      file_update_time(vmf->vma->vm_file);
@@ -517,19 +520,19 @@ index 594d73f..7183aef 100644
        if (page->mapping != inode->i_mapping) {
                unlock_page(page);
 diff --git a/mm/mmap.c b/mm/mmap.c
-index 680506f..081406a 100644
+index ff1944d..88abe2d 100644
 --- a/mm/mmap.c
 +++ b/mm/mmap.c
-@@ -171,7 +171,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma)
+@@ -180,7 +180,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma)
        if (vma->vm_ops && vma->vm_ops->close)
                vma->vm_ops->close(vma);
        if (vma->vm_file)
 -              fput(vma->vm_file);
 +              vma_fput(vma);
        mpol_put(vma_policy(vma));
-       kmem_cache_free(vm_area_cachep, vma);
+       vm_area_free(vma);
        return next;
-@@ -896,7 +896,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start,
+@@ -905,7 +905,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start,
        if (remove_next) {
                if (file) {
                        uprobe_munmap(next, next->vm_start, next->vm_end);
@@ -538,7 +541,7 @@ index 680506f..081406a 100644
                }
                if (next->anon_vma)
                        anon_vma_merge(vma, next);
-@@ -1746,8 +1746,8 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
+@@ -1818,8 +1818,8 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
        return addr;
  
  unmap_and_free_vma:
@@ -548,7 +551,7 @@ index 680506f..081406a 100644
  
        /* Undo any partial mapping done by a device driver. */
        unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
-@@ -2569,7 +2569,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2638,7 +2638,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
                goto out_free_mpol;
  
        if (new->vm_file)
@@ -557,7 +560,7 @@ index 680506f..081406a 100644
  
        if (new->vm_ops && new->vm_ops->open)
                new->vm_ops->open(new);
-@@ -2588,7 +2588,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2657,7 +2657,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
        if (new->vm_ops && new->vm_ops->close)
                new->vm_ops->close(new);
        if (new->vm_file)
@@ -566,16 +569,16 @@ index 680506f..081406a 100644
        unlink_anon_vmas(new);
   out_free_mpol:
        mpol_put(vma_policy(new));
-@@ -2750,7 +2750,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
+@@ -2819,7 +2819,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
        struct vm_area_struct *vma;
        unsigned long populate = 0;
        unsigned long ret = -EINVAL;
 -      struct file *file;
 +      struct file *file, *prfile;
  
-       pr_warn_once("%s (%d) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.txt.\n",
+       pr_warn_once("%s (%d) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.rst.\n",
                     current->comm, current->pid);
-@@ -2825,10 +2825,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
+@@ -2894,10 +2894,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
                }
        }
  
@@ -604,7 +607,7 @@ index 680506f..081406a 100644
  out:
        up_write(&mm->mmap_sem);
        if (populate)
-@@ -3136,7 +3153,7 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
+@@ -3204,7 +3221,7 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
                if (anon_vma_clone(new_vma, vma))
                        goto out_free_mempol;
                if (new_vma->vm_file)
@@ -614,10 +617,10 @@ index 680506f..081406a 100644
                        new_vma->vm_ops->open(new_vma);
                vma_link(mm, new_vma, prev, rb_link, rb_parent);
 diff --git a/mm/nommu.c b/mm/nommu.c
-index 17c00d9..4bcdf94 100644
+index 1d22fdb..2b608be 100644
 --- a/mm/nommu.c
 +++ b/mm/nommu.c
-@@ -641,7 +641,7 @@ static void __put_nommu_region(struct vm_region *region)
+@@ -629,7 +629,7 @@ static void __put_nommu_region(struct vm_region *region)
                up_write(&nommu_region_sem);
  
                if (region->vm_file)
@@ -626,16 +629,16 @@ index 17c00d9..4bcdf94 100644
  
                /* IO memory and memory shared directly out of the pagecache
                 * from ramfs/tmpfs mustn't be released here */
-@@ -799,7 +799,7 @@ static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma)
+@@ -767,7 +767,7 @@ static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma)
        if (vma->vm_ops && vma->vm_ops->close)
                vma->vm_ops->close(vma);
        if (vma->vm_file)
 -              fput(vma->vm_file);
 +              vma_fput(vma);
        put_nommu_region(vma->vm_region);
-       kmem_cache_free(vm_area_cachep, vma);
+       vm_area_free(vma);
  }
-@@ -1321,7 +1321,7 @@ unsigned long do_mmap(struct file *file,
+@@ -1288,7 +1288,7 @@ unsigned long do_mmap(struct file *file,
                                        goto error_just_free;
                                }
                        }
@@ -644,7 +647,7 @@ index 17c00d9..4bcdf94 100644
                        kmem_cache_free(vm_region_jar, region);
                        region = pregion;
                        result = start;
-@@ -1396,10 +1396,10 @@ unsigned long do_mmap(struct file *file,
+@@ -1363,7 +1363,7 @@ unsigned long do_mmap(struct file *file,
        up_write(&nommu_region_sem);
  error:
        if (region->vm_file)
@@ -652,17 +655,14 @@ index 17c00d9..4bcdf94 100644
 +              vmr_fput(region);
        kmem_cache_free(vm_region_jar, region);
        if (vma->vm_file)
--              fput(vma->vm_file);
-+              vma_fput(vma);
-       kmem_cache_free(vm_area_cachep, vma);
-       return ret;
+               fput(vma->vm_file);
 diff --git a/mm/prfile.c b/mm/prfile.c
 new file mode 100644
-index 0000000..1ef053b
+index 0000000..a27ac36
 --- /dev/null
 +++ b/mm/prfile.c
-@@ -0,0 +1,85 @@
+@@ -0,0 +1,86 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
 + * Mainly for aufs which mmap(2) different file and wants to print different
 + * path in /proc/PID/maps.
@@ -670,7 +670,7 @@ index 0000000..1ef053b
 + *
 + * See Documentation/filesystems/aufs/design/06mmap.txt
 + *
-+ * Copyright (c) 2014-2017 Junjro R. Okajima
++ * Copyright (c) 2014-2018 Junjro R. Okajima
 + * Copyright (c) 2014 Ian Campbell
 + */
 +
@@ -748,13 +748,14 @@ index 0000000..1ef053b
 +              fput(pr);
 +}
 +#endif /* !CONFIG_MMU */
+SPDX-License-Identifier: GPL-2.0
 aufs4.x-rcN standalone patch
 
 diff --git a/fs/dcache.c b/fs/dcache.c
-index e3719a5..3203470 100644
+index 88de3b6..de0091a 100644
 --- a/fs/dcache.c
 +++ b/fs/dcache.c
-@@ -1305,6 +1305,7 @@ void d_walk(struct dentry *parent, void *data,
+@@ -1345,6 +1345,7 @@ void d_walk(struct dentry *parent, void *data,
        seq = 1;
        goto again;
  }
@@ -762,7 +763,7 @@ index e3719a5..3203470 100644
  
  struct check_mount {
        struct vfsmount *mnt;
-@@ -2894,6 +2895,7 @@ void d_exchange(struct dentry *dentry1, struct dentry *dentry2)
+@@ -2891,6 +2892,7 @@ void d_exchange(struct dentry *dentry1, struct dentry *dentry2)
  
        write_sequnlock(&rename_lock);
  }
@@ -771,7 +772,7 @@ index e3719a5..3203470 100644
  /**
   * d_ancestor - search for an ancestor
 diff --git a/fs/exec.c b/fs/exec.c
-index 3e14ba2..6818b01 100644
+index 72e961a..adc7329 100644
 --- a/fs/exec.c
 +++ b/fs/exec.c
 @@ -109,6 +109,7 @@ bool path_noexec(const struct path *path)
@@ -783,10 +784,10 @@ index 3e14ba2..6818b01 100644
  #ifdef CONFIG_USELIB
  /*
 diff --git a/fs/fcntl.c b/fs/fcntl.c
-index f51c2cf..58bf222 100644
+index 545e686..0237ad7 100644
 --- a/fs/fcntl.c
 +++ b/fs/fcntl.c
-@@ -84,6 +84,7 @@ int setfl(int fd, struct file * filp, unsigned long arg)
+@@ -85,6 +85,7 @@ int setfl(int fd, struct file * filp, unsigned long arg)
   out:
        return error;
  }
@@ -795,10 +796,10 @@ index f51c2cf..58bf222 100644
  static void f_modown(struct file *filp, struct pid *pid, enum pid_type type,
                       int force)
 diff --git a/fs/file_table.c b/fs/file_table.c
-index 61517f5..c6bab39c 100644
+index 7ec0b3e..819ee07 100644
 --- a/fs/file_table.c
 +++ b/fs/file_table.c
-@@ -148,6 +148,7 @@ struct file *get_empty_filp(void)
+@@ -147,6 +147,7 @@ struct file *get_empty_filp(void)
        }
        return ERR_PTR(-ENFILE);
  }
@@ -806,7 +807,7 @@ index 61517f5..c6bab39c 100644
  
  /**
   * alloc_file - allocate and initialize a 'struct file'
-@@ -258,6 +259,7 @@ void flush_delayed_fput(void)
+@@ -257,6 +258,7 @@ void flush_delayed_fput(void)
  {
        delayed_fput(NULL);
  }
@@ -814,7 +815,7 @@ index 61517f5..c6bab39c 100644
  
  static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);
  
-@@ -300,6 +302,7 @@ void __fput_sync(struct file *file)
+@@ -299,6 +301,7 @@ void __fput_sync(struct file *file)
  }
  
  EXPORT_SYMBOL(fput);
@@ -822,7 +823,7 @@ index 61517f5..c6bab39c 100644
  
  void put_filp(struct file *file)
  {
-@@ -308,6 +311,7 @@ void put_filp(struct file *file)
+@@ -307,6 +310,7 @@ void put_filp(struct file *file)
                file_free(file);
        }
  }
@@ -831,10 +832,10 @@ index 61517f5..c6bab39c 100644
  void __init files_init(void)
  {
 diff --git a/fs/inode.c b/fs/inode.c
-index f7800d6..f31a6c7 100644
+index af894e7..169811b 100644
 --- a/fs/inode.c
 +++ b/fs/inode.c
-@@ -1664,6 +1664,7 @@ int update_time(struct inode *inode, struct timespec *time, int flags)
+@@ -1658,6 +1658,7 @@ int update_time(struct inode *inode, struct timespec64 *time, int flags)
  
        return update_time(inode, time, flags);
  }
@@ -843,7 +844,7 @@ index f7800d6..f31a6c7 100644
  /**
   *    touch_atime     -       update the access time
 diff --git a/fs/namespace.c b/fs/namespace.c
-index e5a4a7f..6d0c376 100644
+index ee649e0..10923cb 100644
 --- a/fs/namespace.c
 +++ b/fs/namespace.c
 @@ -517,6 +517,7 @@ void __mnt_drop_write(struct vfsmount *mnt)
@@ -862,7 +863,7 @@ index e5a4a7f..6d0c376 100644
  
  /*
   * vfsmount lock must be held for write
-@@ -1887,6 +1889,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg,
+@@ -1893,6 +1895,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg,
        }
        return 0;
  }
@@ -871,7 +872,7 @@ index e5a4a7f..6d0c376 100644
  static void cleanup_group_ids(struct mount *mnt, struct mount *end)
  {
 diff --git a/fs/notify/group.c b/fs/notify/group.c
-index 3235753..14a2d48 100644
+index aa5468f2..b38d224 100644
 --- a/fs/notify/group.c
 +++ b/fs/notify/group.c
 @@ -22,6 +22,7 @@
@@ -884,14 +885,14 @@ index 3235753..14a2d48 100644
  #include "fsnotify.h"
 @@ -109,6 +110,7 @@ void fsnotify_get_group(struct fsnotify_group *group)
  {
-       atomic_inc(&group->refcnt);
+       refcount_inc(&group->refcnt);
  }
 +EXPORT_SYMBOL_GPL(fsnotify_get_group);
  
  /*
   * Drop a reference to a group.  Free it if it's through.
 @@ -118,6 +120,7 @@ void fsnotify_put_group(struct fsnotify_group *group)
-       if (atomic_dec_and_test(&group->refcnt))
+       if (refcount_dec_and_test(&group->refcnt))
                fsnotify_final_destroy_group(group);
  }
 +EXPORT_SYMBOL_GPL(fsnotify_put_group);
@@ -907,18 +908,18 @@ index 3235753..14a2d48 100644
  int fsnotify_fasync(int fd, struct file *file, int on)
  {
 diff --git a/fs/notify/mark.c b/fs/notify/mark.c
-index 9991f88..117042c 100644
+index 61f4c5f..855c655 100644
 --- a/fs/notify/mark.c
 +++ b/fs/notify/mark.c
-@@ -118,6 +118,7 @@ static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark)
- {
-       return atomic_inc_not_zero(&mark->refcnt);
+@@ -245,6 +245,7 @@ void fsnotify_put_mark(struct fsnotify_mark *mark)
+       queue_delayed_work(system_unbound_wq, &reaper_work,
+                          FSNOTIFY_REAPER_DELAY);
  }
 +EXPORT_SYMBOL_GPL(fsnotify_put_mark);
  
- static void __fsnotify_recalc_mask(struct fsnotify_mark_connector *conn)
- {
-@@ -395,6 +396,7 @@ void fsnotify_destroy_mark(struct fsnotify_mark *mark,
+ /*
+  * Get mark reference when we found the mark via lockless traversal of object
+@@ -399,6 +400,7 @@ void fsnotify_destroy_mark(struct fsnotify_mark *mark,
        mutex_unlock(&group->mark_mutex);
        fsnotify_free_mark(mark);
  }
@@ -926,15 +927,15 @@ index 9991f88..117042c 100644
  
  /*
   * Sorting function for lists of fsnotify marks.
-@@ -607,6 +609,7 @@ int fsnotify_add_mark_locked(struct fsnotify_mark *mark, struct inode *inode,
-       fsnotify_put_mark(mark);
+@@ -624,6 +626,7 @@ int fsnotify_add_mark(struct fsnotify_mark *mark, struct inode *inode,
+       mutex_unlock(&group->mark_mutex);
        return ret;
  }
 +EXPORT_SYMBOL_GPL(fsnotify_add_mark);
  
- int fsnotify_add_mark(struct fsnotify_mark *mark, struct inode *inode,
-                     struct vfsmount *mnt, int allow_dups)
-@@ -742,6 +745,7 @@ void fsnotify_init_mark(struct fsnotify_mark *mark,
+ /*
+  * Given a list of marks, find the mark associated with given group. If found
+@@ -747,6 +750,7 @@ void fsnotify_init_mark(struct fsnotify_mark *mark,
        fsnotify_get_group(group);
        mark->group = group;
  }
@@ -943,7 +944,7 @@ index 9991f88..117042c 100644
  /*
   * Destroy all marks in destroy_list, waits for SRCU period to finish before
 diff --git a/fs/open.c b/fs/open.c
-index 7ea1184..6e2e241 100644
+index d0e955b..527bc1a 100644
 --- a/fs/open.c
 +++ b/fs/open.c
 @@ -64,6 +64,7 @@ int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs,
@@ -954,19 +955,19 @@ index 7ea1184..6e2e241 100644
  
  long vfs_truncate(const struct path *path, loff_t length)
  {
-@@ -691,6 +692,7 @@ int open_check_o_direct(struct file *f)
-       }
-       return 0;
+@@ -723,6 +724,7 @@ SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group)
+ {
+       return ksys_fchown(fd, user, group);
  }
 +EXPORT_SYMBOL_GPL(open_check_o_direct);
  
- static int do_dentry_open(struct file *f,
-                         struct inode *inode,
+ int open_check_o_direct(struct file *f)
+ {
 diff --git a/fs/read_write.c b/fs/read_write.c
-index 6aa8c7a..b5d392e 100644
+index ccc5bc8..36f52f4 100644
 --- a/fs/read_write.c
 +++ b/fs/read_write.c
-@@ -453,6 +453,7 @@ ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos)
+@@ -459,6 +459,7 @@ ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos)
  
        return ret;
  }
@@ -974,7 +975,7 @@ index 6aa8c7a..b5d392e 100644
  
  static ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos)
  {
-@@ -493,6 +494,7 @@ vfs_readf_t vfs_readf(struct file *file)
+@@ -499,6 +500,7 @@ vfs_readf_t vfs_readf(struct file *file)
                return new_sync_read;
        return ERR_PTR(-ENOSYS);
  }
@@ -982,7 +983,7 @@ index 6aa8c7a..b5d392e 100644
  
  vfs_writef_t vfs_writef(struct file *file)
  {
-@@ -504,6 +506,7 @@ vfs_writef_t vfs_writef(struct file *file)
+@@ -510,6 +512,7 @@ vfs_writef_t vfs_writef(struct file *file)
                return new_sync_write;
        return ERR_PTR(-ENOSYS);
  }
@@ -990,7 +991,7 @@ index 6aa8c7a..b5d392e 100644
  
  ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos)
  {
-@@ -573,6 +576,7 @@ ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_
+@@ -579,6 +582,7 @@ ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_
  
        return ret;
  }
@@ -999,10 +1000,10 @@ index 6aa8c7a..b5d392e 100644
  static inline loff_t file_pos_read(struct file *file)
  {
 diff --git a/fs/splice.c b/fs/splice.c
-index eb888c6..7ab89d2 100644
+index 1dd7f96..a5e3bcb 100644
 --- a/fs/splice.c
 +++ b/fs/splice.c
-@@ -850,6 +850,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
+@@ -851,6 +851,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
  
        return splice_write(pipe, out, ppos, len, flags);
  }
@@ -1010,7 +1011,7 @@ index eb888c6..7ab89d2 100644
  
  /*
   * Attempt to initiate a splice from a file to a pipe.
-@@ -879,6 +880,7 @@ long do_splice_to(struct file *in, loff_t *ppos,
+@@ -880,6 +881,7 @@ long do_splice_to(struct file *in, loff_t *ppos,
  
        return splice_read(in, ppos, pipe, len, flags);
  }
@@ -1019,10 +1020,10 @@ index eb888c6..7ab89d2 100644
  /**
   * splice_direct_to_actor - splices data directly between two non-pipes
 diff --git a/fs/sync.c b/fs/sync.c
-index eb61780..32c5a05 100644
+index 2860782..ffd7ea4 100644
 --- a/fs/sync.c
 +++ b/fs/sync.c
-@@ -38,6 +38,7 @@ int __sync_filesystem(struct super_block *sb, int wait)
+@@ -39,6 +39,7 @@ int __sync_filesystem(struct super_block *sb, int wait)
                sb->s_op->sync_fs(sb, wait);
        return __sync_blockdev(sb->s_bdev, wait);
  }
@@ -1031,10 +1032,10 @@ index eb61780..32c5a05 100644
  /*
   * Write out and wait upon all dirty data associated with this
 diff --git a/fs/xattr.c b/fs/xattr.c
-index 61cd28b..35570cd 100644
+index f9cb1db..000b62b 100644
 --- a/fs/xattr.c
 +++ b/fs/xattr.c
-@@ -297,6 +297,7 @@ vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value,
+@@ -296,6 +296,7 @@ vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value,
        *xattr_value = value;
        return error;
  }
@@ -1043,10 +1044,10 @@ index 61cd28b..35570cd 100644
  ssize_t
  __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name,
 diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
-index bc97a97..895a1ba 100644
+index 720f070..4f58215 100644
 --- a/kernel/locking/lockdep.c
 +++ b/kernel/locking/lockdep.c
-@@ -155,6 +155,7 @@ inline struct lock_class *lockdep_hlock_class(struct held_lock *hlock)
+@@ -151,6 +151,7 @@ inline struct lock_class *lockdep_hlock_class(struct held_lock *hlock)
        }
        return lock_classes + hlock->class_idx - 1;
  }
@@ -1055,19 +1056,19 @@ index bc97a97..895a1ba 100644
  
  #ifdef CONFIG_LOCK_STAT
 diff --git a/kernel/task_work.c b/kernel/task_work.c
-index 836a72a..aa00d49 100644
+index 0fef395..83fb1ec 100644
 --- a/kernel/task_work.c
 +++ b/kernel/task_work.c
-@@ -115,3 +115,4 @@ void task_work_run(void)
+@@ -116,3 +116,4 @@ void task_work_run(void)
                } while (work);
        }
  }
 +EXPORT_SYMBOL_GPL(task_work_run);
 diff --git a/security/commoncap.c b/security/commoncap.c
-index fc46f5b..90543ef 100644
+index f4c33ab..70563f1 100644
 --- a/security/commoncap.c
 +++ b/security/commoncap.c
-@@ -1270,12 +1270,14 @@ int cap_mmap_addr(unsigned long addr)
+@@ -1336,12 +1336,14 @@ int cap_mmap_addr(unsigned long addr)
        }
        return ret;
  }
@@ -1083,10 +1084,10 @@ index fc46f5b..90543ef 100644
  #ifdef CONFIG_SECURITY
  
 diff --git a/security/device_cgroup.c b/security/device_cgroup.c
-index 03c1652..f88c84b 100644
+index cd97929..424fd23 100644
 --- a/security/device_cgroup.c
 +++ b/security/device_cgroup.c
-@@ -7,6 +7,7 @@
+@@ -8,6 +8,7 @@
  #include <linux/device_cgroup.h>
  #include <linux/cgroup.h>
  #include <linux/ctype.h>
@@ -1094,19 +1095,16 @@ index 03c1652..f88c84b 100644
  #include <linux/list.h>
  #include <linux/uaccess.h>
  #include <linux/seq_file.h>
-@@ -849,6 +850,7 @@ int __devcgroup_inode_permission(struct inode *inode, int mask)
-       return __devcgroup_check_permission(type, imajor(inode), iminor(inode),
-                       access);
- }
-+EXPORT_SYMBOL_GPL(__devcgroup_inode_permission);
+@@ -824,3 +825,4 @@ int __devcgroup_check_permission(short type, u32 major, u32 minor,
  
- int devcgroup_inode_mknod(int mode, dev_t dev)
- {
+       return 0;
+ }
++EXPORT_SYMBOL_GPL(__devcgroup_check_permission);
 diff --git a/security/security.c b/security/security.c
-index 4bf0f57..b30d1e1 100644
+index 68f46d8..3bc1348 100644
 --- a/security/security.c
 +++ b/security/security.c
-@@ -530,6 +530,7 @@ int security_path_rmdir(const struct path *dir, struct dentry *dentry)
+@@ -537,6 +537,7 @@ int security_path_rmdir(const struct path *dir, struct dentry *dentry)
                return 0;
        return call_int_hook(path_rmdir, 0, dir, dentry);
  }
@@ -1114,7 +1112,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_path_unlink(const struct path *dir, struct dentry *dentry)
  {
-@@ -546,6 +547,7 @@ int security_path_symlink(const struct path *dir, struct dentry *dentry,
+@@ -553,6 +554,7 @@ int security_path_symlink(const struct path *dir, struct dentry *dentry,
                return 0;
        return call_int_hook(path_symlink, 0, dir, dentry, old_name);
  }
@@ -1122,7 +1120,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
                       struct dentry *new_dentry)
-@@ -554,6 +556,7 @@ int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
+@@ -561,6 +563,7 @@ int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
                return 0;
        return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry);
  }
@@ -1130,7 +1128,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_path_rename(const struct path *old_dir, struct dentry *old_dentry,
                         const struct path *new_dir, struct dentry *new_dentry,
-@@ -581,6 +584,7 @@ int security_path_truncate(const struct path *path)
+@@ -588,6 +591,7 @@ int security_path_truncate(const struct path *path)
                return 0;
        return call_int_hook(path_truncate, 0, path);
  }
@@ -1138,7 +1136,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_path_chmod(const struct path *path, umode_t mode)
  {
-@@ -588,6 +592,7 @@ int security_path_chmod(const struct path *path, umode_t mode)
+@@ -595,6 +599,7 @@ int security_path_chmod(const struct path *path, umode_t mode)
                return 0;
        return call_int_hook(path_chmod, 0, path, mode);
  }
@@ -1146,7 +1144,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
  {
-@@ -595,6 +600,7 @@ int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
+@@ -602,6 +607,7 @@ int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
                return 0;
        return call_int_hook(path_chown, 0, path, uid, gid);
  }
@@ -1154,7 +1152,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_path_chroot(const struct path *path)
  {
-@@ -680,6 +686,7 @@ int security_inode_readlink(struct dentry *dentry)
+@@ -687,6 +693,7 @@ int security_inode_readlink(struct dentry *dentry)
                return 0;
        return call_int_hook(inode_readlink, 0, dentry);
  }
@@ -1162,7 +1160,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_inode_follow_link(struct dentry *dentry, struct inode *inode,
                               bool rcu)
-@@ -695,6 +702,7 @@ int security_inode_permission(struct inode *inode, int mask)
+@@ -702,6 +709,7 @@ int security_inode_permission(struct inode *inode, int mask)
                return 0;
        return call_int_hook(inode_permission, 0, inode, mask);
  }
@@ -1170,7 +1168,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_inode_setattr(struct dentry *dentry, struct iattr *attr)
  {
-@@ -866,6 +874,7 @@ int security_file_permission(struct file *file, int mask)
+@@ -873,6 +881,7 @@ int security_file_permission(struct file *file, int mask)
  
        return fsnotify_perm(file, mask);
  }
@@ -1178,7 +1176,7 @@ index 4bf0f57..b30d1e1 100644
  
  int security_file_alloc(struct file *file)
  {
-@@ -925,6 +934,7 @@ int security_mmap_file(struct file *file, unsigned long prot,
+@@ -932,6 +941,7 @@ int security_mmap_file(struct file *file, unsigned long prot,
                return ret;
        return ima_file_mmap(file, prot);
  }
@@ -1188,8 +1186,8 @@ index 4bf0f57..b30d1e1 100644
  {
 diff -urN /usr/share/empty/Documentation/ABI/testing/debugfs-aufs linux/Documentation/ABI/testing/debugfs-aufs
 --- /usr/share/empty/Documentation/ABI/testing/debugfs-aufs    1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/ABI/testing/debugfs-aufs       2017-07-29 12:14:25.893041746 +0200
-@@ -0,0 +1,50 @@
++++ linux/Documentation/ABI/testing/debugfs-aufs       2018-08-12 23:43:05.450124426 +0200
+@@ -0,0 +1,55 @@
 +What:         /debug/aufs/si_<id>/
 +Date:         March 2009
 +Contact:      J. R. Okajima <hooanon05g@gmail.com>
@@ -1220,15 +1218,20 @@ diff -urN /usr/share/empty/Documentation/ABI/testing/debugfs-aufs linux/Document
 +              When the aufs mount option 'noxino' is specified, it
 +              will be empty. About XINO files, see the aufs manual.
 +
-+What:         /debug/aufs/si_<id>/xino0, xino1 ... xinoN
++What:         /debug/aufs/si_<id>/xi0, xi1 ... xiN and xiN-N
 +Date:         March 2009
 +Contact:      J. R. Okajima <hooanon05g@gmail.com>
 +Description:
 +              It shows the consumed blocks by xino (External Inode Number
 +              Translation Table), its link count, block size and file
 +              size.
-+              When the aufs mount option 'noxino' is specified, it
-+              will be empty. About XINO files, see the aufs manual.
++              Due to the file size limit, there may exist multiple
++              xino files per branch.  In this case, "-N" is added to
++              the filename and it corresponds to the index of the
++              internal xino array.  "-0" is omitted.
++              When the aufs mount option 'noxino' is specified, Those
++              entries won't exist.  About XINO files, see the aufs
++              manual.
 +
 +What:         /debug/aufs/si_<id>/xigen
 +Date:         March 2009
@@ -1277,10 +1280,10 @@ diff -urN /usr/share/empty/Documentation/ABI/testing/sysfs-aufs linux/Documentat
 +              will be empty. About XINO files, see the aufs manual.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/01intro.txt linux/Documentation/filesystems/aufs/design/01intro.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/01intro.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/01intro.txt    2017-11-12 22:24:42.257509799 +0100
++++ linux/Documentation/filesystems/aufs/design/01intro.txt    2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,171 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -1452,10 +1455,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/01intro.txt lin
 +about it. But currently I have implemented it in kernel space.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/02struct.txt linux/Documentation/filesystems/aufs/design/02struct.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/02struct.txt        1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/02struct.txt   2017-07-29 12:14:25.893041746 +0200
++++ linux/Documentation/filesystems/aufs/design/02struct.txt   2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,258 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -1714,10 +1717,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/02struct.txt li
 +For this purpose, use "aumvdown" command in aufs-util.git.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03atomic_open.txt linux/Documentation/filesystems/aufs/design/03atomic_open.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/03atomic_open.txt   1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/03atomic_open.txt      2017-07-29 12:14:25.893041746 +0200
++++ linux/Documentation/filesystems/aufs/design/03atomic_open.txt      2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,85 @@
 +
-+# Copyright (C) 2015-2017 Junjiro R. Okajima
++# Copyright (C) 2015-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -1803,10 +1806,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03atomic_open.t
 +       be implemented in aufs, but not all I am afraid.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03lookup.txt linux/Documentation/filesystems/aufs/design/03lookup.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/03lookup.txt        1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/03lookup.txt   2017-07-29 12:14:25.893041746 +0200
++++ linux/Documentation/filesystems/aufs/design/03lookup.txt   2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,113 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -1920,10 +1923,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/03lookup.txt li
 +   by over-mounting something (or another method).
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/04branch.txt linux/Documentation/filesystems/aufs/design/04branch.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/04branch.txt        1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/04branch.txt   2017-07-29 12:14:25.893041746 +0200
++++ linux/Documentation/filesystems/aufs/design/04branch.txt   2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,74 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -1998,10 +2001,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/04branch.txt li
 +    same named entry on the upper branch.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/05wbr_policy.txt linux/Documentation/filesystems/aufs/design/05wbr_policy.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/05wbr_policy.txt    1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/05wbr_policy.txt       2017-07-29 12:14:25.893041746 +0200
++++ linux/Documentation/filesystems/aufs/design/05wbr_policy.txt       2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,64 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2066,7 +2069,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/05wbr_policy.tx
 +  copyup policy.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.dot linux/Documentation/filesystems/aufs/design/06dirren.dot
 --- /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.dot        1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06dirren.dot   2017-11-12 22:24:44.694244127 +0100
++++ linux/Documentation/filesystems/aufs/design/06dirren.dot   2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,31 @@
 +
 +// to view this graph, run dot(1) command in GRAPHVIZ.
@@ -2101,10 +2104,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.dot li
 +}
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.txt linux/Documentation/filesystems/aufs/design/06dirren.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.txt        1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06dirren.txt   2017-11-12 22:24:44.694244127 +0100
++++ linux/Documentation/filesystems/aufs/design/06dirren.txt   2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,102 @@
 +
-+# Copyright (C) 2017 Junjiro R. Okajima
++# Copyright (C) 2017-2018 Junjiro R. Okajima
 +#
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2207,10 +2210,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06dirren.txt li
 +equivalen to udba=reval case.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06fhsm.txt linux/Documentation/filesystems/aufs/design/06fhsm.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/06fhsm.txt  1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06fhsm.txt     2017-07-29 12:14:25.896375188 +0200
++++ linux/Documentation/filesystems/aufs/design/06fhsm.txt     2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,120 @@
 +
-+# Copyright (C) 2011-2017 Junjiro R. Okajima
++# Copyright (C) 2011-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2331,10 +2334,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06fhsm.txt linu
 +should restore the original file state after an error happens.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06mmap.txt linux/Documentation/filesystems/aufs/design/06mmap.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/06mmap.txt  1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06mmap.txt     2017-07-29 12:14:25.896375188 +0200
++++ linux/Documentation/filesystems/aufs/design/06mmap.txt     2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,72 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2407,10 +2410,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06mmap.txt linu
 +I have to give up this "looks-smater" approach.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06xattr.txt linux/Documentation/filesystems/aufs/design/06xattr.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/06xattr.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/06xattr.txt    2017-07-29 12:14:25.896375188 +0200
++++ linux/Documentation/filesystems/aufs/design/06xattr.txt    2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,96 @@
 +
-+# Copyright (C) 2014-2017 Junjiro R. Okajima
++# Copyright (C) 2014-2018 Junjiro R. Okajima
 +#
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2507,10 +2510,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/06xattr.txt lin
 +now, aufs implements the branch attributes to ignore the error.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/07export.txt linux/Documentation/filesystems/aufs/design/07export.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/07export.txt        1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/07export.txt   2017-07-29 12:14:25.896375188 +0200
++++ linux/Documentation/filesystems/aufs/design/07export.txt   2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,58 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2569,10 +2572,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/07export.txt li
 +  lookup_one_len(), vfs_getattr(), encode_fh() and others.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/08shwh.txt linux/Documentation/filesystems/aufs/design/08shwh.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/08shwh.txt  1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/08shwh.txt     2017-07-29 12:14:25.896375188 +0200
++++ linux/Documentation/filesystems/aufs/design/08shwh.txt     2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,52 @@
 +
-+# Copyright (C) 2005-2017 Junjiro R. Okajima
++# Copyright (C) 2005-2018 Junjiro R. Okajima
 +# 
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2625,10 +2628,10 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/08shwh.txt linu
 +initramfs will use it to replace the old one at the next boot.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/10dynop.txt linux/Documentation/filesystems/aufs/design/10dynop.txt
 --- /usr/share/empty/Documentation/filesystems/aufs/design/10dynop.txt 1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/design/10dynop.txt    2017-07-29 12:14:25.896375188 +0200
++++ linux/Documentation/filesystems/aufs/design/10dynop.txt    2018-04-15 08:49:13.394483860 +0200
 @@ -0,0 +1,47 @@
 +
-+# Copyright (C) 2010-2017 Junjiro R. Okajima
++# Copyright (C) 2010-2018 Junjiro R. Okajima
 +#
 +# This program is free software; you can redistribute it and/or modify
 +# it under the terms of the GNU General Public License as published by
@@ -2676,7 +2679,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/design/10dynop.txt lin
 +regular files only.
 diff -urN /usr/share/empty/Documentation/filesystems/aufs/README linux/Documentation/filesystems/aufs/README
 --- /usr/share/empty/Documentation/filesystems/aufs/README     1970-01-01 01:00:00.000000000 +0100
-+++ linux/Documentation/filesystems/aufs/README        2017-07-29 12:14:25.893041746 +0200
++++ linux/Documentation/filesystems/aufs/README        2018-06-15 11:15:15.400449109 +0200
 @@ -0,0 +1,393 @@
 +
 +Aufs4 -- advanced multi layered unification filesystem version 4.x
@@ -3051,7 +3054,7 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/README linux/Documenta
 +James B made a donation (2014/7 and 2015/7).
 +Stefano Di Biase made a donation (2014/8).
 +Daniel Epellei made a donation (2015/1).
-+OmegaPhil made a donation (2016/1).
++OmegaPhil made a donation (2016/1, 2018/4).
 +Tomasz Szewczyk made a donation (2016/4).
 +James Burry made a donation (2016/12).
 +
@@ -3073,10 +3076,11 @@ diff -urN /usr/share/empty/Documentation/filesystems/aufs/README linux/Documenta
 +# End: ;
 diff -urN /usr/share/empty/fs/aufs/aufs.h linux/fs/aufs/aufs.h
 --- /usr/share/empty/fs/aufs/aufs.h    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/aufs.h       2017-11-12 22:24:44.697577553 +0100
-@@ -0,0 +1,60 @@
++++ linux/fs/aufs/aufs.h       2018-08-12 23:43:05.450124426 +0200
+@@ -0,0 +1,61 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -3137,10 +3141,11 @@ diff -urN /usr/share/empty/fs/aufs/aufs.h linux/fs/aufs/aufs.h
 +#endif /* __AUFS_H__ */
 diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 --- /usr/share/empty/fs/aufs/branch.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/branch.c     2017-11-12 22:24:44.697577553 +0100
-@@ -0,0 +1,1432 @@
++++ linux/fs/aufs/branch.c     2018-08-12 23:43:05.450124426 +0200
+@@ -0,0 +1,1422 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -3176,12 +3181,7 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +      au_hnotify_fin_br(br);
 +      /* always, regardless the mount option */
 +      au_dr_hino_free(&br->br_dirren);
-+
-+      if (br->br_xino.xi_file)
-+              fput(br->br_xino.xi_file);
-+      for (i = br->br_xino.xi_nondir.total - 1; i >= 0; i--)
-+              AuDebugOn(br->br_xino.xi_nondir.array[i]);
-+      kfree(br->br_xino.xi_nondir.array);
++      au_xino_put(br);
 +
 +      AuDebugOn(au_br_count(br));
 +      au_br_count_fin(br);
@@ -3278,16 +3278,12 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +      add_branch = kzalloc(sizeof(*add_branch), GFP_NOFS);
 +      if (unlikely(!add_branch))
 +              goto out;
-+      add_branch->br_xino.xi_nondir.total = 8; /* initial size */
-+      add_branch->br_xino.xi_nondir.array
-+              = kcalloc(add_branch->br_xino.xi_nondir.total, sizeof(ino_t),
-+                        GFP_NOFS);
-+      if (unlikely(!add_branch->br_xino.xi_nondir.array))
++      add_branch->br_xino = au_xino_alloc();
++      if (unlikely(!add_branch->br_xino))
 +              goto out_br;
-+
 +      err = au_hnotify_init_br(add_branch, perm);
 +      if (unlikely(err))
-+              goto out_xinondir;
++              goto out_xino;
 +
 +      if (au_br_writable(perm)) {
 +              /* may be freed separately at changing the branch permission */
@@ -3319,8 +3315,8 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +      kfree(add_branch->br_wbr);
 +out_hnotify:
 +      au_hnotify_fin_br(add_branch);
-+out_xinondir:
-+      kfree(add_branch->br_xino.xi_nondir.array);
++out_xino:
++      au_xino_put(add_branch);
 +out_br:
 +      kfree(add_branch);
 +out:
@@ -3531,16 +3527,15 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +                    struct au_opt_add *add)
 +{
 +      int err;
++      struct au_branch *brbase;
++      struct file *xf;
 +      struct inode *h_inode;
 +
 +      err = 0;
-+      spin_lock_init(&br->br_xino.xi_nondir.spin);
-+      init_waitqueue_head(&br->br_xino.xi_nondir.wqh);
 +      br->br_perm = add->perm;
 +      br->br_path = add->path; /* set first, path_get() later */
 +      spin_lock_init(&br->br_dykey_lock);
 +      au_br_count_init(br);
-+      atomic_set(&br->br_xino_running, 0);
 +      br->br_id = au_new_br_id(sb);
 +      AuDebugOn(br->br_id < 0);
 +
@@ -3556,11 +3551,13 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +      }
 +
 +      if (au_opt_test(au_mntflags(sb), XINO)) {
++              brbase = au_sbr(sb, 0);
++              xf = au_xino_file(brbase);
++              AuDebugOn(!xf);
 +              h_inode = d_inode(add->path.dentry);
-+              err = au_xino_br(sb, br, h_inode->i_ino,
-+                               au_sbr(sb, 0)->br_xino.xi_file, /*do_test*/1);
++              err = au_xino_init_br(sb, br, h_inode->i_ino, &xf->f_path);
 +              if (unlikely(err)) {
-+                      AuDebugOn(br->br_xino.xi_file);
++                      AuDebugOn(au_xino_file(br));
 +                      goto out_err;
 +              }
 +      }
@@ -3650,6 +3647,7 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +      struct dentry *root, *h_dentry;
 +      struct inode *root_inode;
 +      struct au_branch *add_branch;
++      struct file *xf;
 +
 +      root = sb->s_root;
 +      root_inode = d_inode(root);
@@ -3676,13 +3674,10 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +      }
 +
 +      add_bindex = add->bindex;
-+      if (!remount)
-+              au_br_do_add(sb, add_branch, add_bindex);
-+      else {
-+              sysaufs_brs_del(sb, add_bindex);
-+              au_br_do_add(sb, add_branch, add_bindex);
-+              sysaufs_brs_add(sb, add_bindex);
-+      }
++      sysaufs_brs_del(sb, add_bindex);        /* remove successors */
++      au_br_do_add(sb, add_branch, add_bindex);
++      sysaufs_brs_add(sb, add_bindex);        /* append successors */
++      dbgaufs_brs_add(sb, add_bindex, /*topdown*/0);  /* rename successors */
 +
 +      h_dentry = add->path.dentry;
 +      if (!add_bindex) {
@@ -3692,16 +3687,17 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +              au_add_nlink(root_inode, d_inode(h_dentry));
 +
 +      /*
-+       * this test/set prevents aufs from handling unnecesary notify events
++       * this test/set prevents aufs from handling unnecessary notify events
 +       * of xino files, in case of re-adding a writable branch which was
 +       * once detached from aufs.
 +       */
 +      if (au_xino_brid(sb) < 0
 +          && au_br_writable(add_branch->br_perm)
-+          && !au_test_fs_bad_xino(h_dentry->d_sb)
-+          && add_branch->br_xino.xi_file
-+          && add_branch->br_xino.xi_file->f_path.dentry->d_parent == h_dentry)
-+              au_xino_brid_set(sb, add_branch->br_id);
++          && !au_test_fs_bad_xino(h_dentry->d_sb)) {
++              xf = au_xino_file(add_branch);
++              if (xf && xf->f_path.dentry->d_parent == h_dentry)
++                      au_xino_brid_set(sb, add_branch->br_id);
++      }
 +
 +out:
 +      return err;
@@ -4004,7 +4000,7 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +}
 +
 +static void br_del_file(struct file **to_free, unsigned long long opened,
-+                        aufs_bindex_t br_id)
++                      aufs_bindex_t br_id)
 +{
 +      unsigned long long ull;
 +      aufs_bindex_t bindex, btop, bbot, bfound;
@@ -4231,13 +4227,11 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +              di_write_lock_child(root);
 +      }
 +
-+      if (!remount)
-+              au_br_do_del(sb, bindex, br);
-+      else {
-+              sysaufs_brs_del(sb, bindex);
-+              au_br_do_del(sb, bindex, br);
-+              sysaufs_brs_add(sb, bindex);
-+      }
++      sysaufs_brs_del(sb, bindex);    /* remove successors */
++      dbgaufs_xino_del(br);           /* remove one */
++      au_br_do_del(sb, bindex, br);
++      sysaufs_brs_add(sb, bindex);    /* append successors */
++      dbgaufs_brs_add(sb, bindex, /*topdown*/1);      /* rename successors */
 +
 +      if (!bindex) {
 +              au_cpup_attr_all(d_inode(root), /*force*/1);
@@ -4573,10 +4567,11 @@ diff -urN /usr/share/empty/fs/aufs/branch.c linux/fs/aufs/branch.c
 +}
 diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 --- /usr/share/empty/fs/aufs/branch.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/branch.h     2017-11-12 22:24:44.697577553 +0100
-@@ -0,0 +1,333 @@
++++ linux/fs/aufs/branch.h     2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,374 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -4610,7 +4605,7 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +/* ---------------------------------------------------------------------- */
 +
 +/* a xino file */
-+struct au_xino_file {
++struct au_xino {
 +      struct file             *xi_file;
 +      struct {
 +              spinlock_t              spin;
@@ -4621,11 +4616,11 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +              wait_queue_head_t       wqh;
 +      } xi_nondir;
 +
-+      /* todo: make xino files an array to support huge inode number */
++      atomic_t                xi_truncating;
 +
-+#ifdef CONFIG_DEBUG_FS
-+      struct dentry            *xi_dbgaufs;
-+#endif
++      struct kref             xi_kref;
++
++      /* todo: make xino files an array to support huge inode number */
 +};
 +
 +/* File-based Hierarchical Storage Management */
@@ -4676,7 +4671,7 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +
 +/* protected by superblock rwsem */
 +struct au_branch {
-+      struct au_xino_file     br_xino;
++      struct au_xino          *br_xino;
 +
 +      aufs_bindex_t           br_id;
 +
@@ -4689,9 +4684,6 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +      struct au_wbr           *br_wbr;
 +      struct au_br_fhsm       *br_fhsm;
 +
-+      /* xino truncation */
-+      atomic_t                br_xino_running;
-+
 +#ifdef CONFIG_AUFS_HFSNOTIFY
 +      struct au_br_hfsnotify  *br_hfsn;
 +#endif
@@ -4701,6 +4693,10 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +      struct au_brsysfs       br_sysfs[AuBrSysfs_Last];
 +#endif
 +
++#ifdef CONFIG_DEBUG_FS
++      struct dentry            *br_dbgaufs; /* xino */
++#endif
++
 +      struct au_dr_br         br_dirren;
 +};
 +
@@ -4774,6 +4770,36 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +      return err;
 +}
 +
++static inline void au_xino_get(struct au_branch *br)
++{
++      struct au_xino *xi;
++
++      xi = br->br_xino;
++      if (xi)
++              kref_get(&xi->xi_kref);
++}
++
++static inline int au_xino_count(struct au_branch *br)
++{
++      int v;
++      struct au_xino *xi;
++
++      v = 0;
++      xi = br->br_xino;
++      if (xi)
++              v = kref_read(&xi->xi_kref);
++
++      return v;
++}
++
++static inline struct file *au_xino_file(struct au_branch *br)
++{
++      struct au_xino *xi;
++
++      xi = br->br_xino;
++      return xi ? xi->xi_file : NULL;
++}
++
 +/* ---------------------------------------------------------------------- */
 +
 +/* branch.c */
@@ -4797,34 +4823,43 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +/* xino.c */
 +static const loff_t au_loff_max = LLONG_MAX;
 +
-+int au_xib_trunc(struct super_block *sb);
++struct file *au_xino_create(struct super_block *sb, char *fpath, int silent);
++struct file *au_xino_create2(struct super_block *sb, struct path *base,
++                           struct file *copy_src);
++
++int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
++               ino_t *ino);
++int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
++                ino_t ino);
 +ssize_t xino_fread(vfs_readf_t func, struct file *file, void *buf, size_t size,
 +                 loff_t *pos);
 +ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf,
 +                  size_t size, loff_t *pos);
-+struct file *au_xino_create2(struct file *base_file, struct file *copy_src);
-+struct file *au_xino_create(struct super_block *sb, char *fname, int silent);
-+ino_t au_xino_new_ino(struct super_block *sb);
-+void au_xino_delete_inode(struct inode *inode, const int unlinked);
-+int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
-+                ino_t ino);
-+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
-+               ino_t *ino);
-+int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t hino,
-+             struct file *base_file, int do_test);
++
++int au_xib_trunc(struct super_block *sb);
 +int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex);
 +
++struct au_xino *au_xino_alloc(void);
++int au_xino_put(struct au_branch *br);
++void au_xino_file_set(struct au_branch *br, struct file *file);
++
 +struct au_opt_xino;
-+int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount);
 +void au_xino_clr(struct super_block *sb);
++int au_xino_set(struct super_block *sb, struct au_opt_xino *xiopt, int remount);
 +struct file *au_xino_def(struct super_block *sb);
-+int au_xino_path(struct seq_file *seq, struct file *file);
++int au_xino_init_br(struct super_block *sb, struct au_branch *br, ino_t hino,
++                  struct path *base);
++
++ino_t au_xino_new_ino(struct super_block *sb);
++void au_xino_delete_inode(struct inode *inode, const int unlinked);
 +
 +void au_xinondir_leave(struct super_block *sb, aufs_bindex_t bindex,
 +                     ino_t h_ino, int idx);
 +int au_xinondir_enter(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
 +                    int *idx);
 +
++int au_xino_path(struct seq_file *seq, struct file *file);
++
 +/* ---------------------------------------------------------------------- */
 +
 +/* Superblock to branch */
@@ -4910,8 +4945,9 @@ diff -urN /usr/share/empty/fs/aufs/branch.h linux/fs/aufs/branch.h
 +#endif /* __AUFS_BRANCH_H__ */
 diff -urN /usr/share/empty/fs/aufs/conf.mk linux/fs/aufs/conf.mk
 --- /usr/share/empty/fs/aufs/conf.mk   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/conf.mk      2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,39 @@
++++ linux/fs/aufs/conf.mk      2018-06-04 09:08:09.181412645 +0200
+@@ -0,0 +1,40 @@
++# SPDX-License-Identifier: GPL-2.0
 +
 +AuConfStr = CONFIG_AUFS_FS=${CONFIG_AUFS_FS}
 +
@@ -4953,10 +4989,11 @@ diff -urN /usr/share/empty/fs/aufs/conf.mk linux/fs/aufs/conf.mk
 +-include ${srctree}/${src}/conf_priv.mk
 diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 --- /usr/share/empty/fs/aufs/cpup.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/cpup.c       2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,1443 @@
++++ linux/fs/aufs/cpup.c       2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,1441 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -5337,7 +5374,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 +      else {
 +              inode_unlock_shared(h_src_inode);
 +              err = au_copy_file(dst, src, len);
-+              vfsub_inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD);
++              inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD);
 +      }
 +
 +      return err;
@@ -5360,7 +5397,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 +      if (!au_test_nfs(h_src_sb)) {
 +              inode_unlock_shared(h_src_inode);
 +              err = vfsub_clone_file_range(src, dst, len);
-+              vfsub_inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD);
++              inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD);
 +      } else
 +              err = vfsub_clone_file_range(src, dst, len);
 +      /* older XFS has a condition in cloning */
@@ -5430,8 +5467,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 +      if (tsk->flags & PF_KTHREAD)
 +              __fput_sync(file[DST].file);
 +      else {
-+              WARN(1, "%pD\nPlease report this warning to aufs-users ML",
-+                   file[DST].file);
++              /* it happened actually */
 +              fput(file[DST].file);
 +              /*
 +               * too bad.
@@ -5465,7 +5501,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 +              cpg->len = l;
 +      if (cpg->len) {
 +              /* try stopping to update while we are referencing */
-+              vfsub_inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD);
++              inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD);
 +              au_pin_hdir_unlock(cpg->pin);
 +
 +              h_path.dentry = au_h_dptr(cpg->dentry, cpg->bsrc);
@@ -5476,8 +5512,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 +              else {
 +                      inode_unlock_shared(h_src_inode);
 +                      err = vfsub_getattr(&h_path, &h_src_attr->st);
-+                      vfsub_inode_lock_shared_nested(h_src_inode,
-+                                                     AuLsc_I_CHILD);
++                      inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD);
 +              }
 +              if (unlikely(err)) {
 +                      inode_unlock_shared(h_src_inode);
@@ -5634,8 +5669,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 +      switch (mode & S_IFMT) {
 +      case S_IFREG:
 +              isreg = 1;
-+              err = vfsub_create(h_dir, &h_path, S_IRUSR | S_IWUSR,
-+                                 /*want_excl*/true);
++              err = vfsub_create(h_dir, &h_path, 0600, /*want_excl*/true);
 +              if (!err)
 +                      err = au_do_cpup_regular(cpg, h_src_attr);
 +              break;
@@ -6400,10 +6434,11 @@ diff -urN /usr/share/empty/fs/aufs/cpup.c linux/fs/aufs/cpup.c
 +}
 diff -urN /usr/share/empty/fs/aufs/cpup.h linux/fs/aufs/cpup.h
 --- /usr/share/empty/fs/aufs/cpup.h    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/cpup.h       2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,99 @@
++++ linux/fs/aufs/cpup.h       2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,100 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -6493,7 +6528,7 @@ diff -urN /usr/share/empty/fs/aufs/cpup.h linux/fs/aufs/cpup.h
 +struct au_dtime {
 +      struct dentry *dt_dentry;
 +      struct path dt_h_path;
-+      struct timespec dt_atime, dt_mtime;
++      struct timespec64 dt_atime, dt_mtime;
 +};
 +void au_dtime_store(struct au_dtime *dt, struct dentry *dentry,
 +                  struct path *h_path);
@@ -6503,10 +6538,11 @@ diff -urN /usr/share/empty/fs/aufs/cpup.h linux/fs/aufs/cpup.h
 +#endif /* __AUFS_CPUP_H__ */
 diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 --- /usr/share/empty/fs/aufs/dbgaufs.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dbgaufs.c    2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,437 @@
++++ linux/fs/aufs/dbgaufs.c    2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,478 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -6534,7 +6570,7 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +#endif
 +
 +static struct dentry *dbgaufs;
-+static const mode_t dbgaufs_mode = S_IRUSR | S_IRGRP | S_IROTH;
++static const mode_t dbgaufs_mode = 0444;
 +
 +/* 20 is max digits length of ulong 64 */
 +struct dbgaufs_arg {
@@ -6552,7 +6588,8 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      return 0;
 +}
 +
-+static int dbgaufs_xi_open(struct file *xf, struct file *file, int do_fcnt)
++static int dbgaufs_xi_open(struct file *xf, struct file *file, int do_fcnt,
++                         int cnt)
 +{
 +      int err;
 +      struct kstat st;
@@ -6573,8 +6610,8 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      if (!err) {
 +              if (do_fcnt)
 +                      p->n = snprintf
-+                              (p->a, sizeof(p->a), "%ld, %llux%u %lld\n",
-+                               (long)file_count(xf), st.blocks, st.blksize,
++                              (p->a, sizeof(p->a), "%d, %llux%u %lld\n",
++                               cnt, st.blocks, st.blksize,
 +                               (long long)st.size);
 +              else
 +                      p->n = snprintf(p->a, sizeof(p->a), "%llux%u %lld\n",
@@ -6705,7 +6742,7 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      sbinfo = inode->i_private;
 +      sb = sbinfo->si_sb;
 +      si_noflush_read_lock(sb);
-+      err = dbgaufs_xi_open(sbinfo->si_xib, file, /*do_fcnt*/0);
++      err = dbgaufs_xi_open(sbinfo->si_xib, file, /*do_fcnt*/0, /*cnt*/0);
 +      si_read_unlock(sb);
 +      return err;
 +}
@@ -6729,6 +6766,7 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      struct super_block *sb;
 +      struct file *xf;
 +      struct qstr *name;
++      struct au_branch *br;
 +
 +      err = -ENOENT;
 +      xf = NULL;
@@ -6745,8 +6783,10 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      sb = sbinfo->si_sb;
 +      si_noflush_read_lock(sb);
 +      if (l <= au_sbbot(sb)) {
-+              xf = au_sbr(sb, (aufs_bindex_t)l)->br_xino.xi_file;
-+              err = dbgaufs_xi_open(xf, file, /*do_fcnt*/1);
++              br = au_sbr(sb, (aufs_bindex_t)l);
++              xf = au_xino_file(br);
++              err = dbgaufs_xi_open(xf, file, /*do_fcnt*/1,
++                                    au_xino_count(br));
 +      } else
 +              err = -ENOENT;
 +      si_read_unlock(sb);
@@ -6762,11 +6802,25 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      .read           = dbgaufs_xi_read
 +};
 +
++void dbgaufs_xino_del(struct au_branch *br)
++{
++      struct dentry *dbgaufs;
++
++      dbgaufs = br->br_dbgaufs;
++      if (!dbgaufs)
++              return;
++
++      br->br_dbgaufs = NULL;
++      /* debugfs acquires the parent i_mutex */
++      lockdep_off();
++      debugfs_remove(dbgaufs);
++      lockdep_on();
++}
++
 +void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex)
 +{
 +      aufs_bindex_t bbot;
 +      struct au_branch *br;
-+      struct au_xino_file *xi;
 +
 +      if (!au_sbi(sb)->si_dbgaufs)
 +              return;
@@ -6774,23 +6828,51 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      bbot = au_sbbot(sb);
 +      for (; bindex <= bbot; bindex++) {
 +              br = au_sbr(sb, bindex);
-+              xi = &br->br_xino;
-+              /* debugfs acquires the parent i_mutex */
++              dbgaufs_xino_del(br);
++      }
++}
++
++static void dbgaufs_br_add(struct super_block *sb, aufs_bindex_t bindex,
++                         struct dentry *parent, struct au_sbinfo *sbinfo)
++{
++      struct au_branch *br;
++      struct dentry *d;
++      char name[sizeof(DbgaufsXi_PREFIX) + 5]; /* "xi" bindex NULL */
++
++      snprintf(name, sizeof(name), DbgaufsXi_PREFIX "%d", bindex);
++      br = au_sbr(sb, bindex);
++      if (br->br_dbgaufs) {
++              struct qstr qstr = QSTR_INIT(name, strlen(name));
++
++              if (!au_qstreq(&br->br_dbgaufs->d_name, &qstr)) {
++                      /* debugfs acquires the parent i_mutex */
++                      lockdep_off();
++                      d = debugfs_rename(parent, br->br_dbgaufs, parent,
++                                         name);
++                      lockdep_on();
++                      if (unlikely(!d))
++                              pr_warn("failed renaming %pd/%s, ignored.\n",
++                                      parent, name);
++              }
++      } else {
 +              lockdep_off();
-+              debugfs_remove(xi->xi_dbgaufs);
++              br->br_dbgaufs = debugfs_create_file(name, dbgaufs_mode, parent,
++                                                   sbinfo, &dbgaufs_xino_fop);
 +              lockdep_on();
-+              xi->xi_dbgaufs = NULL;
++              if (unlikely(!br->br_dbgaufs))
++                      pr_warn("failed creaiting %pd/%s, ignored.\n",
++                              parent, name);
 +      }
 +}
 +
-+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex)
++void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex, int topdown)
 +{
 +      struct au_sbinfo *sbinfo;
 +      struct dentry *parent;
-+      struct au_branch *br;
-+      struct au_xino_file *xi;
 +      aufs_bindex_t bbot;
-+      char name[sizeof(DbgaufsXi_PREFIX) + 5]; /* "xi" bindex NULL */
++
++      if (!au_opt_test(au_mntflags(sb), XINO))
++              return;
 +
 +      sbinfo = au_sbi(sb);
 +      parent = sbinfo->si_dbgaufs;
@@ -6798,20 +6880,12 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +              return;
 +
 +      bbot = au_sbbot(sb);
-+      for (; bindex <= bbot; bindex++) {
-+              snprintf(name, sizeof(name), DbgaufsXi_PREFIX "%d", bindex);
-+              br = au_sbr(sb, bindex);
-+              xi = &br->br_xino;
-+              AuDebugOn(xi->xi_dbgaufs);
-+              /* debugfs acquires the parent i_mutex */
-+              lockdep_off();
-+              xi->xi_dbgaufs = debugfs_create_file(name, dbgaufs_mode, parent,
-+                                                   sbinfo, &dbgaufs_xino_fop);
-+              lockdep_on();
-+              /* ignore an error */
-+              if (unlikely(!xi->xi_dbgaufs))
-+                      AuWarn1("failed %s under debugfs\n", name);
-+      }
++      if (topdown)
++              for (; bindex <= bbot; bindex++)
++                      dbgaufs_br_add(sb, bindex, parent, sbinfo);
++      else
++              for (; bbot >= bindex; bbot--)
++                      dbgaufs_br_add(sb, bbot, parent, sbinfo);
 +}
 +
 +/* ---------------------------------------------------------------------- */
@@ -6826,7 +6900,7 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      sbinfo = inode->i_private;
 +      sb = sbinfo->si_sb;
 +      si_noflush_read_lock(sb);
-+      err = dbgaufs_xi_open(sbinfo->si_xigen, file, /*do_fcnt*/0);
++      err = dbgaufs_xi_open(sbinfo->si_xigen, file, /*do_fcnt*/0, /*cnt*/0);
 +      si_read_unlock(sb);
 +      return err;
 +}
@@ -6876,7 +6950,6 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +
 +      debugfs_remove_recursive(sbinfo->si_dbgaufs);
 +      sbinfo->si_dbgaufs = NULL;
-+      kobject_put(&sbinfo->si_kobj);
 +}
 +
 +int dbgaufs_si_init(struct au_sbinfo *sbinfo)
@@ -6901,20 +6974,21 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +      sbinfo->si_dbgaufs = debugfs_create_dir(name, dbgaufs);
 +      if (unlikely(!sbinfo->si_dbgaufs))
 +              goto out;
-+      kobject_get(&sbinfo->si_kobj);
-+
-+      sbinfo->si_dbgaufs_xib = debugfs_create_file
-+              ("xib", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo,
-+               &dbgaufs_xib_fop);
-+      if (unlikely(!sbinfo->si_dbgaufs_xib))
-+              goto out_dir;
 +
++      /* regardless plink/noplink option */
 +      sbinfo->si_dbgaufs_plink = debugfs_create_file
 +              ("plink", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo,
 +               &dbgaufs_plink_fop);
 +      if (unlikely(!sbinfo->si_dbgaufs_plink))
 +              goto out_dir;
 +
++      /* regardless xino/noxino option */
++      sbinfo->si_dbgaufs_xib = debugfs_create_file
++              ("xib", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo,
++               &dbgaufs_xib_fop);
++      if (unlikely(!sbinfo->si_dbgaufs_xib))
++              goto out_dir;
++
 +      err = dbgaufs_xigen_init(sbinfo);
 +      if (!err)
 +              goto out; /* success */
@@ -6922,6 +6996,8 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +out_dir:
 +      dbgaufs_si_fin(sbinfo);
 +out:
++      if (unlikely(err))
++              pr_err("debugfs/aufs failed\n");
 +      return err;
 +}
 +
@@ -6944,10 +7020,11 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.c linux/fs/aufs/dbgaufs.c
 +}
 diff -urN /usr/share/empty/fs/aufs/dbgaufs.h linux/fs/aufs/dbgaufs.h
 --- /usr/share/empty/fs/aufs/dbgaufs.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dbgaufs.h    2017-07-29 12:14:25.899708630 +0200
-@@ -0,0 +1,48 @@
++++ linux/fs/aufs/dbgaufs.h    2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,53 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -6974,18 +7051,22 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.h linux/fs/aufs/dbgaufs.h
 +
 +struct super_block;
 +struct au_sbinfo;
++struct au_branch;
 +
 +#ifdef CONFIG_DEBUG_FS
 +/* dbgaufs.c */
++void dbgaufs_xino_del(struct au_branch *br);
 +void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex);
-+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex);
++void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex, int topdown);
 +void dbgaufs_si_fin(struct au_sbinfo *sbinfo);
 +int dbgaufs_si_init(struct au_sbinfo *sbinfo);
 +void dbgaufs_fin(void);
 +int __init dbgaufs_init(void);
 +#else
++AuStubVoid(dbgaufs_xino_del, struct au_branch *br)
 +AuStubVoid(dbgaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex)
-+AuStubVoid(dbgaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex)
++AuStubVoid(dbgaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex,
++         int topdown)
 +AuStubVoid(dbgaufs_si_fin, struct au_sbinfo *sbinfo)
 +AuStubInt0(dbgaufs_si_init, struct au_sbinfo *sbinfo)
 +AuStubVoid(dbgaufs_fin, void)
@@ -6996,10 +7077,11 @@ diff -urN /usr/share/empty/fs/aufs/dbgaufs.h linux/fs/aufs/dbgaufs.h
 +#endif /* __DBGAUFS_H__ */
 diff -urN /usr/share/empty/fs/aufs/dcsub.c linux/fs/aufs/dcsub.c
 --- /usr/share/empty/fs/aufs/dcsub.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dcsub.c      2017-11-12 22:24:42.267510077 +0100
++++ linux/fs/aufs/dcsub.c      2018-08-12 23:43:05.453457863 +0200
 @@ -0,0 +1,225 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -7116,8 +7198,7 @@ diff -urN /usr/share/empty/fs/aufs/dcsub.c linux/fs/aufs/dcsub.c
 +};
 +
 +extern void d_walk(struct dentry *parent, void *data,
-+                 enum d_walk_ret (*enter)(void *, struct dentry *),
-+                 void (*finish)(void *));
++                 enum d_walk_ret (*enter)(void *, struct dentry *));
 +
 +struct ac_dpages_arg {
 +      int err;
@@ -7157,7 +7238,7 @@ diff -urN /usr/share/empty/fs/aufs/dcsub.c linux/fs/aufs/dcsub.c
 +              .arg    = arg
 +      };
 +
-+      d_walk(root, &args, au_call_dpages_append, NULL);
++      d_walk(root, &args, au_call_dpages_append);
 +
 +      return args.err;
 +}
@@ -7225,10 +7306,11 @@ diff -urN /usr/share/empty/fs/aufs/dcsub.c linux/fs/aufs/dcsub.c
 +}
 diff -urN /usr/share/empty/fs/aufs/dcsub.h linux/fs/aufs/dcsub.h
 --- /usr/share/empty/fs/aufs/dcsub.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dcsub.h      2017-07-29 12:14:25.899708630 +0200
-@@ -0,0 +1,136 @@
++++ linux/fs/aufs/dcsub.h      2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,137 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -7365,10 +7447,11 @@ diff -urN /usr/share/empty/fs/aufs/dcsub.h linux/fs/aufs/dcsub.h
 +#endif /* __AUFS_DCSUB_H__ */
 diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
 --- /usr/share/empty/fs/aufs/debug.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/debug.c      2017-11-12 22:24:42.267510077 +0100
-@@ -0,0 +1,440 @@
++++ linux/fs/aufs/debug.c      2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,441 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -7422,7 +7505,7 @@ diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
 +
 +atomic_t aufs_debug = ATOMIC_INIT(0);
 +MODULE_PARM_DESC(debug, "debug print");
-+module_param_named(debug, aufs_debug, atomic_t, S_IRUGO | S_IWUSR | S_IWGRP);
++module_param_named(debug, aufs_debug, atomic_t, 0664);
 +
 +DEFINE_MUTEX(au_dbg_mtx);     /* just to serialize the dbg msgs */
 +char *au_plevel = KERN_DEBUG;
@@ -7464,7 +7547,7 @@ diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
 +              return;
 +      }
 +
-+      dpri("deblk %u, nblk %lu, deblk %p, last{%lu, %p}, ver %lu\n",
++      dpri("deblk %u, nblk %lu, deblk %p, last{%lu, %p}, ver %llu\n",
 +           vdir->vd_deblk_sz, vdir->vd_nblk, vdir->vd_deblk,
 +           vdir->vd_last.ul, vdir->vd_last.p.deblk, vdir->vd_version);
 +      for (ul = 0; ul < vdir->vd_nblk; ul++) {
@@ -7499,9 +7582,9 @@ diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
 +           inode->i_ino, inode->i_sb ? au_sbtype(inode->i_sb) : "??",
 +           atomic_read(&inode->i_count), inode->i_nlink, inode->i_mode,
 +           i_size_read(inode), (unsigned long long)inode->i_blocks,
-+           hn, (long long)timespec_to_ns(&inode->i_ctime) & 0x0ffff,
++           hn, (long long)timespec64_to_ns(&inode->i_ctime) & 0x0ffff,
 +           inode->i_mapping ? inode->i_mapping->nrpages : 0,
-+           inode->i_state, inode->i_flags, inode->i_version,
++           inode->i_state, inode->i_flags, inode_peek_iversion(inode),
 +           inode->i_generation,
 +           l ? ", wh " : "", l, n);
 +      return 0;
@@ -7674,7 +7757,7 @@ diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
 +           bindex, br->br_perm, br->br_id, au_br_count(br),
 +           br->br_wbr, au_sbtype(sb), MAJOR(sb->s_dev), MINOR(sb->s_dev),
 +           sb->s_flags, sb->s_count,
-+           atomic_read(&sb->s_active), !!br->br_xino.xi_file);
++           atomic_read(&sb->s_active), !!au_xino_file(br));
 +      return 0;
 +
 +out:
@@ -7809,10 +7892,11 @@ diff -urN /usr/share/empty/fs/aufs/debug.c linux/fs/aufs/debug.c
 +}
 diff -urN /usr/share/empty/fs/aufs/debug.h linux/fs/aufs/debug.h
 --- /usr/share/empty/fs/aufs/debug.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/debug.h      2017-07-29 12:14:25.899708630 +0200
-@@ -0,0 +1,225 @@
++++ linux/fs/aufs/debug.h      2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,226 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -8038,10 +8122,11 @@ diff -urN /usr/share/empty/fs/aufs/debug.h linux/fs/aufs/debug.h
 +#endif /* __AUFS_DEBUG_H__ */
 diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
 --- /usr/share/empty/fs/aufs/dentry.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dentry.c     2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,1152 @@
++++ linux/fs/aufs/dentry.c     2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,1153 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -8136,7 +8221,7 @@ diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
 +          || (d_really_is_positive(dentry) && !d_is_dir(dentry)))
 +              goto out; /* success */
 +
-+      vfsub_inode_lock_shared_nested(h_inode, AuLsc_I_CHILD);
++      inode_lock_shared_nested(h_inode, AuLsc_I_CHILD);
 +      opq = au_diropq_test(h_dentry);
 +      inode_unlock_shared(h_inode);
 +      if (opq > 0)
@@ -8221,7 +8306,7 @@ diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
 +              }
 +
 +              h_dir = d_inode(h_parent);
-+              vfsub_inode_lock_shared_nested(h_dir, AuLsc_I_PARENT);
++              inode_lock_shared_nested(h_dir, AuLsc_I_PARENT);
 +              h_dentry = au_do_lookup(h_parent, dentry, bindex, &args);
 +              inode_unlock_shared(h_dir);
 +              err = PTR_ERR(h_dentry);
@@ -8364,7 +8449,7 @@ diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
 +      /* ia->i_nlink = h_inode->i_nlink; */
 +      ia->i_uid = h_inode->i_uid;
 +      ia->i_gid = h_inode->i_gid;
-+      ia->i_version = h_inode->i_version;
++      ia->i_version = inode_query_iversion(h_inode);
 +/*
 +      ia->i_size = h_inode->i_size;
 +      ia->i_blocks = h_inode->i_blocks;
@@ -8378,7 +8463,7 @@ diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
 +              /* || ia->i_nlink != h_inode->i_nlink */
 +              || !uid_eq(ia->i_uid, h_inode->i_uid)
 +              || !gid_eq(ia->i_gid, h_inode->i_gid)
-+              || ia->i_version != h_inode->i_version
++              || !inode_eq_iversion(h_inode, ia->i_version)
 +/*
 +              || ia->i_size != h_inode->i_size
 +              || ia->i_blocks != h_inode->i_blocks
@@ -9194,10 +9279,11 @@ diff -urN /usr/share/empty/fs/aufs/dentry.c linux/fs/aufs/dentry.c
 +};
 diff -urN /usr/share/empty/fs/aufs/dentry.h linux/fs/aufs/dentry.h
 --- /usr/share/empty/fs/aufs/dentry.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dentry.h     2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,266 @@
++++ linux/fs/aufs/dentry.h     2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,267 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -9464,10 +9550,11 @@ diff -urN /usr/share/empty/fs/aufs/dentry.h linux/fs/aufs/dentry.h
 +#endif /* __AUFS_DENTRY_H__ */
 diff -urN /usr/share/empty/fs/aufs/dinfo.c linux/fs/aufs/dinfo.c
 --- /usr/share/empty/fs/aufs/dinfo.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dinfo.c      2017-11-12 22:24:42.267510077 +0100
-@@ -0,0 +1,553 @@
++++ linux/fs/aufs/dinfo.c      2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,554 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -10021,10 +10108,11 @@ diff -urN /usr/share/empty/fs/aufs/dinfo.c linux/fs/aufs/dinfo.c
 +}
 diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
 --- /usr/share/empty/fs/aufs/dir.c     1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dir.c        2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,759 @@
++++ linux/fs/aufs/dir.c        2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,760 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -10168,7 +10256,7 @@ diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
 +      au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT);
 +      h_dir = au_h_iptr(dir, btop);
 +      if (h_dir->i_nlink
-+          && timespec_compare(&h_dir->i_mtime, &dt.dt_mtime) < 0) {
++          && timespec64_compare(&h_dir->i_mtime, &dt.dt_mtime) < 0) {
 +              dt.dt_h_path = h_path;
 +              au_dtime_revert(&dt);
 +      }
@@ -10283,7 +10371,7 @@ diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
 +      err = 0;
 +      mnt = file->f_path.mnt;
 +      dentry = file->f_path.dentry;
-+      file->f_version = d_inode(dentry)->i_version;
++      file->f_version = inode_query_iversion(d_inode(dentry));
 +      bindex = au_dbtop(dentry);
 +      au_set_fbtop(file, bindex);
 +      btail = au_dbtaildir(dentry);
@@ -10501,7 +10589,7 @@ diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
 +      struct inode *inode, *h_inode;
 +      struct super_block *sb;
 +
-+      AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos);
++      AuDbg("%pD, ctx{%ps, %llu}\n", file, ctx->actor, ctx->pos);
 +
 +      dentry = file->f_path.dentry;
 +      inode = d_inode(dentry);
@@ -10662,7 +10750,7 @@ diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
 +      h_dentry = au_h_dptr(dentry, arg->bindex);
 +      h_inode = d_inode(h_dentry);
 +      /* todo: i_mode changes anytime? */
-+      vfsub_inode_lock_shared_nested(h_inode, AuLsc_I_CHILD);
++      inode_lock_shared_nested(h_inode, AuLsc_I_CHILD);
 +      err = au_test_h_perm_sio(h_inode, MAY_EXEC | MAY_READ);
 +      inode_unlock_shared(h_inode);
 +      if (!err)
@@ -10784,10 +10872,11 @@ diff -urN /usr/share/empty/fs/aufs/dir.c linux/fs/aufs/dir.c
 +};
 diff -urN /usr/share/empty/fs/aufs/dir.h linux/fs/aufs/dir.h
 --- /usr/share/empty/fs/aufs/dir.h     1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dir.h        2017-11-12 22:24:42.267510077 +0100
-@@ -0,0 +1,131 @@
++++ linux/fs/aufs/dir.h        2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,132 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -10866,7 +10955,7 @@ diff -urN /usr/share/empty/fs/aufs/dir.h linux/fs/aufs/dir.h
 +              union au_vdir_deblk_p   p;
 +      } vd_last;
 +
-+      unsigned long   vd_version;
++      u64             vd_version;
 +      unsigned int    vd_deblk_sz;
 +      unsigned long           vd_jiffy;
 +} ____cacheline_aligned_in_smp;
@@ -10919,10 +11008,11 @@ diff -urN /usr/share/empty/fs/aufs/dir.h linux/fs/aufs/dir.h
 +#endif /* __AUFS_DIR_H__ */
 diff -urN /usr/share/empty/fs/aufs/dirren.c linux/fs/aufs/dirren.c
 --- /usr/share/empty/fs/aufs/dirren.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dirren.c     2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,1315 @@
++++ linux/fs/aufs/dirren.c     2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,1316 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2017 Junjiro R. Okajima
++ * Copyright (C) 2017-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -11924,7 +12014,7 @@ diff -urN /usr/share/empty/fs/aufs/dirren.c linux/fs/aufs/dirren.c
 +      drinfo = NULL;
 +      unlocked = 0;
 +      h_dir = d_inode(h_ppath->dentry);
-+      vfsub_inode_lock_shared_nested(h_dir, AuLsc_I_PARENT);
++      inode_lock_shared_nested(h_dir, AuLsc_I_PARENT);
 +      infopath.dentry = vfsub_lookup_one_len(whname, h_ppath->dentry,
 +                                             whnamelen);
 +      if (IS_ERR(infopath.dentry)) {
@@ -12238,10 +12328,11 @@ diff -urN /usr/share/empty/fs/aufs/dirren.c linux/fs/aufs/dirren.c
 +}
 diff -urN /usr/share/empty/fs/aufs/dirren.h linux/fs/aufs/dirren.h
 --- /usr/share/empty/fs/aufs/dirren.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dirren.h     2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,139 @@
++++ linux/fs/aufs/dirren.h     2018-08-12 23:43:05.453457863 +0200
+@@ -0,0 +1,140 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2017 Junjiro R. Okajima
++ * Copyright (C) 2017-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -12381,10 +12472,11 @@ diff -urN /usr/share/empty/fs/aufs/dirren.h linux/fs/aufs/dirren.h
 +#endif /* __AUFS_DIRREN_H__ */
 diff -urN /usr/share/empty/fs/aufs/dynop.c linux/fs/aufs/dynop.c
 --- /usr/share/empty/fs/aufs/dynop.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dynop.c      2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,369 @@
++++ linux/fs/aufs/dynop.c      2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,370 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2010-2017 Junjiro R. Okajima
++ * Copyright (C) 2010-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -12754,10 +12846,11 @@ diff -urN /usr/share/empty/fs/aufs/dynop.c linux/fs/aufs/dynop.c
 +}
 diff -urN /usr/share/empty/fs/aufs/dynop.h linux/fs/aufs/dynop.h
 --- /usr/share/empty/fs/aufs/dynop.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/dynop.h      2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,74 @@
++++ linux/fs/aufs/dynop.h      2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,75 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2010-2017 Junjiro R. Okajima
++ * Copyright (C) 2010-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -12832,10 +12925,11 @@ diff -urN /usr/share/empty/fs/aufs/dynop.h linux/fs/aufs/dynop.h
 +#endif /* __AUFS_DYNOP_H__ */
 diff -urN /usr/share/empty/fs/aufs/export.c linux/fs/aufs/export.c
 --- /usr/share/empty/fs/aufs/export.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/export.c     2017-11-12 22:24:42.267510077 +0100
-@@ -0,0 +1,836 @@
++++ linux/fs/aufs/export.c     2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,838 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -13017,7 +13111,7 @@ diff -urN /usr/share/empty/fs/aufs/export.c linux/fs/aufs/export.c
 +      return err;
 +}
 +
-+int au_xigen_set(struct super_block *sb, struct file *base)
++int au_xigen_set(struct super_block *sb, struct path *path)
 +{
 +      int err;
 +      struct au_sbinfo *sbinfo;
@@ -13026,7 +13120,7 @@ diff -urN /usr/share/empty/fs/aufs/export.c linux/fs/aufs/export.c
 +      SiMustWriteLock(sb);
 +
 +      sbinfo = au_sbi(sb);
-+      file = au_xino_create2(base, sbinfo->si_xigen);
++      file = au_xino_create2(sb, path, sbinfo->si_xigen);
 +      err = PTR_ERR(file);
 +      if (IS_ERR(file))
 +              goto out;
@@ -13036,6 +13130,7 @@ diff -urN /usr/share/empty/fs/aufs/export.c linux/fs/aufs/export.c
 +      sbinfo->si_xigen = file;
 +
 +out:
++      AuTraceErr(err);
 +      return err;
 +}
 +
@@ -13672,10 +13767,11 @@ diff -urN /usr/share/empty/fs/aufs/export.c linux/fs/aufs/export.c
 +}
 diff -urN /usr/share/empty/fs/aufs/fhsm.c linux/fs/aufs/fhsm.c
 --- /usr/share/empty/fs/aufs/fhsm.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/fhsm.c       2017-07-29 12:14:25.903042072 +0200
-@@ -0,0 +1,426 @@
++++ linux/fs/aufs/fhsm.c       2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,427 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2011-2017 Junjiro R. Okajima
++ * Copyright (C) 2011-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -13845,10 +13941,9 @@ diff -urN /usr/share/empty/fs/aufs/fhsm.c linux/fs/aufs/fhsm.c
 +
 +/* ---------------------------------------------------------------------- */
 +
-+static unsigned int au_fhsm_poll(struct file *file,
-+                               struct poll_table_struct *wait)
++static __poll_t au_fhsm_poll(struct file *file, struct poll_table_struct *wait)
 +{
-+      unsigned int mask;
++      __poll_t mask;
 +      struct au_sbinfo *sbinfo;
 +      struct au_fhsm *fhsm;
 +
@@ -13857,9 +13952,10 @@ diff -urN /usr/share/empty/fs/aufs/fhsm.c linux/fs/aufs/fhsm.c
 +      fhsm = &sbinfo->si_fhsm;
 +      poll_wait(file, &fhsm->fhsm_wqh, wait);
 +      if (atomic_read(&fhsm->fhsm_readable))
-+              mask = POLLIN /* | POLLRDNORM */;
++              mask = EPOLLIN /* | EPOLLRDNORM */;
 +
-+      AuTraceErr((int)mask);
++      if (!mask)
++              AuDbg("mask 0x%x\n", mask);
 +      return mask;
 +}
 +
@@ -14102,10 +14198,11 @@ diff -urN /usr/share/empty/fs/aufs/fhsm.c linux/fs/aufs/fhsm.c
 +}
 diff -urN /usr/share/empty/fs/aufs/file.c linux/fs/aufs/file.c
 --- /usr/share/empty/fs/aufs/file.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/file.c       2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,856 @@
++++ linux/fs/aufs/file.c       2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,857 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -14962,10 +15059,11 @@ diff -urN /usr/share/empty/fs/aufs/file.c linux/fs/aufs/file.c
 +};
 diff -urN /usr/share/empty/fs/aufs/file.h linux/fs/aufs/file.h
 --- /usr/share/empty/fs/aufs/file.h    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/file.h       2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,340 @@
++++ linux/fs/aufs/file.h       2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,341 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -15058,7 +15156,7 @@ diff -urN /usr/share/empty/fs/aufs/file.h linux/fs/aufs/file.h
 +
 +/* poll.c */
 +#ifdef CONFIG_AUFS_POLL
-+unsigned int aufs_poll(struct file *file, poll_table *wait);
++__poll_t aufs_poll(struct file *file, struct poll_table_struct *pt);
 +#endif
 +
 +#ifdef CONFIG_AUFS_BR_HFSPLUS
@@ -15306,10 +15404,11 @@ diff -urN /usr/share/empty/fs/aufs/file.h linux/fs/aufs/file.h
 +#endif /* __AUFS_FILE_H__ */
 diff -urN /usr/share/empty/fs/aufs/finfo.c linux/fs/aufs/finfo.c
 --- /usr/share/empty/fs/aufs/finfo.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/finfo.c      2017-11-12 22:24:42.270843503 +0100
-@@ -0,0 +1,148 @@
++++ linux/fs/aufs/finfo.c      2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,149 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -15458,10 +15557,11 @@ diff -urN /usr/share/empty/fs/aufs/finfo.c linux/fs/aufs/finfo.c
 +}
 diff -urN /usr/share/empty/fs/aufs/f_op.c linux/fs/aufs/f_op.c
 --- /usr/share/empty/fs/aufs/f_op.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/f_op.c       2017-11-12 22:24:44.704244405 +0100
-@@ -0,0 +1,817 @@
++++ linux/fs/aufs/f_op.c       2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,818 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -16279,10 +16379,11 @@ diff -urN /usr/share/empty/fs/aufs/f_op.c linux/fs/aufs/f_op.c
 +};
 diff -urN /usr/share/empty/fs/aufs/fstype.h linux/fs/aufs/fstype.h
 --- /usr/share/empty/fs/aufs/fstype.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/fstype.h     2017-07-29 12:14:25.903042072 +0200
-@@ -0,0 +1,400 @@
++++ linux/fs/aufs/fstype.h     2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,401 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -16670,7 +16771,7 @@ diff -urN /usr/share/empty/fs/aufs/fstype.h linux/fs/aufs/fstype.h
 +
 +/*
 + * test if the @inode is nfs with 'noacl' option
-+ * NFS always sets MS_POSIXACL regardless its mount option 'noacl.'
++ * NFS always sets SB_POSIXACL regardless its mount option 'noacl.'
 + */
 +static inline int au_test_nfs_noacl(struct inode *inode)
 +{
@@ -16683,10 +16784,11 @@ diff -urN /usr/share/empty/fs/aufs/fstype.h linux/fs/aufs/fstype.h
 +#endif /* __AUFS_FSTYPE_H__ */
 diff -urN /usr/share/empty/fs/aufs/hbl.h linux/fs/aufs/hbl.h
 --- /usr/share/empty/fs/aufs/hbl.h     1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hbl.h        2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,64 @@
++++ linux/fs/aufs/hbl.h        2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,65 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2017 Junjiro R. Okajima
++ * Copyright (C) 2017-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -16751,10 +16853,11 @@ diff -urN /usr/share/empty/fs/aufs/hbl.h linux/fs/aufs/hbl.h
 +#endif /* __AUFS_HBL_H__ */
 diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
 --- /usr/share/empty/fs/aufs/hfsnotify.c       1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hfsnotify.c  2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,289 @@
++++ linux/fs/aufs/hfsnotify.c  2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,290 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -16916,8 +17019,6 @@ diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
 +
 +static int au_hfsn_handle_event(struct fsnotify_group *group,
 +                              struct inode *inode,
-+                              struct fsnotify_mark *inode_mark,
-+                              struct fsnotify_mark *vfsmount_mark,
 +                              u32 mask, const void *data, int data_type,
 +                              const unsigned char *file_name, u32 cookie,
 +                              struct fsnotify_iter_info *iter_info)
@@ -16926,6 +17027,7 @@ diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
 +      struct au_hnotify *hnotify;
 +      struct inode *h_dir, *h_inode;
 +      struct qstr h_child_qstr = QSTR_INIT(file_name, strlen(file_name));
++      struct fsnotify_mark *inode_mark;
 +
 +      AuDebugOn(data_type != FSNOTIFY_EVENT_INODE);
 +
@@ -16949,6 +17051,7 @@ diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
 +      au_debug_off();
 +#endif
 +
++      inode_mark = fsnotify_iter_inode_mark(iter_info);
 +      AuDebugOn(!inode_mark);
 +      hnotify = container_of(inode_mark, struct au_hnotify, hn_mark);
 +      err = au_hnotify(h_dir, hnotify, mask, &h_child_qstr, h_inode);
@@ -17044,10 +17147,11 @@ diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
 +};
 diff -urN /usr/share/empty/fs/aufs/hfsplus.c linux/fs/aufs/hfsplus.c
 --- /usr/share/empty/fs/aufs/hfsplus.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hfsplus.c    2017-07-29 12:14:25.903042072 +0200
-@@ -0,0 +1,56 @@
++++ linux/fs/aufs/hfsplus.c    2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,57 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2010-2017 Junjiro R. Okajima
++ * Copyright (C) 2010-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -17104,10 +17208,11 @@ diff -urN /usr/share/empty/fs/aufs/hfsplus.c linux/fs/aufs/hfsplus.c
 +}
 diff -urN /usr/share/empty/fs/aufs/hnotify.c linux/fs/aufs/hnotify.c
 --- /usr/share/empty/fs/aufs/hnotify.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/hnotify.c    2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,719 @@
++++ linux/fs/aufs/hnotify.c    2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,720 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -17430,7 +17535,7 @@ diff -urN /usr/share/empty/fs/aufs/hnotify.c linux/fs/aufs/hnotify.c
 +      if (au_ftest_hnjob(a->flags, TRYXINO0)
 +          && a->inode
 +          && a->h_inode) {
-+              vfsub_inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD);
++              inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD);
 +              if (!a->h_inode->i_nlink
 +                  && !(a->h_inode->i_state & I_LINKABLE))
 +                      hn_xino(a->inode, a->h_inode); /* ignore this error */
@@ -17456,7 +17561,7 @@ diff -urN /usr/share/empty/fs/aufs/hnotify.c linux/fs/aufs/hnotify.c
 +              if (vdir)
 +                      vdir->vd_jiffy = 0;
 +              /* IMustLock(a->inode); */
-+              /* a->inode->i_version++; */
++              /* inode_inc_iversion(a->inode); */
 +      }
 +
 +      /* can do nothing but warn */
@@ -17827,10 +17932,11 @@ diff -urN /usr/share/empty/fs/aufs/hnotify.c linux/fs/aufs/hnotify.c
 +}
 diff -urN /usr/share/empty/fs/aufs/iinfo.c linux/fs/aufs/iinfo.c
 --- /usr/share/empty/fs/aufs/iinfo.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/iinfo.c      2017-11-12 22:24:42.270843503 +0100
-@@ -0,0 +1,285 @@
++++ linux/fs/aufs/iinfo.c      2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,286 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -18116,10 +18222,11 @@ diff -urN /usr/share/empty/fs/aufs/iinfo.c linux/fs/aufs/iinfo.c
 +}
 diff -urN /usr/share/empty/fs/aufs/inode.c linux/fs/aufs/inode.c
 --- /usr/share/empty/fs/aufs/inode.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/inode.c      2017-11-12 22:24:42.270843503 +0100
-@@ -0,0 +1,527 @@
++++ linux/fs/aufs/inode.c      2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,528 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -18155,7 +18262,7 @@ diff -urN /usr/share/empty/fs/aufs/inode.c linux/fs/aufs/inode.c
 +      au_cpup_attr_all(inode, /*force*/0);
 +      au_update_iigen(inode, /*half*/1);
 +      if (do_version)
-+              inode->i_version++;
++              inode_inc_iversion(inode);
 +}
 +
 +static int au_ii_refresh(struct inode *inode, int *update)
@@ -18647,10 +18754,11 @@ diff -urN /usr/share/empty/fs/aufs/inode.c linux/fs/aufs/inode.c
 +}
 diff -urN /usr/share/empty/fs/aufs/inode.h linux/fs/aufs/inode.h
 --- /usr/share/empty/fs/aufs/inode.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/inode.h      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,695 @@
++++ linux/fs/aufs/inode.h      2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,696 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -19331,7 +19439,7 @@ diff -urN /usr/share/empty/fs/aufs/inode.h linux/fs/aufs/inode.h
 +static inline void au_hn_inode_lock_shared_nested(struct au_hinode *hdir,
 +                                                unsigned int sc)
 +{
-+      vfsub_inode_lock_shared_nested(hdir->hi_inode, sc);
++      inode_lock_shared_nested(hdir->hi_inode, sc);
 +      au_hn_suspend(hdir);
 +}
 +#endif
@@ -19346,10 +19454,11 @@ diff -urN /usr/share/empty/fs/aufs/inode.h linux/fs/aufs/inode.h
 +#endif /* __AUFS_INODE_H__ */
 diff -urN /usr/share/empty/fs/aufs/ioctl.c linux/fs/aufs/ioctl.c
 --- /usr/share/empty/fs/aufs/ioctl.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/ioctl.c      2017-07-29 12:14:25.903042072 +0200
-@@ -0,0 +1,219 @@
++++ linux/fs/aufs/ioctl.c      2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,220 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -19569,10 +19678,11 @@ diff -urN /usr/share/empty/fs/aufs/ioctl.c linux/fs/aufs/ioctl.c
 +#endif
 diff -urN /usr/share/empty/fs/aufs/i_op_add.c linux/fs/aufs/i_op_add.c
 --- /usr/share/empty/fs/aufs/i_op_add.c        1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op_add.c   2017-11-12 22:24:42.270843503 +0100
-@@ -0,0 +1,920 @@
++++ linux/fs/aufs/i_op_add.c   2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,921 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -19631,7 +19741,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_add.c linux/fs/aufs/i_op_add.c
 +              dir = d_inode(dentry->d_parent); /* dir inode is locked */
 +              IMustLock(dir);
 +              au_dir_ts(dir, bindex);
-+              dir->i_version++;
++              inode_inc_iversion(dir);
 +              au_fhsm_wrote(sb, bindex, /*force*/0);
 +              return 0; /* success */
 +      }
@@ -20344,7 +20454,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_add.c linux/fs/aufs/i_op_add.c
 +      }
 +
 +      au_dir_ts(dir, a->bdst);
-+      dir->i_version++;
++      inode_inc_iversion(dir);
 +      inc_nlink(inode);
 +      inode->i_ctime = dir->i_ctime;
 +      d_instantiate(dentry, au_igrab(inode));
@@ -20493,10 +20603,11 @@ diff -urN /usr/share/empty/fs/aufs/i_op_add.c linux/fs/aufs/i_op_add.c
 +}
 diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 --- /usr/share/empty/fs/aufs/i_op.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op.c       2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,1459 @@
++++ linux/fs/aufs/i_op.c       2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,1460 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -20536,14 +20647,14 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 +      if (((mask & MAY_EXEC)
 +           && S_ISREG(h_inode->i_mode)
 +           && (path_noexec(h_path)
-+               || !(h_inode->i_mode & S_IXUGO))))
++               || !(h_inode->i_mode & 0111))))
 +              goto out;
 +
 +      /*
 +       * - skip the lower fs test in the case of write to ro branch.
 +       * - nfs dir permission write check is optimized, but a policy for
 +       *   link/rename requires a real check.
-+       * - nfs always sets MS_POSIXACL regardless its mount option 'noacl.'
++       * - nfs always sets SB_POSIXACL regardless its mount option 'noacl.'
 +       *   in this case, generic_permission() returns -EOPNOTSUPP.
 +       */
 +      if ((write_mask && !au_br_writable(brperm))
@@ -20551,7 +20662,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 +              && write_mask && !(mask & MAY_READ))
 +          || !h_inode->i_op->permission) {
 +              /* AuLabel(generic_permission); */
-+              /* AuDbg("get_acl %pf\n", h_inode->i_op->get_acl); */
++              /* AuDbg("get_acl %ps\n", h_inode->i_op->get_acl); */
 +              err = generic_permission(h_inode, mask);
 +              if (err == -EOPNOTSUPP && au_test_nfs_noacl(h_inode))
 +                      err = h_inode->i_op->permission(h_inode, mask);
@@ -20929,7 +21040,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 +      if (!err && add_entry && !au_ftest_wrdir(add_entry, TMPFILE)) {
 +              h_parent = au_h_dptr(parent, bcpup);
 +              h_dir = d_inode(h_parent);
-+              vfsub_inode_lock_shared_nested(h_dir, AuLsc_I_PARENT);
++              inode_lock_shared_nested(h_dir, AuLsc_I_PARENT);
 +              err = au_lkup_neg(dentry, bcpup, /*wh*/0);
 +              /* todo: no unlock here */
 +              inode_unlock_shared(h_dir);
@@ -21316,7 +21427,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 +      a->h_path.dentry = au_h_dptr(dentry, btop);
 +      a->h_inode = d_inode(a->h_path.dentry);
 +      if (ia && (ia->ia_valid & ATTR_SIZE)) {
-+              vfsub_inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD);
++              inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD);
 +              if (ia->ia_size < i_size_read(a->h_inode))
 +                      sz = ia->ia_size;
 +              inode_unlock_shared(a->h_inode);
@@ -21808,7 +21919,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 +              goto out_unlock;
 +
 +      err = 0;
-+      AuDbg("%pf\n", h_inode->i_op->get_link);
++      AuDbg("%ps\n", h_inode->i_op->get_link);
 +      AuDbgDentry(h_dentry);
 +      ret = vfs_get_link(h_dentry, done);
 +      dput(h_dentry);
@@ -21831,7 +21942,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 +      return (inode->i_mode & (S_IFBLK | S_IFCHR | S_IFIFO | S_IFSOCK));
 +}
 +
-+static int aufs_update_time(struct inode *inode, struct timespec *ts, int flags)
++static int aufs_update_time(struct inode *inode, struct timespec64 *ts, int flags)
 +{
 +      int err;
 +      aufs_bindex_t bindex;
@@ -21956,10 +22067,11 @@ diff -urN /usr/share/empty/fs/aufs/i_op.c linux/fs/aufs/i_op.c
 +};
 diff -urN /usr/share/empty/fs/aufs/i_op_del.c linux/fs/aufs/i_op_del.c
 --- /usr/share/empty/fs/aufs/i_op_del.c        1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op_del.c   2017-11-12 22:24:42.270843503 +0100
-@@ -0,0 +1,511 @@
++++ linux/fs/aufs/i_op_del.c   2018-08-12 23:43:05.456791299 +0200
+@@ -0,0 +1,512 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -22229,7 +22341,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_del.c linux/fs/aufs/i_op_del.c
 +      inode->i_ctime = dir->i_ctime;
 +
 +      au_dir_ts(dir, bindex);
-+      dir->i_version++;
++      inode_inc_iversion(dir);
 +}
 +
 +/*
@@ -22471,10 +22583,11 @@ diff -urN /usr/share/empty/fs/aufs/i_op_del.c linux/fs/aufs/i_op_del.c
 +}
 diff -urN /usr/share/empty/fs/aufs/i_op_ren.c linux/fs/aufs/i_op_ren.c
 --- /usr/share/empty/fs/aufs/i_op_ren.c        1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/i_op_ren.c   2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,1246 @@
++++ linux/fs/aufs/i_op_ren.c   2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,1247 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -23226,7 +23339,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_ren.c linux/fs/aufs/i_op_ren.c
 +      struct inode *dir;
 +
 +      dir = a->dst_dir;
-+      dir->i_version++;
++      inode_inc_iversion(dir);
 +      if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) {
 +              /* is this updating defined in POSIX? */
 +              au_cpup_attr_timesizes(a->src_inode);
@@ -23236,7 +23349,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_ren.c linux/fs/aufs/i_op_ren.c
 +
 +      if (a->exchange) {
 +              dir = a->src_dir;
-+              dir->i_version++;
++              inode_inc_iversion(dir);
 +              if (au_ftest_ren(a->auren_flags, ISDIR_DST)) {
 +                      /* is this updating defined in POSIX? */
 +                      au_cpup_attr_timesizes(a->dst_inode);
@@ -23249,7 +23362,7 @@ diff -urN /usr/share/empty/fs/aufs/i_op_ren.c linux/fs/aufs/i_op_ren.c
 +              return;
 +
 +      dir = a->src_dir;
-+      dir->i_version++;
++      inode_inc_iversion(dir);
 +      if (au_ftest_ren(a->auren_flags, ISDIR_SRC))
 +              au_cpup_attr_nlink(dir, /*force*/1);
 +      au_dir_ts(dir, a->btgt);
@@ -23721,8 +23834,9 @@ diff -urN /usr/share/empty/fs/aufs/i_op_ren.c linux/fs/aufs/i_op_ren.c
 +}
 diff -urN /usr/share/empty/fs/aufs/Kconfig linux/fs/aufs/Kconfig
 --- /usr/share/empty/fs/aufs/Kconfig   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/Kconfig      2017-11-12 22:24:44.697577553 +0100
-@@ -0,0 +1,198 @@
++++ linux/fs/aufs/Kconfig      2018-06-04 09:08:09.181412645 +0200
+@@ -0,0 +1,199 @@
++# SPDX-License-Identifier: GPL-2.0
 +config AUFS_FS
 +      tristate "Aufs (Advanced multi layered unification filesystem) support"
 +      help
@@ -23923,10 +24037,11 @@ diff -urN /usr/share/empty/fs/aufs/Kconfig linux/fs/aufs/Kconfig
 +endif
 diff -urN /usr/share/empty/fs/aufs/loop.c linux/fs/aufs/loop.c
 --- /usr/share/empty/fs/aufs/loop.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/loop.c       2017-11-12 22:24:42.270843503 +0100
-@@ -0,0 +1,147 @@
++++ linux/fs/aufs/loop.c       2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,148 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -24074,10 +24189,11 @@ diff -urN /usr/share/empty/fs/aufs/loop.c linux/fs/aufs/loop.c
 +}
 diff -urN /usr/share/empty/fs/aufs/loop.h linux/fs/aufs/loop.h
 --- /usr/share/empty/fs/aufs/loop.h    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/loop.h       2017-07-29 12:14:25.903042072 +0200
-@@ -0,0 +1,52 @@
++++ linux/fs/aufs/loop.h       2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,53 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -24130,8 +24246,9 @@ diff -urN /usr/share/empty/fs/aufs/loop.h linux/fs/aufs/loop.h
 +#endif /* __AUFS_LOOP_H__ */
 diff -urN /usr/share/empty/fs/aufs/magic.mk linux/fs/aufs/magic.mk
 --- /usr/share/empty/fs/aufs/magic.mk  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/magic.mk     2017-07-29 12:14:25.903042072 +0200
-@@ -0,0 +1,30 @@
++++ linux/fs/aufs/magic.mk     2018-06-04 09:08:09.188079511 +0200
+@@ -0,0 +1,31 @@
++# SPDX-License-Identifier: GPL-2.0
 +
 +# defined in ${srctree}/fs/fuse/inode.c
 +# tristate
@@ -24164,8 +24281,9 @@ diff -urN /usr/share/empty/fs/aufs/magic.mk linux/fs/aufs/magic.mk
 +endif
 diff -urN /usr/share/empty/fs/aufs/Makefile linux/fs/aufs/Makefile
 --- /usr/share/empty/fs/aufs/Makefile  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/Makefile     2017-11-12 22:24:44.697577553 +0100
-@@ -0,0 +1,45 @@
++++ linux/fs/aufs/Makefile     2018-06-04 09:08:09.181412645 +0200
+@@ -0,0 +1,46 @@
++# SPDX-License-Identifier: GPL-2.0
 +
 +include ${src}/magic.mk
 +ifeq (${CONFIG_AUFS_FS},m)
@@ -24213,10 +24331,11 @@ diff -urN /usr/share/empty/fs/aufs/Makefile linux/fs/aufs/Makefile
 +aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o
 diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
 --- /usr/share/empty/fs/aufs/module.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/module.c     2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,266 @@
++++ linux/fs/aufs/module.c     2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,273 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -24366,12 +24485,12 @@ diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
 +/* this module parameter has no meaning when SYSFS is disabled */
 +int sysaufs_brs = 1;
 +MODULE_PARM_DESC(brs, "use <sysfs>/fs/aufs/si_*/brN");
-+module_param_named(brs, sysaufs_brs, int, S_IRUGO);
++module_param_named(brs, sysaufs_brs, int, 0444);
 +
 +/* this module parameter has no meaning when USER_NS is disabled */
 +bool au_userns;
 +MODULE_PARM_DESC(allow_userns, "allow unprivileged to mount under userns");
-+module_param_named(allow_userns, au_userns, bool, S_IRUGO);
++module_param_named(allow_userns, au_userns, bool, 0444);
 +
 +/* ---------------------------------------------------------------------- */
 +
@@ -24419,9 +24538,12 @@ diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
 +      err = sysaufs_init();
 +      if (unlikely(err))
 +              goto out;
-+      err = au_procfs_init();
++      err = dbgaufs_init();
 +      if (unlikely(err))
 +              goto out_sysaufs;
++      err = au_procfs_init();
++      if (unlikely(err))
++              goto out_dbgaufs;
 +      err = au_wkq_init();
 +      if (unlikely(err))
 +              goto out_procfs;
@@ -24459,6 +24581,8 @@ diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
 +      au_wkq_fin();
 +out_procfs:
 +      au_procfs_fin();
++out_dbgaufs:
++      dbgaufs_fin();
 +out_sysaufs:
 +      sysaufs_fin();
 +      au_dy_fin();
@@ -24475,6 +24599,7 @@ diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
 +      au_loopback_fin();
 +      au_wkq_fin();
 +      au_procfs_fin();
++      dbgaufs_fin();
 +      sysaufs_fin();
 +      au_dy_fin();
 +}
@@ -24483,10 +24608,11 @@ diff -urN /usr/share/empty/fs/aufs/module.c linux/fs/aufs/module.c
 +module_exit(aufs_exit);
 diff -urN /usr/share/empty/fs/aufs/module.h linux/fs/aufs/module.h
 --- /usr/share/empty/fs/aufs/module.h  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/module.h     2017-11-12 22:24:42.270843503 +0100
-@@ -0,0 +1,101 @@
++++ linux/fs/aufs/module.h     2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,102 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -24588,10 +24714,11 @@ diff -urN /usr/share/empty/fs/aufs/module.h linux/fs/aufs/module.h
 +#endif /* __AUFS_MODULE_H__ */
 diff -urN /usr/share/empty/fs/aufs/mvdown.c linux/fs/aufs/mvdown.c
 --- /usr/share/empty/fs/aufs/mvdown.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/mvdown.c     2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,704 @@
++++ linux/fs/aufs/mvdown.c     2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,705 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2011-2017 Junjiro R. Okajima
++ * Copyright (C) 2011-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -25296,10 +25423,11 @@ diff -urN /usr/share/empty/fs/aufs/mvdown.c linux/fs/aufs/mvdown.c
 +}
 diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 --- /usr/share/empty/fs/aufs/opts.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/opts.c       2017-11-12 22:24:44.707577830 +0100
++++ linux/fs/aufs/opts.c       2018-08-12 23:43:05.460124736 +0200
 @@ -0,0 +1,1891 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -26101,7 +26229,7 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 +                      add->perm = AuBrPerm_RO;
 +                      if (au_test_fs_rr(add->path.dentry->d_sb))
 +                              add->perm = AuBrPerm_RR;
-+                      else if (!bindex && !(sb_flags & MS_RDONLY))
++                      else if (!bindex && !(sb_flags & SB_RDONLY))
 +                              add->perm = AuBrPerm_RW;
 +              }
 +              opt->type = Opt_add;
@@ -26777,10 +26905,10 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 +              break;
 +
 +      case Opt_acl:
-+              sb->s_flags |= MS_POSIXACL;
++              sb->s_flags |= SB_POSIXACL;
 +              break;
 +      case Opt_noacl:
-+              sb->s_flags &= ~MS_POSIXACL;
++              sb->s_flags &= ~SB_POSIXACL;
 +              break;
 +
 +      default:
@@ -26858,14 +26986,7 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 +      err = 0;
 +      switch (opt->type) {
 +      case Opt_xino:
-+              err = au_xino_set(sb, &opt->xino,
-+                                !!au_ftest_opts(opts->flags, REMOUNT));
-+              if (unlikely(err))
-+                      break;
-+
-+              *opt_xino = &opt->xino;
 +              au_xino_brid_set(sb, -1);
-+
 +              /* safe d_parent access */
 +              parent = opt->xino.file->f_path.dentry->d_parent;
 +              root = sb->s_root;
@@ -26877,11 +26998,17 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 +                              break;
 +                      }
 +              }
++
++              err = au_xino_set(sb, &opt->xino,
++                                !!au_ftest_opts(opts->flags, REMOUNT));
++              if (unlikely(err))
++                      break;
++
++              *opt_xino = &opt->xino;
 +              break;
 +
 +      case Opt_noxino:
 +              au_xino_clr(sb);
-+              au_xino_brid_set(sb, -1);
 +              *opt_xino = (void *)-1;
 +              break;
 +      }
@@ -26907,7 +27034,7 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 +      sbinfo = au_sbi(sb);
 +      AuDebugOn(!(sbinfo->si_mntflags & AuOptMask_UDBA));
 +
-+      if (!(sb_flags & MS_RDONLY)) {
++      if (!(sb_flags & SB_RDONLY)) {
 +              if (unlikely(!au_br_writable(au_sbr_perm(sb, 0))))
 +                      pr_warn("first branch should be rw\n");
 +              if (unlikely(au_opt_test(sbinfo->si_mntflags, SHWH)))
@@ -26940,7 +27067,7 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 +                      br->br_perm &= ~AuBrAttr_ICEX;
 +#if 0
 +              if ((br->br_perm & AuBrAttr_ICEX_SEC)
-+                  && (au_br_sb(br)->s_flags & MS_NOSEC))
++                  && (au_br_sb(br)->s_flags & SB_NOSEC))
 +                      br->br_perm &= ~AuBrAttr_ICEX_SEC;
 +#endif
 +
@@ -27191,10 +27318,11 @@ diff -urN /usr/share/empty/fs/aufs/opts.c linux/fs/aufs/opts.c
 +}
 diff -urN /usr/share/empty/fs/aufs/opts.h linux/fs/aufs/opts.h
 --- /usr/share/empty/fs/aufs/opts.h    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/opts.h       2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,224 @@
++++ linux/fs/aufs/opts.h       2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,225 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -27419,10 +27547,11 @@ diff -urN /usr/share/empty/fs/aufs/opts.h linux/fs/aufs/opts.h
 +#endif /* __AUFS_OPTS_H__ */
 diff -urN /usr/share/empty/fs/aufs/plink.c linux/fs/aufs/plink.c
 --- /usr/share/empty/fs/aufs/plink.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/plink.c      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,515 @@
++++ linux/fs/aufs/plink.c      2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,516 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -27640,7 +27769,7 @@ diff -urN /usr/share/empty/fs/aufs/plink.c linux/fs/aufs/plink.c
 +      struct inode *h_inode;
 +
 +      h_inode = d_inode(h_parent);
-+      vfsub_inode_lock_shared_nested(h_inode, AuLsc_I_CHILD2);
++      inode_lock_shared_nested(h_inode, AuLsc_I_CHILD2);
 +      h_dentry = vfsub_lkup_one(tgtname, h_parent);
 +      inode_unlock_shared(h_inode);
 +      return h_dentry;
@@ -27938,10 +28067,11 @@ diff -urN /usr/share/empty/fs/aufs/plink.c linux/fs/aufs/plink.c
 +}
 diff -urN /usr/share/empty/fs/aufs/poll.c linux/fs/aufs/poll.c
 --- /usr/share/empty/fs/aufs/poll.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/poll.c       2017-11-12 22:24:42.274176929 +0100
-@@ -0,0 +1,52 @@
++++ linux/fs/aufs/poll.c       2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,51 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -27964,40 +28094,39 @@ diff -urN /usr/share/empty/fs/aufs/poll.c linux/fs/aufs/poll.c
 +
 +#include "aufs.h"
 +
-+unsigned int aufs_poll(struct file *file, poll_table *wait)
++__poll_t aufs_poll(struct file *file, struct poll_table_struct *pt)
 +{
-+      unsigned int mask;
-+      int err;
++      __poll_t mask;
 +      struct file *h_file;
 +      struct super_block *sb;
 +
 +      /* We should pretend an error happened. */
-+      mask = POLLERR /* | POLLIN | POLLOUT */;
++      mask = EPOLLERR /* | EPOLLIN | EPOLLOUT */;
 +      sb = file->f_path.dentry->d_sb;
 +      si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW);
 +
 +      h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0);
-+      err = PTR_ERR(h_file);
-+      if (IS_ERR(h_file))
++      if (IS_ERR(h_file)) {
++              AuDbg("h_file %ld\n", PTR_ERR(h_file));
 +              goto out;
++      }
 +
-+      /* it is not an error if h_file has no operation */
-+      mask = DEFAULT_POLLMASK;
-+      if (h_file->f_op->poll)
-+              mask = h_file->f_op->poll(h_file, wait);
++      mask = vfs_poll(h_file, pt);
 +      fput(h_file); /* instead of au_read_post() */
 +
 +out:
 +      si_read_unlock(sb);
-+      AuTraceErr((int)mask);
++      if (mask & EPOLLERR)
++              AuDbg("mask 0x%x\n", mask);
 +      return mask;
 +}
 diff -urN /usr/share/empty/fs/aufs/posix_acl.c linux/fs/aufs/posix_acl.c
 --- /usr/share/empty/fs/aufs/posix_acl.c       1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/posix_acl.c  2017-11-12 22:24:42.274176929 +0100
-@@ -0,0 +1,102 @@
++++ linux/fs/aufs/posix_acl.c  2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,103 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2014-2017 Junjiro R. Okajima
++ * Copyright (C) 2014-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -28032,7 +28161,7 @@ diff -urN /usr/share/empty/fs/aufs/posix_acl.c linux/fs/aufs/posix_acl.c
 +      sb = inode->i_sb;
 +      si_read_lock(sb, AuLock_FLUSH);
 +      ii_read_lock_child(inode);
-+      if (!(sb->s_flags & MS_POSIXACL))
++      if (!(sb->s_flags & SB_POSIXACL))
 +              goto out;
 +
 +      bindex = au_ibtop(inode);
@@ -28100,10 +28229,11 @@ diff -urN /usr/share/empty/fs/aufs/posix_acl.c linux/fs/aufs/posix_acl.c
 +}
 diff -urN /usr/share/empty/fs/aufs/procfs.c linux/fs/aufs/procfs.c
 --- /usr/share/empty/fs/aufs/procfs.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/procfs.c     2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,170 @@
++++ linux/fs/aufs/procfs.c     2018-08-12 23:43:05.460124736 +0200
+@@ -0,0 +1,171 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2010-2017 Junjiro R. Okajima
++ * Copyright (C) 2010-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -28258,7 +28388,7 @@ diff -urN /usr/share/empty/fs/aufs/procfs.c linux/fs/aufs/procfs.c
 +      if (unlikely(!au_procfs_dir))
 +              goto out;
 +
-+      entry = proc_create(AUFS_PLINK_MAINT_NAME, S_IFREG | S_IWUSR,
++      entry = proc_create(AUFS_PLINK_MAINT_NAME, S_IFREG | 0200,
 +                          au_procfs_dir, &au_procfs_plm_fop);
 +      if (unlikely(!entry))
 +              goto out_dir;
@@ -28274,10 +28404,11 @@ diff -urN /usr/share/empty/fs/aufs/procfs.c linux/fs/aufs/procfs.c
 +}
 diff -urN /usr/share/empty/fs/aufs/rdu.c linux/fs/aufs/rdu.c
 --- /usr/share/empty/fs/aufs/rdu.c     1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/rdu.c        2017-11-12 22:24:42.274176929 +0100
-@@ -0,0 +1,381 @@
++++ linux/fs/aufs/rdu.c        2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,382 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -28659,10 +28790,11 @@ diff -urN /usr/share/empty/fs/aufs/rdu.c linux/fs/aufs/rdu.c
 +#endif
 diff -urN /usr/share/empty/fs/aufs/rwsem.h linux/fs/aufs/rwsem.h
 --- /usr/share/empty/fs/aufs/rwsem.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/rwsem.h      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,72 @@
++++ linux/fs/aufs/rwsem.h      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,73 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -28735,10 +28867,11 @@ diff -urN /usr/share/empty/fs/aufs/rwsem.h linux/fs/aufs/rwsem.h
 +#endif /* __AUFS_RWSEM_H__ */
 diff -urN /usr/share/empty/fs/aufs/sbinfo.c linux/fs/aufs/sbinfo.c
 --- /usr/share/empty/fs/aufs/sbinfo.c  1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sbinfo.c     2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,304 @@
++++ linux/fs/aufs/sbinfo.c     2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,312 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -28779,6 +28912,7 @@ diff -urN /usr/share/empty/fs/aufs/sbinfo.c linux/fs/aufs/sbinfo.c
 +      AuDebugOn(percpu_counter_sum(&sbinfo->si_nfiles));
 +      percpu_counter_destroy(&sbinfo->si_nfiles);
 +
++      dbgaufs_si_fin(sbinfo);
 +      au_rw_write_lock(&sbinfo->si_rwsem);
 +      au_br_free(sbinfo);
 +      au_rw_write_unlock(&sbinfo->si_rwsem);
@@ -28806,6 +28940,12 @@ diff -urN /usr/share/empty/fs/aufs/sbinfo.c linux/fs/aufs/sbinfo.c
 +              goto out_sbinfo;
 +
 +      err = sysaufs_si_init(sbinfo);
++      if (!err) {
++              dbgaufs_si_null(sbinfo);
++              err = dbgaufs_si_init(sbinfo);
++              if (unlikely(err))
++                      kobject_put(&sbinfo->si_kobj);
++      }
 +      if (unlikely(err))
 +              goto out_br;
 +
@@ -28899,7 +29039,7 @@ diff -urN /usr/share/empty/fs/aufs/sbinfo.c linux/fs/aufs/sbinfo.c
 +      au_update_digen(sb->s_root);
 +      inode = d_inode(sb->s_root);
 +      au_update_iigen(inode, /*half*/0);
-+      inode->i_version++;
++      inode_inc_iversion(inode);
 +      return gen;
 +}
 +
@@ -29043,10 +29183,11 @@ diff -urN /usr/share/empty/fs/aufs/sbinfo.c linux/fs/aufs/sbinfo.c
 +}
 diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 --- /usr/share/empty/fs/aufs/super.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/super.c      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,1046 @@
++++ linux/fs/aufs/super.c      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,1043 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -29082,7 +29223,7 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +      c = au_cache_alloc_icntnr();
 +      if (c) {
 +              au_icntnr_init(c);
-+              c->vfs_inode.i_version = 1; /* sigen(sb); */
++              inode_set_iversion(&c->vfs_inode, 1); /* sigen(sb); */
 +              c->iinfo.ii_hinode = NULL;
 +              return &c->vfs_inode;
 +      }
@@ -29120,7 +29261,7 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +      if (!err)
 +              err = au_iinfo_init(inode);
 +      if (!err)
-+              inode->i_version++;
++              inode_inc_iversion(inode);
 +      else {
 +              iget_failed(inode);
 +              inode = ERR_PTR(err);
@@ -29290,8 +29431,12 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +} while (0)
 +
 +      sb = dentry->d_sb;
-+      if (sb->s_flags & MS_POSIXACL)
++      if (sb->s_flags & SB_POSIXACL)
 +              seq_puts(m, ",acl");
++#if 0
++      if (sb->s_flags & SB_I_VERSION)
++              seq_puts(m, ",i_version");
++#endif
 +
 +      /* lock free root dinfo */
 +      si_noflush_read_lock(sb);
@@ -29513,11 +29658,8 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +      struct au_sbinfo *sbinfo;
 +
 +      sbinfo = au_sbi(sb);
-+      if (!sbinfo)
-+              return;
-+
-+      dbgaufs_si_fin(sbinfo);
-+      kobject_put(&sbinfo->si_kobj);
++      if (sbinfo)
++              kobject_put(&sbinfo->si_kobj);
 +}
 +
 +/* ---------------------------------------------------------------------- */
@@ -29786,7 +29928,7 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +                      AuDebugOn(sbi->si_iop_array == aufs_iop);
 +                      sbi->si_iop_array = aufs_iop;
 +              }
-+              pr_info("reset to %pf and %pf\n",
++              pr_info("reset to %ps and %ps\n",
 +                      sb->s_d_op, sbi->si_iop_array);
 +      }
 +
@@ -29970,7 +30112,8 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +      sbinfo = au_sbi(sb);
 +
 +      /* all timestamps always follow the ones on the branch */
-+      sb->s_flags |= MS_NOATIME | MS_NODIRATIME;
++      sb->s_flags |= SB_NOATIME | SB_NODIRATIME;
++      sb->s_flags |= SB_I_VERSION; /* do we really need this? */
 +      sb->s_op = &aufs_sop;
 +      sb->s_d_op = &aufs_dop;
 +      sb->s_magic = AUFS_SUPER_MAGIC;
@@ -30005,7 +30148,7 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +      au_opts_free(&opts);
 +      if (!err && au_ftest_si(sbinfo, NO_DREVAL)) {
 +              sb->s_d_op = &aufs_dop_noreval;
-+              pr_info("%pf\n", sb->s_d_op);
++              pr_info("%ps\n", sb->s_d_op);
 +              au_refresh_dop(root, /*force_reval*/0);
 +              sbinfo->si_iop_array = aufs_iop_nogetattr;
 +              au_refresh_iop(inode, /*force_getattr*/0);
@@ -30019,7 +30162,6 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +      dput(root);
 +      sb->s_root = NULL;
 +out_info:
-+      dbgaufs_si_fin(sbinfo);
 +      kobject_put(&sbinfo->si_kobj);
 +      sb->s_fs_info = NULL;
 +out_opts:
@@ -30038,7 +30180,6 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +                               void *raw_data)
 +{
 +      struct dentry *root;
-+      struct super_block *sb;
 +
 +      /* all timestamps always follow the ones on the branch */
 +      /* mnt->mnt_flags |= MNT_NOATIME | MNT_NODIRATIME; */
@@ -30046,11 +30187,7 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +      if (IS_ERR(root))
 +              goto out;
 +
-+      sb = root->d_sb;
-+      si_write_lock(sb, !AuLock_FLUSH);
-+      sysaufs_brs_add(sb, 0);
-+      si_write_unlock(sb);
-+      au_sbilist_add(sb);
++      au_sbilist_add(root->d_sb);
 +
 +out:
 +      return root;
@@ -30093,10 +30230,11 @@ diff -urN /usr/share/empty/fs/aufs/super.c linux/fs/aufs/super.c
 +};
 diff -urN /usr/share/empty/fs/aufs/super.h linux/fs/aufs/super.h
 --- /usr/share/empty/fs/aufs/super.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/super.h      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,626 @@
++++ linux/fs/aufs/super.h      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,627 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -30301,7 +30439,7 @@ diff -urN /usr/share/empty/fs/aufs/super.h linux/fs/aufs/super.h
 +/*
 + * set true when refresh_dirs() failed at remount time.
 + * then try refreshing dirs at access time again.
-+ * if it is false, refreshing dirs at access time is unnecesary
++ * if it is false, refreshing dirs at access time is unnecessary
 + */
 +#define AuSi_FAILED_REFRESH_DIR       1
 +#define AuSi_FHSM             (1 << 1)        /* fhsm is active now */
@@ -30442,7 +30580,7 @@ diff -urN /usr/share/empty/fs/aufs/super.h linux/fs/aufs/super.h
 +void au_export_init(struct super_block *sb);
 +void au_xigen_inc(struct inode *inode);
 +int au_xigen_new(struct inode *inode);
-+int au_xigen_set(struct super_block *sb, struct file *base);
++int au_xigen_set(struct super_block *sb, struct path *path);
 +void au_xigen_clr(struct super_block *sb);
 +
 +static inline int au_busy_or_stale(void)
@@ -30456,7 +30594,7 @@ diff -urN /usr/share/empty/fs/aufs/super.h linux/fs/aufs/super.h
 +AuStubVoid(au_export_init, struct super_block *sb)
 +AuStubVoid(au_xigen_inc, struct inode *inode)
 +AuStubInt0(au_xigen_new, struct inode *inode)
-+AuStubInt0(au_xigen_set, struct super_block *sb, struct file *base)
++AuStubInt0(au_xigen_set, struct super_block *sb, struct path *path)
 +AuStubVoid(au_xigen_clr, struct super_block *sb)
 +AuStub(int, au_busy_or_stale, return -EBUSY, void)
 +#endif /* CONFIG_AUFS_EXPORT */
@@ -30723,10 +30861,11 @@ diff -urN /usr/share/empty/fs/aufs/super.h linux/fs/aufs/super.h
 +#endif /* __AUFS_SUPER_H__ */
 diff -urN /usr/share/empty/fs/aufs/sysaufs.c linux/fs/aufs/sysaufs.c
 --- /usr/share/empty/fs/aufs/sysaufs.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysaufs.c    2017-07-29 12:14:25.906375514 +0200
-@@ -0,0 +1,104 @@
++++ linux/fs/aufs/sysaufs.c    2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,93 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -30786,18 +30925,11 @@ diff -urN /usr/share/empty/fs/aufs/sysaufs.c linux/fs/aufs/sysaufs.c
 +              (&sbinfo->si_kobj, &au_sbi_ktype, /*&sysaufs_kset->kobj*/NULL,
 +               SysaufsSiNamePrefix "%lx", sysaufs_si_id(sbinfo));
 +
-+      dbgaufs_si_null(sbinfo);
-+      if (!err) {
-+              err = dbgaufs_si_init(sbinfo);
-+              if (unlikely(err))
-+                      kobject_put(&sbinfo->si_kobj);
-+      }
 +      return err;
 +}
 +
 +void sysaufs_fin(void)
 +{
-+      dbgaufs_fin();
 +      sysfs_remove_group(&sysaufs_kset->kobj, sysaufs_attr_group);
 +      kset_unregister(sysaufs_kset);
 +}
@@ -30818,23 +30950,19 @@ diff -urN /usr/share/empty/fs/aufs/sysaufs.c linux/fs/aufs/sysaufs.c
 +      if (IS_ERR(sysaufs_kset))
 +              goto out;
 +      err = sysfs_create_group(&sysaufs_kset->kobj, sysaufs_attr_group);
-+      if (unlikely(err)) {
++      if (unlikely(err))
 +              kset_unregister(sysaufs_kset);
-+              goto out;
-+      }
 +
-+      err = dbgaufs_init();
-+      if (unlikely(err))
-+              sysaufs_fin();
 +out:
 +      return err;
 +}
 diff -urN /usr/share/empty/fs/aufs/sysaufs.h linux/fs/aufs/sysaufs.h
 --- /usr/share/empty/fs/aufs/sysaufs.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysaufs.h    2017-07-29 12:14:25.906375514 +0200
-@@ -0,0 +1,101 @@
++++ linux/fs/aufs/sysaufs.h    2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,102 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -30936,10 +31064,11 @@ diff -urN /usr/share/empty/fs/aufs/sysaufs.h linux/fs/aufs/sysaufs.h
 +#endif /* __SYSAUFS_H__ */
 diff -urN /usr/share/empty/fs/aufs/sysfs.c linux/fs/aufs/sysfs.c
 --- /usr/share/empty/fs/aufs/sysfs.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysfs.c      2017-11-12 22:24:42.274176929 +0100
-@@ -0,0 +1,376 @@
++++ linux/fs/aufs/sysfs.c      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,373 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -31253,7 +31382,7 @@ diff -urN /usr/share/empty/fs/aufs/sysfs.c linux/fs/aufs/sysfs.c
 +              attr = &br_sysfs->attr;
 +              sysfs_attr_init(attr);
 +              attr->name = br_sysfs->name;
-+              attr->mode = S_IRUGO;
++              attr->mode = 0444;
 +              br_sysfs++;
 +      }
 +}
@@ -31266,8 +31395,6 @@ diff -urN /usr/share/empty/fs/aufs/sysfs.c linux/fs/aufs/sysfs.c
 +      int i;
 +      aufs_bindex_t bbot;
 +
-+      dbgaufs_brs_del(sb, bindex);
-+
 +      if (!sysaufs_brs)
 +              return;
 +
@@ -31291,8 +31418,6 @@ diff -urN /usr/share/empty/fs/aufs/sysfs.c linux/fs/aufs/sysfs.c
 +      struct au_branch *br;
 +      struct au_brsysfs *br_sysfs;
 +
-+      dbgaufs_brs_add(sb, bindex);
-+
 +      if (!sysaufs_brs)
 +              return;
 +
@@ -31316,10 +31441,11 @@ diff -urN /usr/share/empty/fs/aufs/sysfs.c linux/fs/aufs/sysfs.c
 +}
 diff -urN /usr/share/empty/fs/aufs/sysrq.c linux/fs/aufs/sysrq.c
 --- /usr/share/empty/fs/aufs/sysrq.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/sysrq.c      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,159 @@
++++ linux/fs/aufs/sysrq.c      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,160 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -31430,7 +31556,7 @@ diff -urN /usr/share/empty/fs/aufs/sysrq.c linux/fs/aufs/sysrq.c
 +
 +/* module parameter */
 +static char *aufs_sysrq_key = "a";
-+module_param_named(sysrq, aufs_sysrq_key, charp, S_IRUGO);
++module_param_named(sysrq, aufs_sysrq_key, charp, 0444);
 +MODULE_PARM_DESC(sysrq, "MagicSysRq key for " AUFS_NAME);
 +
 +static void au_sysrq(int key __maybe_unused)
@@ -31479,10 +31605,11 @@ diff -urN /usr/share/empty/fs/aufs/sysrq.c linux/fs/aufs/sysrq.c
 +}
 diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
 --- /usr/share/empty/fs/aufs/vdir.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/vdir.c       2017-11-12 22:24:42.274176929 +0100
-@@ -0,0 +1,892 @@
++++ linux/fs/aufs/vdir.c       2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,894 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -32138,7 +32265,7 @@ diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
 +              err = 0;
 +              allocated = vdir;
 +      } else if (may_read
-+                 && (inode->i_version != vdir->vd_version
++                 && (!inode_eq_iversion(inode, vdir->vd_version)
 +                     || time_after(jiffies, vdir->vd_jiffy + expire))) {
 +              do_read = 1;
 +              err = reinit_vdir(vdir);
@@ -32154,7 +32281,7 @@ diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
 +      err = au_do_read_vdir(&arg);
 +      if (!err) {
 +              /* file->f_pos = 0; */ /* todo: ctx->pos? */
-+              vdir->vd_version = inode->i_version;
++              vdir->vd_version = inode_query_iversion(inode);
 +              vdir->vd_last.ul = 0;
 +              vdir->vd_last.p.deblk = vdir->vd_deblk[0];
 +              if (allocated)
@@ -32251,7 +32378,7 @@ diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
 +      inode = file_inode(file);
 +      err = copy_vdir(vdir_cache, au_ivdir(inode));
 +      if (!err) {
-+              file->f_version = inode->i_version;
++              file->f_version = inode_query_iversion(inode);
 +              if (allocated)
 +                      au_set_fvdir_cache(file, allocated);
 +      } else if (allocated)
@@ -32324,7 +32451,8 @@ diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
 +
 +out:
 +      /* smp_mb(); */
-+      AuTraceErr(!valid);
++      if (!valid)
++              AuDbg("valid %d\n", !valid);
 +      return valid;
 +}
 +
@@ -32375,10 +32503,11 @@ diff -urN /usr/share/empty/fs/aufs/vdir.c linux/fs/aufs/vdir.c
 +}
 diff -urN /usr/share/empty/fs/aufs/vfsub.c linux/fs/aufs/vfsub.c
 --- /usr/share/empty/fs/aufs/vfsub.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/vfsub.c      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,894 @@
++++ linux/fs/aufs/vfsub.c      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,895 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -32964,7 +33093,7 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.c linux/fs/aufs/vfsub.c
 +{
 +      int err;
 +
-+      AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos);
++      AuDbg("%pD, ctx{%ps, %llu}\n", file, ctx->actor, ctx->pos);
 +
 +      lockdep_off();
 +      err = iterate_dir(file, ctx);
@@ -33273,10 +33402,11 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.c linux/fs/aufs/vfsub.c
 +}
 diff -urN /usr/share/empty/fs/aufs/vfsub.h linux/fs/aufs/vfsub.h
 --- /usr/share/empty/fs/aufs/vfsub.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/vfsub.h      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,360 @@
++++ linux/fs/aufs/vfsub.h      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,355 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -33302,6 +33432,7 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.h linux/fs/aufs/vfsub.h
 +#ifdef __KERNEL__
 +
 +#include <linux/fs.h>
++#include <linux/iversion.h>
 +#include <linux/mount.h>
 +#include <linux/posix_acl.h>
 +#include <linux/xattr.h>
@@ -33331,13 +33462,6 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.h linux/fs/aufs/vfsub.h
 +#define MtxMustLock(mtx)      AuDebugOn(!mutex_is_locked(mtx))
 +#define IMustLock(i)          AuDebugOn(!inode_is_locked(i))
 +
-+/* why VFS doesn't define it? */
-+static inline
-+void vfsub_inode_lock_shared_nested(struct inode *inode, unsigned int sc)
-+{
-+      down_read_nested(&inode->i_rwsem, sc);
-+}
-+
 +/* ---------------------------------------------------------------------- */
 +
 +static inline void vfsub_drop_nlink(struct inode *inode)
@@ -33509,8 +33633,8 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.h linux/fs/aufs/vfsub.h
 +}
 +#endif
 +
-+static inline int vfsub_update_time(struct inode *h_inode, struct timespec *ts,
-+                                  int flags)
++static inline int vfsub_update_time(struct inode *h_inode,
++                                  struct timespec64 *ts, int flags)
 +{
 +      return update_time(h_inode, ts, flags);
 +      /* no vfsub_update_h_iattr() since we don't have struct path */
@@ -33637,10 +33761,11 @@ diff -urN /usr/share/empty/fs/aufs/vfsub.h linux/fs/aufs/vfsub.h
 +#endif /* __AUFS_VFSUB_H__ */
 diff -urN /usr/share/empty/fs/aufs/wbr_policy.c linux/fs/aufs/wbr_policy.c
 --- /usr/share/empty/fs/aufs/wbr_policy.c      1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/wbr_policy.c 2017-11-12 22:24:42.274176929 +0100
++++ linux/fs/aufs/wbr_policy.c 2018-08-12 23:43:05.463458173 +0200
 @@ -0,0 +1,830 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -33767,8 +33892,7 @@ diff -urN /usr/share/empty/fs/aufs/wbr_policy.c linux/fs/aufs/wbr_policy.c
 +              goto out;
 +      h_path.dentry = au_h_dptr(dentry, bdst);
 +      h_path.mnt = au_sbr_mnt(dentry->d_sb, bdst);
-+      err = vfsub_sio_mkdir(au_h_iptr(dir, bdst), &h_path,
-+                            S_IRWXU | S_IRUGO | S_IXUGO);
++      err = vfsub_sio_mkdir(au_h_iptr(dir, bdst), &h_path, 0755);
 +      if (unlikely(err))
 +              goto out_put;
 +      au_fset_cpdown(*flags, MADE_DIR);
@@ -34471,10 +34595,11 @@ diff -urN /usr/share/empty/fs/aufs/wbr_policy.c linux/fs/aufs/wbr_policy.c
 +};
 diff -urN /usr/share/empty/fs/aufs/whout.c linux/fs/aufs/whout.c
 --- /usr/share/empty/fs/aufs/whout.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/whout.c      2017-11-12 22:24:42.274176929 +0100
-@@ -0,0 +1,1061 @@
++++ linux/fs/aufs/whout.c      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,1062 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -34496,7 +34621,7 @@ diff -urN /usr/share/empty/fs/aufs/whout.c linux/fs/aufs/whout.c
 +
 +#include "aufs.h"
 +
-+#define WH_MASK                       S_IRUGO
++#define WH_MASK                       0444
 +
 +/*
 + * If a directory contains this file, then it is opaque.  We start with the
@@ -34789,10 +34914,10 @@ diff -urN /usr/share/empty/fs/aufs/whout.c linux/fs/aufs/whout.c
 +
 +      err = -EEXIST;
 +      if (d_is_negative(path->dentry)) {
-+              int mode = S_IRWXU;
++              int mode = 0700;
 +
 +              if (au_test_nfs(path->dentry->d_sb))
-+                      mode |= S_IXUGO;
++                      mode |= 0111;
 +              err = vfsub_mkdir(h_dir, path, mode);
 +      } else if (d_is_dir(path->dentry))
 +              err = 0;
@@ -35536,10 +35661,11 @@ diff -urN /usr/share/empty/fs/aufs/whout.c linux/fs/aufs/whout.c
 +}
 diff -urN /usr/share/empty/fs/aufs/whout.h linux/fs/aufs/whout.h
 --- /usr/share/empty/fs/aufs/whout.h   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/whout.h      2017-09-05 10:42:11.058755349 +0200
-@@ -0,0 +1,85 @@
++++ linux/fs/aufs/whout.h      2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,86 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -35625,10 +35751,11 @@ diff -urN /usr/share/empty/fs/aufs/whout.h linux/fs/aufs/whout.h
 +#endif /* __AUFS_WHOUT_H__ */
 diff -urN /usr/share/empty/fs/aufs/wkq.c linux/fs/aufs/wkq.c
 --- /usr/share/empty/fs/aufs/wkq.c     1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/wkq.c        2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,390 @@
++++ linux/fs/aufs/wkq.c        2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,391 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -36019,10 +36146,11 @@ diff -urN /usr/share/empty/fs/aufs/wkq.c linux/fs/aufs/wkq.c
 +}
 diff -urN /usr/share/empty/fs/aufs/wkq.h linux/fs/aufs/wkq.h
 --- /usr/share/empty/fs/aufs/wkq.h     1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/wkq.h        2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,93 @@
++++ linux/fs/aufs/wkq.h        2018-08-12 23:43:05.463458173 +0200
+@@ -0,0 +1,94 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -36116,10 +36244,11 @@ diff -urN /usr/share/empty/fs/aufs/wkq.h linux/fs/aufs/wkq.h
 +#endif /* __AUFS_WKQ_H__ */
 diff -urN /usr/share/empty/fs/aufs/xattr.c linux/fs/aufs/xattr.c
 --- /usr/share/empty/fs/aufs/xattr.c   1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/xattr.c      2017-11-12 22:24:44.707577830 +0100
-@@ -0,0 +1,355 @@
++++ linux/fs/aufs/xattr.c      2018-08-12 23:43:05.466791610 +0200
+@@ -0,0 +1,356 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2014-2017 Junjiro R. Okajima
++ * Copyright (C) 2014-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -36236,7 +36365,7 @@ diff -urN /usr/share/empty/fs/aufs/xattr.c linux/fs/aufs/xattr.c
 +      h_isrc = d_inode(h_src);
 +      h_idst = d_inode(h_dst);
 +      inode_unlock(h_idst);
-+      vfsub_inode_lock_shared_nested(h_isrc, AuLsc_I_CHILD);
++      inode_lock_shared_nested(h_isrc, AuLsc_I_CHILD);
 +      inode_lock_nested(h_idst, AuLsc_I_CHILD2);
 +      unlocked = 0;
 +
@@ -36475,10 +36604,11 @@ diff -urN /usr/share/empty/fs/aufs/xattr.c linux/fs/aufs/xattr.c
 +}
 diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 --- /usr/share/empty/fs/aufs/xino.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux/fs/aufs/xino.c       2017-11-12 22:24:44.710911257 +0100
-@@ -0,0 +1,1418 @@
++++ linux/fs/aufs/xino.c       2018-08-12 23:43:05.466791610 +0200
+@@ -0,0 +1,1593 @@
++// SPDX-License-Identifier: GPL-2.0
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -36496,226 +36626,93 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +
 +/*
 + * external inode number translation table and bitmap
++ *
++ * things to consider
++ * - the lifetime
++ *   + au_xino object
++ *   + XINO files (xino, xib, xigen)
++ *   + dynamic debugfs entries (xiN)
++ *   + static debugfs entries (xib, xigen)
++ *   + static sysfs entry (xi_path)
++ * - several entry points to handle them.
++ *   + mount(2) without xino option (default)
++ *   + mount(2) with xino option
++ *   + mount(2) with noxino option
++ *   + umount(2)
++ *   + remount with add/del branches
++ *   + remount with xino/noxino options
 + */
 +
 +#include <linux/seq_file.h>
 +#include <linux/statfs.h>
 +#include "aufs.h"
 +
-+/* todo: unnecessary to support mmap_sem since kernel-space? */
-+ssize_t xino_fread(vfs_readf_t func, struct file *file, void *kbuf, size_t size,
-+                 loff_t *pos)
++static aufs_bindex_t sbr_find_shared(struct super_block *sb, aufs_bindex_t btop,
++                                   aufs_bindex_t bbot,
++                                   struct super_block *h_sb)
 +{
-+      ssize_t err;
-+      mm_segment_t oldfs;
-+      union {
-+              void *k;
-+              char __user *u;
-+      } buf;
-+
-+      buf.k = kbuf;
-+      oldfs = get_fs();
-+      set_fs(KERNEL_DS);
-+      do {
-+              /* todo: signal_pending? */
-+              err = func(file, buf.u, size, pos);
-+      } while (err == -EAGAIN || err == -EINTR);
-+      set_fs(oldfs);
-+
-+#if 0 /* reserved for future use */
-+      if (err > 0)
-+              fsnotify_access(file->f_path.dentry);
-+#endif
-+
-+      return err;
-+}
-+
-+/* ---------------------------------------------------------------------- */
-+
-+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf,
-+                             size_t size, loff_t *pos);
-+
-+static ssize_t do_xino_fwrite(vfs_writef_t func, struct file *file, void *kbuf,
-+                            size_t size, loff_t *pos)
-+{
-+      ssize_t err;
-+      mm_segment_t oldfs;
-+      union {
-+              void *k;
-+              const char __user *u;
-+      } buf;
-+      int i;
-+      const int prevent_endless = 10;
-+
-+      i = 0;
-+      buf.k = kbuf;
-+      oldfs = get_fs();
-+      set_fs(KERNEL_DS);
-+      do {
-+              err = func(file, buf.u, size, pos);
-+              if (err == -EINTR
-+                  && !au_wkq_test()
-+                  && fatal_signal_pending(current)) {
-+                      set_fs(oldfs);
-+                      err = xino_fwrite_wkq(func, file, kbuf, size, pos);
-+                      BUG_ON(err == -EINTR);
-+                      oldfs = get_fs();
-+                      set_fs(KERNEL_DS);
-+              }
-+      } while (i++ < prevent_endless
-+               && (err == -EAGAIN || err == -EINTR));
-+      set_fs(oldfs);
-+
-+#if 0 /* reserved for future use */
-+      if (err > 0)
-+              fsnotify_modify(file->f_path.dentry);
-+#endif
-+
-+      return err;
-+}
-+
-+struct do_xino_fwrite_args {
-+      ssize_t *errp;
-+      vfs_writef_t func;
-+      struct file *file;
-+      void *buf;
-+      size_t size;
-+      loff_t *pos;
-+};
-+
-+static void call_do_xino_fwrite(void *args)
-+{
-+      struct do_xino_fwrite_args *a = args;
-+      *a->errp = do_xino_fwrite(a->func, a->file, a->buf, a->size, a->pos);
-+}
-+
-+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf,
-+                             size_t size, loff_t *pos)
-+{
-+      ssize_t err;
-+      int wkq_err;
-+      struct do_xino_fwrite_args args = {
-+              .errp   = &err,
-+              .func   = func,
-+              .file   = file,
-+              .buf    = buf,
-+              .size   = size,
-+              .pos    = pos
-+      };
-+
-+      /*
-+       * it breaks RLIMIT_FSIZE and normal user's limit,
-+       * users should care about quota and real 'filesystem full.'
-+       */
-+      wkq_err = au_wkq_wait(call_do_xino_fwrite, &args);
-+      if (unlikely(wkq_err))
-+              err = wkq_err;
-+
-+      return err;
++      /* todo: try binary-search if the branches are many */
++      for (; btop <= bbot; btop++)
++              if (h_sb == au_sbr_sb(sb, btop))
++                      return btop;
++      return -1;
 +}
 +
-+ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf,
-+                  size_t size, loff_t *pos)
++/*
++ * find another branch who is on the same filesystem of the specified
++ * branch{@btgt}. search until @bbot.
++ */
++static aufs_bindex_t is_sb_shared(struct super_block *sb, aufs_bindex_t btgt,
++                                aufs_bindex_t bbot)
 +{
-+      ssize_t err;
++      aufs_bindex_t bindex;
++      struct super_block *tgt_sb;
 +
-+      if (rlimit(RLIMIT_FSIZE) == RLIM_INFINITY) {
-+              lockdep_off();
-+              err = do_xino_fwrite(func, file, buf, size, pos);
-+              lockdep_on();
-+      } else {
-+              lockdep_off();
-+              err = xino_fwrite_wkq(func, file, buf, size, pos);
-+              lockdep_on();
-+      }
++      tgt_sb = au_sbr_sb(sb, btgt);
++      bindex = sbr_find_shared(sb, /*btop*/0, btgt - 1, tgt_sb);
++      if (bindex < 0)
++              bindex = sbr_find_shared(sb, btgt + 1, bbot, tgt_sb);
 +
-+      return err;
++      return bindex;
 +}
 +
 +/* ---------------------------------------------------------------------- */
 +
 +/*
-+ * create a new xinofile at the same place/path as @base_file.
++ * stop unnecessary notify events at creating xino files
 + */
-+struct file *au_xino_create2(struct file *base_file, struct file *copy_src)
++struct au_xino_lock_dir {
++      struct au_hinode *hdir;
++      struct dentry *parent;
++      struct inode *dir;
++};
++
++static struct dentry *au_dget_parent_lock(struct dentry *dentry,
++                                        unsigned int lsc)
 +{
-+      struct file *file;
-+      struct dentry *base, *parent;
-+      struct inode *dir, *delegated;
-+      struct qstr *name;
-+      struct path path;
-+      int err;
++      struct dentry *parent;
++      struct inode *dir;
 +
-+      base = base_file->f_path.dentry;
-+      parent = base->d_parent; /* dir inode is locked */
++      parent = dget_parent(dentry);
 +      dir = d_inode(parent);
-+      IMustLock(dir);
-+
-+      file = ERR_PTR(-EINVAL);
-+      name = &base->d_name;
-+      path.dentry = vfsub_lookup_one_len(name->name, parent, name->len);
-+      if (IS_ERR(path.dentry)) {
-+              file = (void *)path.dentry;
-+              pr_err("%pd lookup err %ld\n",
-+                     base, PTR_ERR(path.dentry));
++      inode_lock_nested(dir, lsc);
++#if 0 /* it should not happen */
++      spin_lock(&dentry->d_lock);
++      if (unlikely(dentry->d_parent != parent)) {
++              spin_unlock(&dentry->d_lock);
++              inode_unlock(dir);
++              dput(parent);
++              parent = NULL;
 +              goto out;
 +      }
++      spin_unlock(&dentry->d_lock);
 +
-+      /* no need to mnt_want_write() since we call dentry_open() later */
-+      err = vfs_create(dir, path.dentry, S_IRUGO | S_IWUGO, NULL);
-+      if (unlikely(err)) {
-+              file = ERR_PTR(err);
-+              pr_err("%pd create err %d\n", base, err);
-+              goto out_dput;
-+      }
-+
-+      path.mnt = base_file->f_path.mnt;
-+      file = vfsub_dentry_open(&path,
-+                               O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE
-+                               /* | __FMODE_NONOTIFY */);
-+      if (IS_ERR(file)) {
-+              pr_err("%pd open err %ld\n", base, PTR_ERR(file));
-+              goto out_dput;
-+      }
-+
-+      delegated = NULL;
-+      err = vfsub_unlink(dir, &file->f_path, &delegated, /*force*/0);
-+      if (unlikely(err == -EWOULDBLOCK)) {
-+              pr_warn("cannot retry for NFSv4 delegation"
-+                      " for an internal unlink\n");
-+              iput(delegated);
-+      }
-+      if (unlikely(err)) {
-+              pr_err("%pd unlink err %d\n", base, err);
-+              goto out_fput;
-+      }
-+
-+      if (copy_src) {
-+              /* no one can touch copy_src xino */
-+              err = au_copy_file(file, copy_src, vfsub_f_size_read(copy_src));
-+              if (unlikely(err)) {
-+                      pr_err("%pd copy err %d\n", base, err);
-+                      goto out_fput;
-+              }
-+      }
-+      goto out_dput; /* success */
-+
-+out_fput:
-+      fput(file);
-+      file = ERR_PTR(err);
-+out_dput:
-+      dput(path.dentry);
 +out:
-+      return file;
++#endif
++      return parent;
 +}
 +
-+struct au_xino_lock_dir {
-+      struct au_hinode *hdir;
-+      struct dentry *parent;
-+      struct inode *dir;
-+};
-+
-+static void au_xino_lock_dir(struct super_block *sb, struct file *xino,
++static void au_xino_lock_dir(struct super_block *sb, struct path *xipath,
 +                           struct au_xino_lock_dir *ldir)
 +{
 +      aufs_bindex_t brid, bindex;
@@ -36726,12 +36723,14 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      if (brid >= 0)
 +              bindex = au_br_index(sb, brid);
 +      if (bindex >= 0) {
++              /* rw branch root */
 +              ldir->hdir = au_hi(d_inode(sb->s_root), bindex);
 +              au_hn_inode_lock_nested(ldir->hdir, AuLsc_I_PARENT);
 +      } else {
-+              ldir->parent = dget_parent(xino->f_path.dentry);
++              /* other */
++              ldir->parent = au_dget_parent_lock(xipath->dentry,
++                                                 AuLsc_I_PARENT);
 +              ldir->dir = d_inode(ldir->parent);
-+              inode_lock_nested(ldir->dir, AuLsc_I_PARENT);
 +      }
 +}
 +
@@ -36747,19 +36746,165 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +
 +/* ---------------------------------------------------------------------- */
 +
-+/* trucate xino files asynchronously */
++/*
++ * create and set a new xino file
++ */
++struct file *au_xino_create(struct super_block *sb, char *fpath, int silent)
++{
++      struct file *file;
++      struct dentry *h_parent, *d;
++      struct inode *h_dir, *inode;
++      int err;
++
++      /*
++       * at mount-time, and the xino file is the default path,
++       * hnotify is disabled so we have no notify events to ignore.
++       * when a user specified the xino, we cannot get au_hdir to be ignored.
++       */
++      file = vfsub_filp_open(fpath, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE
++                             /* | __FMODE_NONOTIFY */,
++                             0666);
++      if (IS_ERR(file)) {
++              if (!silent)
++                      pr_err("open %s(%ld)\n", fpath, PTR_ERR(file));
++              return file;
++      }
++
++      /* keep file count */
++      err = 0;
++      d = file->f_path.dentry;
++      h_parent = au_dget_parent_lock(d, AuLsc_I_PARENT);
++      /* mnt_want_write() is unnecessary here */
++      h_dir = d_inode(h_parent);
++      inode = file_inode(file);
++      /* no delegation since it is just created */
++      if (inode->i_nlink)
++              err = vfsub_unlink(h_dir, &file->f_path, /*delegated*/NULL,
++                                 /*force*/0);
++      inode_unlock(h_dir);
++      dput(h_parent);
++      if (unlikely(err)) {
++              if (!silent)
++                      pr_err("unlink %s(%d)\n", fpath, err);
++              goto out;
++      }
++
++      err = -EINVAL;
++      if (unlikely(sb == d->d_sb)) {
++              if (!silent)
++                      pr_err("%s must be outside\n", fpath);
++              goto out;
++      }
++      if (unlikely(au_test_fs_bad_xino(d->d_sb))) {
++              if (!silent)
++                      pr_err("xino doesn't support %s(%s)\n",
++                             fpath, au_sbtype(d->d_sb));
++              goto out;
++      }
++      return file; /* success */
++
++out:
++      fput(file);
++      file = ERR_PTR(err);
++      return file;
++}
++
++/*
++ * create a new xinofile at the same place/path as @base.
++ */
++struct file *au_xino_create2(struct super_block *sb, struct path *base,
++                           struct file *copy_src)
++{
++      struct file *file;
++      struct dentry *dentry, *parent;
++      struct inode *dir, *delegated;
++      struct qstr *name;
++      struct path path;
++      int err, do_unlock;
++      struct au_xino_lock_dir ldir;
++
++      do_unlock = 1;
++      au_xino_lock_dir(sb, base, &ldir);
++      dentry = base->dentry;
++      parent = dentry->d_parent; /* dir inode is locked */
++      dir = d_inode(parent);
++      IMustLock(dir);
++
++      name = &dentry->d_name;
++      path.dentry = vfsub_lookup_one_len(name->name, parent, name->len);
++      if (IS_ERR(path.dentry)) {
++              file = (void *)path.dentry;
++              pr_err("%pd lookup err %ld\n", dentry, PTR_ERR(path.dentry));
++              goto out;
++      }
++
++      /* no need to mnt_want_write() since we call dentry_open() later */
++      err = vfs_create(dir, path.dentry, 0666, NULL);
++      if (unlikely(err)) {
++              file = ERR_PTR(err);
++              pr_err("%pd create err %d\n", dentry, err);
++              goto out_dput;
++      }
++
++      path.mnt = base->mnt;
++      file = vfsub_dentry_open(&path,
++                               O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE
++                               /* | __FMODE_NONOTIFY */);
++      if (IS_ERR(file)) {
++              pr_err("%pd open err %ld\n", dentry, PTR_ERR(file));
++              goto out_dput;
++      }
 +
++      delegated = NULL;
++      err = vfsub_unlink(dir, &file->f_path, &delegated, /*force*/0);
++      au_xino_unlock_dir(&ldir);
++      do_unlock = 0;
++      if (unlikely(err == -EWOULDBLOCK)) {
++              pr_warn("cannot retry for NFSv4 delegation"
++                      " for an internal unlink\n");
++              iput(delegated);
++      }
++      if (unlikely(err)) {
++              pr_err("%pd unlink err %d\n", dentry, err);
++              goto out_fput;
++      }
++
++      if (copy_src) {
++              /* no one can touch copy_src xino */
++              err = au_copy_file(file, copy_src, vfsub_f_size_read(copy_src));
++              if (unlikely(err)) {
++                      pr_err("%pd copy err %d\n", dentry, err);
++                      goto out_fput;
++              }
++      }
++      goto out_dput; /* success */
++
++out_fput:
++      fput(file);
++      file = ERR_PTR(err);
++out_dput:
++      dput(path.dentry);
++out:
++      if (do_unlock)
++              au_xino_unlock_dir(&ldir);
++      return file;
++}
++
++/* ---------------------------------------------------------------------- */
++
++/*
++ * truncate xino files
++ */
 +int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex)
 +{
 +      int err;
 +      unsigned long jiffy;
 +      blkcnt_t blocks;
-+      aufs_bindex_t bi, bbot;
++      aufs_bindex_t bbot;
 +      struct kstatfs *st;
 +      struct au_branch *br;
 +      struct file *new_xino, *file;
-+      struct super_block *h_sb;
-+      struct au_xino_lock_dir ldir;
++      struct path *path;
 +
 +      err = -ENOMEM;
 +      st = kmalloc(sizeof(*st), GFP_NOFS);
@@ -36771,11 +36916,12 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      if (unlikely(bindex < 0 || bbot < bindex))
 +              goto out_st;
 +      br = au_sbr(sb, bindex);
-+      file = br->br_xino.xi_file;
++      file = au_xino_file(br);
 +      if (!file)
 +              goto out_st;
 +
-+      err = vfs_statfs(&file->f_path, st);
++      path = &file->f_path;
++      err = vfs_statfs(path, st);
 +      if (unlikely(err))
 +              AuErr1("statfs err %d, ignored\n", err);
 +      jiffy = jiffies;
@@ -36783,31 +36929,14 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      pr_info("begin truncating xino(b%d), ib%llu, %llu/%llu free blks\n",
 +              bindex, (u64)blocks, st->f_bfree, st->f_blocks);
 +
-+      au_xino_lock_dir(sb, file, &ldir);
-+      /* mnt_want_write() is unnecessary here */
-+      new_xino = au_xino_create2(file, file);
-+      au_xino_unlock_dir(&ldir);
++      new_xino = au_xino_create2(sb, path, file);
 +      err = PTR_ERR(new_xino);
 +      if (IS_ERR(new_xino)) {
 +              pr_err("err %d, ignored\n", err);
 +              goto out_st;
 +      }
 +      err = 0;
-+      fput(file);
-+      br->br_xino.xi_file = new_xino;
-+
-+      h_sb = au_br_sb(br);
-+      for (bi = 0; bi <= bbot; bi++) {
-+              if (unlikely(bi == bindex))
-+                      continue;
-+              br = au_sbr(sb, bi);
-+              if (au_br_sb(br) != h_sb)
-+                      continue;
-+
-+              fput(br->br_xino.xi_file);
-+              br->br_xino.xi_file = new_xino;
-+              get_file(new_xino);
-+      }
++      au_xino_file_set(br, new_xino);
 +
 +      err = vfs_statfs(&new_xino->f_path, st);
 +      if (!err) {
@@ -36818,6 +36947,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +                      au_sbi(sb)->si_xino_jiffy = jiffy;
 +      } else
 +              AuErr1("statfs err %d, ignored\n", err);
++      fput(new_xino);
 +
 +out_st:
 +      kfree(st);
@@ -36851,7 +36981,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      ii_read_unlock(dir);
 +      if (unlikely(err))
 +              pr_warn("err b%d, (%d)\n", bindex, err);
-+      atomic_dec(&br->br_xino_running);
++      atomic_dec(&br->br_xino->xi_truncating);
 +      au_br_put(br);
 +      si_write_unlock(sb);
 +      au_nwt_done(&au_sbi(sb)->si_nowait);
@@ -36863,6 +36993,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      int err;
 +      struct kstatfs st;
 +      struct au_sbinfo *sbinfo;
++      struct file *file;
 +
 +      /* todo: si_xino_expire and the ratio should be customizable */
 +      sbinfo = au_sbi(sb);
@@ -36871,7 +37002,9 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +              return 0;
 +
 +      /* truncation border */
-+      err = vfs_statfs(&br->br_xino.xi_file->f_path, &st);
++      file = au_xino_file(br);
++      AuDebugOn(!file);
++      err = vfs_statfs(&file->f_path, &st);
 +      if (unlikely(err)) {
 +              AuErr1("statfs err %d, ignored\n", err);
 +              return 0;
@@ -36890,7 +37023,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      if (!xino_trunc_test(sb, br))
 +              return;
 +
-+      if (atomic_inc_return(&br->br_xino_running) > 1)
++      if (atomic_inc_return(&br->br_xino->xi_truncating) > 1)
 +              goto out;
 +
 +      /* lock and kfree() will be called in trunc_xino() */
@@ -36912,11 +37045,56 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      kfree(args);
 +
 +out:
-+      atomic_dec(&br->br_xino_running);
++      atomic_dec(&br->br_xino->xi_truncating);
 +}
 +
 +/* ---------------------------------------------------------------------- */
 +
++/*
++ * read @ino from xinofile for the specified branch{@sb, @bindex}
++ * at the position of @h_ino.
++ */
++int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
++               ino_t *ino)
++{
++      int err;
++      ssize_t sz;
++      loff_t pos;
++      struct au_branch *br;
++      struct file *file;
++      struct au_sbinfo *sbinfo;
++
++      *ino = 0;
++      if (!au_opt_test(au_mntflags(sb), XINO))
++              return 0; /* no xino */
++
++      err = 0;
++      sbinfo = au_sbi(sb);
++      pos = h_ino;
++      if (unlikely(au_loff_max / sizeof(*ino) - 1 < pos)) {
++              AuIOErr1("too large hi%lu\n", (unsigned long)h_ino);
++              return -EFBIG;
++      }
++      pos *= sizeof(*ino);
++
++      br = au_sbr(sb, bindex);
++      file = au_xino_file(br);
++      if (vfsub_f_size_read(file) < pos + sizeof(*ino))
++              return 0; /* no ino */
++
++      sz = xino_fread(sbinfo->si_xread, file, ino, sizeof(*ino), &pos);
++      if (sz == sizeof(*ino))
++              return 0; /* success */
++
++      err = sz;
++      if (unlikely(sz >= 0)) {
++              err = -EIO;
++              AuIOErr("xino read error (%zd)\n", sz);
++      }
++
++      return err;
++}
++
 +static int au_xino_do_write(vfs_writef_t write, struct file *file,
 +                          ino_t h_ino, ino_t ino)
 +{
@@ -36960,8 +37138,8 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +              return 0;
 +
 +      br = au_sbr(sb, bindex);
-+      err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file,
-+                             h_ino, ino);
++      err = au_xino_do_write(au_sbi(sb)->si_xwrite, au_xino_file(br), h_ino,
++                             ino);
 +      if (!err) {
 +              if (au_opt_test(mnt_flags, TRUNC_XINO)
 +                  && au_test_fs_trunc_xino(au_br_sb(br)))
@@ -36973,10 +37151,190 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      return -EIO;
 +}
 +
-+/* ---------------------------------------------------------------------- */
++static ssize_t xino_fread_wkq(vfs_readf_t func, struct file *file, void *buf,
++                            size_t size, loff_t *pos);
++
++/* todo: unnecessary to support mmap_sem since kernel-space? */
++ssize_t xino_fread(vfs_readf_t func, struct file *file, void *kbuf, size_t size,
++                 loff_t *pos)
++{
++      ssize_t err;
++      mm_segment_t oldfs;
++      union {
++              void *k;
++              char __user *u;
++      } buf;
++      int i;
++      const int prevent_endless = 10;
++
++      i = 0;
++      buf.k = kbuf;
++      oldfs = get_fs();
++      set_fs(KERNEL_DS);
++      do {
++              err = func(file, buf.u, size, pos);
++              if (err == -EINTR
++                  && !au_wkq_test()
++                  && fatal_signal_pending(current)) {
++                      set_fs(oldfs);
++                      err = xino_fread_wkq(func, file, kbuf, size, pos);
++                      BUG_ON(err == -EINTR);
++                      oldfs = get_fs();
++                      set_fs(KERNEL_DS);
++              }
++      } while (i++ < prevent_endless
++               && (err == -EAGAIN || err == -EINTR));
++      set_fs(oldfs);
++
++#if 0 /* reserved for future use */
++      if (err > 0)
++              fsnotify_access(file->f_path.dentry);
++#endif
++
++      return err;
++}
++
++struct xino_fread_args {
++      ssize_t *errp;
++      vfs_readf_t func;
++      struct file *file;
++      void *buf;
++      size_t size;
++      loff_t *pos;
++};
++
++static void call_xino_fread(void *args)
++{
++      struct xino_fread_args *a = args;
++      *a->errp = xino_fread(a->func, a->file, a->buf, a->size, a->pos);
++}
++
++static ssize_t xino_fread_wkq(vfs_readf_t func, struct file *file, void *buf,
++                            size_t size, loff_t *pos)
++{
++      ssize_t err;
++      int wkq_err;
++      struct xino_fread_args args = {
++              .errp   = &err,
++              .func   = func,
++              .file   = file,
++              .buf    = buf,
++              .size   = size,
++              .pos    = pos
++      };
++
++      wkq_err = au_wkq_wait(call_xino_fread, &args);
++      if (unlikely(wkq_err))
++              err = wkq_err;
++
++      return err;
++}
++
++static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf,
++                             size_t size, loff_t *pos);
++
++static ssize_t do_xino_fwrite(vfs_writef_t func, struct file *file, void *kbuf,
++                            size_t size, loff_t *pos)
++{
++      ssize_t err;
++      mm_segment_t oldfs;
++      union {
++              void *k;
++              const char __user *u;
++      } buf;
++      int i;
++      const int prevent_endless = 10;
++
++      i = 0;
++      buf.k = kbuf;
++      oldfs = get_fs();
++      set_fs(KERNEL_DS);
++      do {
++              err = func(file, buf.u, size, pos);
++              if (err == -EINTR
++                  && !au_wkq_test()
++                  && fatal_signal_pending(current)) {
++                      set_fs(oldfs);
++                      err = xino_fwrite_wkq(func, file, kbuf, size, pos);
++                      BUG_ON(err == -EINTR);
++                      oldfs = get_fs();
++                      set_fs(KERNEL_DS);
++              }
++      } while (i++ < prevent_endless
++               && (err == -EAGAIN || err == -EINTR));
++      set_fs(oldfs);
++
++#if 0 /* reserved for future use */
++      if (err > 0)
++              fsnotify_modify(file->f_path.dentry);
++#endif
++
++      return err;
++}
++
++struct do_xino_fwrite_args {
++      ssize_t *errp;
++      vfs_writef_t func;
++      struct file *file;
++      void *buf;
++      size_t size;
++      loff_t *pos;
++};
++
++static void call_do_xino_fwrite(void *args)
++{
++      struct do_xino_fwrite_args *a = args;
++      *a->errp = do_xino_fwrite(a->func, a->file, a->buf, a->size, a->pos);
++}
++
++static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf,
++                             size_t size, loff_t *pos)
++{
++      ssize_t err;
++      int wkq_err;
++      struct do_xino_fwrite_args args = {
++              .errp   = &err,
++              .func   = func,
++              .file   = file,
++              .buf    = buf,
++              .size   = size,
++              .pos    = pos
++      };
 +
-+/* aufs inode number bitmap */
++      /*
++       * it breaks RLIMIT_FSIZE and normal user's limit,
++       * users should care about quota and real 'filesystem full.'
++       */
++      wkq_err = au_wkq_wait(call_do_xino_fwrite, &args);
++      if (unlikely(wkq_err))
++              err = wkq_err;
 +
++      return err;
++}
++
++ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf,
++                  size_t size, loff_t *pos)
++{
++      ssize_t err;
++
++      if (rlimit(RLIMIT_FSIZE) == RLIM_INFINITY) {
++              lockdep_off();
++              err = do_xino_fwrite(func, file, buf, size, pos);
++              lockdep_on();
++      } else {
++              lockdep_off();
++              err = xino_fwrite_wkq(func, file, buf, size, pos);
++              lockdep_on();
++      }
++
++      return err;
++}
++
++/* ---------------------------------------------------------------------- */
++
++/*
++ * inode number bitmap
++ */
 +static const int page_bits = (int)PAGE_SIZE * BITS_PER_BYTE;
 +static ino_t xib_calc_ino(unsigned long pindex, int bit)
 +{
@@ -37041,8 +37399,6 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      return err;
 +}
 +
-+/* ---------------------------------------------------------------------- */
-+
 +static void au_xib_clear_bit(struct inode *inode)
 +{
 +      int err, bit;
@@ -37065,310 +37421,11 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      mutex_unlock(&sbinfo->si_xib_mtx);
 +}
 +
-+/* for s_op->delete_inode() */
-+void au_xino_delete_inode(struct inode *inode, const int unlinked)
-+{
-+      int err;
-+      unsigned int mnt_flags;
-+      aufs_bindex_t bindex, bbot, bi;
-+      unsigned char try_trunc;
-+      struct au_iinfo *iinfo;
-+      struct super_block *sb;
-+      struct au_hinode *hi;
-+      struct inode *h_inode;
-+      struct au_branch *br;
-+      vfs_writef_t xwrite;
-+
-+      AuDebugOn(au_is_bad_inode(inode));
-+
-+      sb = inode->i_sb;
-+      mnt_flags = au_mntflags(sb);
-+      if (!au_opt_test(mnt_flags, XINO)
-+          || inode->i_ino == AUFS_ROOT_INO)
-+              return;
-+
-+      if (unlinked) {
-+              au_xigen_inc(inode);
-+              au_xib_clear_bit(inode);
-+      }
-+
-+      iinfo = au_ii(inode);
-+      bindex = iinfo->ii_btop;
-+      if (bindex < 0)
-+              return;
-+
-+      xwrite = au_sbi(sb)->si_xwrite;
-+      try_trunc = !!au_opt_test(mnt_flags, TRUNC_XINO);
-+      hi = au_hinode(iinfo, bindex);
-+      bbot = iinfo->ii_bbot;
-+      for (; bindex <= bbot; bindex++, hi++) {
-+              h_inode = hi->hi_inode;
-+              if (!h_inode
-+                  || (!unlinked && h_inode->i_nlink))
-+                      continue;
-+
-+              /* inode may not be revalidated */
-+              bi = au_br_index(sb, hi->hi_id);
-+              if (bi < 0)
-+                      continue;
-+
-+              br = au_sbr(sb, bi);
-+              err = au_xino_do_write(xwrite, br->br_xino.xi_file,
-+                                     h_inode->i_ino, /*ino*/0);
-+              if (!err && try_trunc
-+                  && au_test_fs_trunc_xino(au_br_sb(br)))
-+                      xino_try_trunc(sb, br);
-+      }
-+}
-+
-+/* get an unused inode number from bitmap */
-+ino_t au_xino_new_ino(struct super_block *sb)
-+{
-+      ino_t ino;
-+      unsigned long *p, pindex, ul, pend;
-+      struct au_sbinfo *sbinfo;
-+      struct file *file;
-+      int free_bit, err;
-+
-+      if (!au_opt_test(au_mntflags(sb), XINO))
-+              return iunique(sb, AUFS_FIRST_INO);
-+
-+      sbinfo = au_sbi(sb);
-+      mutex_lock(&sbinfo->si_xib_mtx);
-+      p = sbinfo->si_xib_buf;
-+      free_bit = sbinfo->si_xib_next_bit;
-+      if (free_bit < page_bits && !test_bit(free_bit, p))
-+              goto out; /* success */
-+      free_bit = find_first_zero_bit(p, page_bits);
-+      if (free_bit < page_bits)
-+              goto out; /* success */
-+
-+      pindex = sbinfo->si_xib_last_pindex;
-+      for (ul = pindex - 1; ul < ULONG_MAX; ul--) {
-+              err = xib_pindex(sb, ul);
-+              if (unlikely(err))
-+                      goto out_err;
-+              free_bit = find_first_zero_bit(p, page_bits);
-+              if (free_bit < page_bits)
-+                      goto out; /* success */
-+      }
-+
-+      file = sbinfo->si_xib;
-+      pend = vfsub_f_size_read(file) / PAGE_SIZE;
-+      for (ul = pindex + 1; ul <= pend; ul++) {
-+              err = xib_pindex(sb, ul);
-+              if (unlikely(err))
-+                      goto out_err;
-+              free_bit = find_first_zero_bit(p, page_bits);
-+              if (free_bit < page_bits)
-+                      goto out; /* success */
-+      }
-+      BUG();
-+
-+out:
-+      set_bit(free_bit, p);
-+      sbinfo->si_xib_next_bit = free_bit + 1;
-+      pindex = sbinfo->si_xib_last_pindex;
-+      mutex_unlock(&sbinfo->si_xib_mtx);
-+      ino = xib_calc_ino(pindex, free_bit);
-+      AuDbg("i%lu\n", (unsigned long)ino);
-+      return ino;
-+out_err:
-+      mutex_unlock(&sbinfo->si_xib_mtx);
-+      AuDbg("i0\n");
-+      return 0;
-+}
-+
-+/*
-+ * read @ino from xinofile for the specified branch{@sb, @bindex}
-+ * at the position of @h_ino.
-+ * if @ino does not exist and @do_new is true, get new one.
-+ */
-+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
-+               ino_t *ino)
-+{
-+      int err;
-+      ssize_t sz;
-+      loff_t pos;
-+      struct file *file;
-+      struct au_sbinfo *sbinfo;
-+
-+      *ino = 0;
-+      if (!au_opt_test(au_mntflags(sb), XINO))
-+              return 0; /* no xino */
-+
-+      err = 0;
-+      sbinfo = au_sbi(sb);
-+      pos = h_ino;
-+      if (unlikely(au_loff_max / sizeof(*ino) - 1 < pos)) {
-+              AuIOErr1("too large hi%lu\n", (unsigned long)h_ino);
-+              return -EFBIG;
-+      }
-+      pos *= sizeof(*ino);
-+
-+      file = au_sbr(sb, bindex)->br_xino.xi_file;
-+      if (vfsub_f_size_read(file) < pos + sizeof(*ino))
-+              return 0; /* no ino */
-+
-+      sz = xino_fread(sbinfo->si_xread, file, ino, sizeof(*ino), &pos);
-+      if (sz == sizeof(*ino))
-+              return 0; /* success */
-+
-+      err = sz;
-+      if (unlikely(sz >= 0)) {
-+              err = -EIO;
-+              AuIOErr("xino read error (%zd)\n", sz);
-+      }
-+
-+      return err;
-+}
-+
-+/* ---------------------------------------------------------------------- */
-+
-+/* create and set a new xino file */
-+
-+struct file *au_xino_create(struct super_block *sb, char *fname, int silent)
-+{
-+      struct file *file;
-+      struct dentry *h_parent, *d;
-+      struct inode *h_dir, *inode;
-+      int err;
-+
-+      /*
-+       * at mount-time, and the xino file is the default path,
-+       * hnotify is disabled so we have no notify events to ignore.
-+       * when a user specified the xino, we cannot get au_hdir to be ignored.
-+       */
-+      file = vfsub_filp_open(fname, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE
-+                             /* | __FMODE_NONOTIFY */,
-+                             S_IRUGO | S_IWUGO);
-+      if (IS_ERR(file)) {
-+              if (!silent)
-+                      pr_err("open %s(%ld)\n", fname, PTR_ERR(file));
-+              return file;
-+      }
-+
-+      /* keep file count */
-+      err = 0;
-+      inode = file_inode(file);
-+      h_parent = dget_parent(file->f_path.dentry);
-+      h_dir = d_inode(h_parent);
-+      inode_lock_nested(h_dir, AuLsc_I_PARENT);
-+      /* mnt_want_write() is unnecessary here */
-+      /* no delegation since it is just created */
-+      if (inode->i_nlink)
-+              err = vfsub_unlink(h_dir, &file->f_path, /*delegated*/NULL,
-+                                 /*force*/0);
-+      inode_unlock(h_dir);
-+      dput(h_parent);
-+      if (unlikely(err)) {
-+              if (!silent)
-+                      pr_err("unlink %s(%d)\n", fname, err);
-+              goto out;
-+      }
-+
-+      err = -EINVAL;
-+      d = file->f_path.dentry;
-+      if (unlikely(sb == d->d_sb)) {
-+              if (!silent)
-+                      pr_err("%s must be outside\n", fname);
-+              goto out;
-+      }
-+      if (unlikely(au_test_fs_bad_xino(d->d_sb))) {
-+              if (!silent)
-+                      pr_err("xino doesn't support %s(%s)\n",
-+                             fname, au_sbtype(d->d_sb));
-+              goto out;
-+      }
-+      return file; /* success */
-+
-+out:
-+      fput(file);
-+      file = ERR_PTR(err);
-+      return file;
-+}
-+
-+/*
-+ * find another branch who is on the same filesystem of the specified
-+ * branch{@btgt}. search until @bbot.
-+ */
-+static int is_sb_shared(struct super_block *sb, aufs_bindex_t btgt,
-+                      aufs_bindex_t bbot)
-+{
-+      aufs_bindex_t bindex;
-+      struct super_block *tgt_sb = au_sbr_sb(sb, btgt);
-+
-+      for (bindex = 0; bindex < btgt; bindex++)
-+              if (unlikely(tgt_sb == au_sbr_sb(sb, bindex)))
-+                      return bindex;
-+      for (bindex++; bindex <= bbot; bindex++)
-+              if (unlikely(tgt_sb == au_sbr_sb(sb, bindex)))
-+                      return bindex;
-+      return -1;
-+}
-+
 +/* ---------------------------------------------------------------------- */
 +
 +/*
-+ * initialize the xinofile for the specified branch @br
-+ * at the place/path where @base_file indicates.
-+ * test whether another branch is on the same filesystem or not,
-+ * if @do_test is true.
++ * truncate a xino bitmap file
 + */
-+int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t h_ino,
-+             struct file *base_file, int do_test)
-+{
-+      int err;
-+      ino_t ino;
-+      aufs_bindex_t bbot, bindex;
-+      struct au_branch *shared_br, *b;
-+      struct file *file;
-+      struct super_block *tgt_sb;
-+
-+      shared_br = NULL;
-+      bbot = au_sbbot(sb);
-+      if (do_test) {
-+              tgt_sb = au_br_sb(br);
-+              for (bindex = 0; bindex <= bbot; bindex++) {
-+                      b = au_sbr(sb, bindex);
-+                      if (tgt_sb == au_br_sb(b)) {
-+                              shared_br = b;
-+                              break;
-+                      }
-+              }
-+      }
-+
-+      if (!shared_br || !shared_br->br_xino.xi_file) {
-+              struct au_xino_lock_dir ldir;
-+
-+              au_xino_lock_dir(sb, base_file, &ldir);
-+              /* mnt_want_write() is unnecessary here */
-+              file = au_xino_create2(base_file, NULL);
-+              au_xino_unlock_dir(&ldir);
-+              err = PTR_ERR(file);
-+              if (IS_ERR(file))
-+                      goto out;
-+              br->br_xino.xi_file = file;
-+      } else {
-+              br->br_xino.xi_file = shared_br->br_xino.xi_file;
-+              get_file(br->br_xino.xi_file);
-+      }
-+
-+      ino = AUFS_ROOT_INO;
-+      err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file,
-+                             h_ino, ino);
-+      if (unlikely(err)) {
-+              fput(br->br_xino.xi_file);
-+              br->br_xino.xi_file = NULL;
-+      }
-+
-+out:
-+      return err;
-+}
-+
-+/* ---------------------------------------------------------------------- */
-+
-+/* trucate a xino bitmap file */
 +
 +/* todo: slow */
 +static int do_xib_restore(struct super_block *sb, struct file *file, void *page)
@@ -37419,6 +37476,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      int err;
 +      aufs_bindex_t bindex, bbot;
 +      void *page;
++      struct au_branch *br;
 +
 +      err = -ENOMEM;
 +      page = (void *)__get_free_page(GFP_NOFS);
@@ -37428,11 +37486,11 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      err = 0;
 +      bbot = au_sbbot(sb);
 +      for (bindex = 0; !err && bindex <= bbot; bindex++)
-+              if (!bindex || is_sb_shared(sb, bindex, bindex - 1) < 0)
-+                      err = do_xib_restore
-+                              (sb, au_sbr(sb, bindex)->br_xino.xi_file, page);
-+              else
-+                      AuDbg("b%d\n", bindex);
++              if (!bindex || is_sb_shared(sb, bindex, bindex - 1) < 0) {
++                      br = au_sbr(sb, bindex);
++                      err = do_xib_restore(sb, au_xino_file(br), page);
++              else
++                      AuDbg("skip shared b%d\n", bindex);
 +      free_page((unsigned long)page);
 +
 +out:
@@ -37444,7 +37502,6 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      int err;
 +      ssize_t sz;
 +      loff_t pos;
-+      struct au_xino_lock_dir ldir;
 +      struct au_sbinfo *sbinfo;
 +      unsigned long *p;
 +      struct file *file;
@@ -37460,10 +37517,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      if (vfsub_f_size_read(file) <= PAGE_SIZE)
 +              goto out;
 +
-+      au_xino_lock_dir(sb, file, &ldir);
-+      /* mnt_want_write() is unnecessary here */
-+      file = au_xino_create2(sbinfo->si_xib, NULL);
-+      au_xino_unlock_dir(&ldir);
++      file = au_xino_create2(sb, &sbinfo->si_xib->f_path, NULL);
 +      err = PTR_ERR(file);
 +      if (IS_ERR(file))
 +              goto out;
@@ -37493,6 +37547,100 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +
 +/* ---------------------------------------------------------------------- */
 +
++struct au_xino *au_xino_alloc(void)
++{
++      struct au_xino *xi;
++
++      xi = kzalloc(sizeof(*xi), GFP_NOFS);
++      if (unlikely(!xi))
++              goto out;
++
++      xi->xi_nondir.total = 8; /* initial size */
++      xi->xi_nondir.array = kcalloc(xi->xi_nondir.total, sizeof(ino_t),
++                                    GFP_NOFS);
++      if (unlikely(!xi->xi_nondir.array))
++              goto out_free;
++
++      spin_lock_init(&xi->xi_nondir.spin);
++      init_waitqueue_head(&xi->xi_nondir.wqh);
++      atomic_set(&xi->xi_truncating, 0);
++      kref_init(&xi->xi_kref);
++      goto out; /* success */
++
++out_free:
++      kfree(xi);
++      xi = NULL;
++out:
++      return xi;
++}
++
++static int au_xino_init(struct au_branch *br, struct file *file)
++{
++      int err;
++      struct au_xino *xi;
++
++      err = 0;
++      xi = au_xino_alloc();
++      if (unlikely(!xi)) {
++              err = -ENOMEM;
++              goto out;
++      }
++
++      get_file(file);
++      xi->xi_file = file;
++      AuDebugOn(br->br_xino);
++      br->br_xino = xi;
++
++out:
++      return err;
++}
++
++static void au_xino_release(struct kref *kref)
++{
++      struct au_xino *xi;
++      int i;
++
++      xi = container_of(kref, struct au_xino, xi_kref);
++      if (xi->xi_file)
++              fput(xi->xi_file);
++      for (i = xi->xi_nondir.total - 1; i >= 0; i--)
++              AuDebugOn(xi->xi_nondir.array[i]);
++      kfree(xi->xi_nondir.array);
++      kfree(xi);
++}
++
++int au_xino_put(struct au_branch *br)
++{
++      int ret;
++      struct au_xino *xi;
++
++      ret = 0;
++      xi = br->br_xino;
++      if (xi) {
++              br->br_xino = NULL;
++              ret = kref_put(&xi->xi_kref, au_xino_release);
++      }
++
++      return ret;
++}
++
++void au_xino_file_set(struct au_branch *br, struct file *file)
++{
++      struct au_xino *xi;
++      struct file *f;
++
++      if (file)
++              get_file(file);
++      xi = br->br_xino;
++      AuDebugOn(!xi);
++      f = xi->xi_file;
++      if (f)
++              fput(f);
++      xi->xi_file = file;
++}
++
++/* ---------------------------------------------------------------------- */
++
 +/*
 + * xino mount option handlers
 + */
@@ -37505,8 +37653,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      SiMustWriteLock(sb);
 +
 +      sbinfo = au_sbi(sb);
-+      sbinfo->si_xread = NULL;
-+      sbinfo->si_xwrite = NULL;
++      /* unnecessary to clear sbinfo->si_xread and ->si_xwrite */
 +      if (sbinfo->si_xib)
 +              fput(sbinfo->si_xib);
 +      sbinfo->si_xib = NULL;
@@ -37515,7 +37662,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      sbinfo->si_xib_buf = NULL;
 +}
 +
-+static int au_xino_set_xib(struct super_block *sb, struct file *base)
++static int au_xino_set_xib(struct super_block *sb, struct path *path)
 +{
 +      int err;
 +      loff_t pos;
@@ -37525,7 +37672,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      SiMustWriteLock(sb);
 +
 +      sbinfo = au_sbi(sb);
-+      file = au_xino_create2(base, sbinfo->si_xib);
++      file = au_xino_create2(sb, path, sbinfo->si_xib);
 +      err = PTR_ERR(file);
 +      if (IS_ERR(file))
 +              goto out;
@@ -37562,9 +37709,8 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +out_unset:
 +      fput(sbinfo->si_xib);
 +      sbinfo->si_xib = NULL;
-+      sbinfo->si_xread = NULL;
-+      sbinfo->si_xwrite = NULL;
 +out:
++      AuTraceErr(err);
 +      return err;
 +}
 +
@@ -37577,79 +37723,90 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      bbot = au_sbbot(sb);
 +      for (bindex = 0; bindex <= bbot; bindex++) {
 +              br = au_sbr(sb, bindex);
-+              if (!br || !br->br_xino.xi_file)
-+                      continue;
++              AuDebugOn(!br);
++              au_xino_put(br);
++      }
++}
 +
-+              fput(br->br_xino.xi_file);
-+              br->br_xino.xi_file = NULL;
++static void au_xino_set_br_shared(struct super_block *sb, struct au_branch *br,
++                                aufs_bindex_t bshared)
++{
++      struct au_branch *brshared;
++
++      brshared = au_sbr(sb, bshared);
++      AuDebugOn(!brshared->br_xino);
++      AuDebugOn(!brshared->br_xino->xi_file);
++      if (br->br_xino != brshared->br_xino) {
++              au_xino_get(brshared);
++              au_xino_put(br);
++              br->br_xino = brshared->br_xino;
 +      }
 +}
 +
-+static int au_xino_set_br(struct super_block *sb, struct file *base)
++struct au_xino_do_set_br {
++      vfs_writef_t writef;
++      struct au_branch *br;
++      ino_t h_ino;
++      aufs_bindex_t bshared;
++};
++
++static int au_xino_do_set_br(struct super_block *sb, struct path *path,
++                           struct au_xino_do_set_br *args)
 +{
 +      int err;
-+      ino_t ino;
-+      aufs_bindex_t bindex, bbot, bshared;
-+      struct {
-+              struct file *old, *new;
-+      } *fpair, *p;
-+      struct au_branch *br;
++      struct file *file;
++
++      if (args->bshared >= 0) {
++              /* shared xino */
++              au_xino_set_br_shared(sb, args->br, args->bshared);
++              file = au_xino_file(args->br);
++              goto out_ino; /* success */
++      }
++
++      /* new xino */
++      file = au_xino_create2(sb, path, au_xino_file(args->br));
++      err = PTR_ERR(file);
++      if (IS_ERR(file))
++              goto out;
++      if (!args->br->br_xino) {
++              err = au_xino_init(args->br, file);
++              fput(file);
++              if (unlikely(err))
++                      goto out;
++      } else {
++              au_xino_file_set(args->br, file);
++              fput(file);
++      }
++
++out_ino:
++      err = au_xino_do_write(args->writef, file, args->h_ino, AUFS_ROOT_INO);
++out:
++      AuTraceErr(err);
++      return err;
++}
++
++static int au_xino_set_br(struct super_block *sb, struct path *path)
++{
++      int err;
++      aufs_bindex_t bindex, bbot;
++      struct au_xino_do_set_br args;
 +      struct inode *inode;
-+      vfs_writef_t writef;
 +
 +      SiMustWriteLock(sb);
 +
-+      err = -ENOMEM;
 +      bbot = au_sbbot(sb);
-+      fpair = kcalloc(bbot + 1, sizeof(*fpair), GFP_NOFS);
-+      if (unlikely(!fpair))
-+              goto out;
-+
 +      inode = d_inode(sb->s_root);
-+      ino = AUFS_ROOT_INO;
-+      writef = au_sbi(sb)->si_xwrite;
-+      for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) {
-+              bshared = is_sb_shared(sb, bindex, bindex - 1);
-+              if (bshared >= 0) {
-+                      /* shared xino */
-+                      *p = fpair[bshared];
-+                      get_file(p->new);
-+              }
-+
-+              if (!p->new) {
-+                      /* new xino */
-+                      br = au_sbr(sb, bindex);
-+                      p->old = br->br_xino.xi_file;
-+                      p->new = au_xino_create2(base, br->br_xino.xi_file);
-+                      err = PTR_ERR(p->new);
-+                      if (IS_ERR(p->new)) {
-+                              p->new = NULL;
-+                              goto out_pair;
-+                      }
-+              }
-+
-+              err = au_xino_do_write(writef, p->new,
-+                                     au_h_iptr(inode, bindex)->i_ino, ino);
++      args.writef = au_sbi(sb)->si_xwrite;
++      for (bindex = 0; bindex <= bbot; bindex++) {
++              args.h_ino = au_h_iptr(inode, bindex)->i_ino;
++              args.br = au_sbr(sb, bindex);
++              args.bshared = is_sb_shared(sb, bindex, bindex - 1);
++              err = au_xino_do_set_br(sb, path, &args);
 +              if (unlikely(err))
-+                      goto out_pair;
-+      }
-+
-+      for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) {
-+              br = au_sbr(sb, bindex);
-+              if (br->br_xino.xi_file)
-+                      fput(br->br_xino.xi_file);
-+              get_file(p->new);
-+              br->br_xino.xi_file = p->new;
++                      break;
 +      }
 +
-+out_pair:
-+      for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++)
-+              if (p->new)
-+                      fput(p->new);
-+              else
-+                      break;
-+      kfree(fpair);
-+out:
++      AuTraceErr(err);
 +      return err;
 +}
 +
@@ -37660,32 +37817,38 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      au_xigen_clr(sb);
 +      xino_clear_xib(sb);
 +      xino_clear_br(sb);
++      dbgaufs_brs_del(sb, 0);
++      au_xino_brid_set(sb, -1);
 +      sbinfo = au_sbi(sb);
 +      /* lvalue, do not call au_mntflags() */
 +      au_opt_clr(sbinfo->si_mntflags, XINO);
 +}
 +
-+int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount)
++int au_xino_set(struct super_block *sb, struct au_opt_xino *xiopt, int remount)
 +{
 +      int err, skip;
-+      struct dentry *parent, *cur_parent;
++      struct dentry *dentry, *parent, *cur_dentry, *cur_parent;
 +      struct qstr *dname, *cur_name;
 +      struct file *cur_xino;
-+      struct inode *dir;
 +      struct au_sbinfo *sbinfo;
++      struct path *path, *cur_path;
 +
 +      SiMustWriteLock(sb);
 +
 +      err = 0;
 +      sbinfo = au_sbi(sb);
-+      parent = dget_parent(xino->file->f_path.dentry);
++      path = &xiopt->file->f_path;
++      dentry = path->dentry;
++      parent = dget_parent(dentry);
 +      if (remount) {
 +              skip = 0;
-+              dname = &xino->file->f_path.dentry->d_name;
 +              cur_xino = sbinfo->si_xib;
 +              if (cur_xino) {
-+                      cur_parent = dget_parent(cur_xino->f_path.dentry);
-+                      cur_name = &cur_xino->f_path.dentry->d_name;
++                      cur_path = &cur_xino->f_path;
++                      cur_dentry = cur_path->dentry;
++                      cur_parent = dget_parent(cur_dentry);
++                      cur_name = &cur_dentry->d_name;
++                      dname = &dentry->d_name;
 +                      skip = (cur_parent == parent
 +                              && au_qstreq(dname, cur_name));
 +                      dput(cur_parent);
@@ -37695,30 +37858,26 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      }
 +
 +      au_opt_set(sbinfo->si_mntflags, XINO);
-+      dir = d_inode(parent);
-+      inode_lock_nested(dir, AuLsc_I_PARENT);
-+      /* mnt_want_write() is unnecessary here */
-+      err = au_xino_set_xib(sb, xino->file);
++      err = au_xino_set_xib(sb, path);
++      /* si_x{read,write} are set */
 +      if (!err)
-+              err = au_xigen_set(sb, xino->file);
-+      if (!err)
-+              err = au_xino_set_br(sb, xino->file);
-+      inode_unlock(dir);
++              err = au_xigen_set(sb, path);
 +      if (!err)
++              err = au_xino_set_br(sb, path);
++      if (!err) {
++              dbgaufs_brs_add(sb, 0, /*topdown*/1);
 +              goto out; /* success */
++      }
 +
 +      /* reset all */
-+      AuIOErr("failed creating xino(%d).\n", err);
-+      au_xigen_clr(sb);
-+      xino_clear_xib(sb);
++      AuIOErr("failed setting xino(%d).\n", err);
++      au_xino_clr(sb);
 +
 +out:
 +      dput(parent);
 +      return err;
 +}
 +
-+/* ---------------------------------------------------------------------- */
-+
 +/*
 + * create a xinofile at the default place/path.
 + */
@@ -37781,50 +37940,159 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +
 +/* ---------------------------------------------------------------------- */
 +
-+int au_xino_path(struct seq_file *seq, struct file *file)
++/*
++ * initialize the xinofile for the specified branch @br
++ * at the place/path where @base_file indicates.
++ * test whether another branch is on the same filesystem or not,
++ * if found then share the xinofile with another branch.
++ */
++int au_xino_init_br(struct super_block *sb, struct au_branch *br, ino_t h_ino,
++                  struct path *base)
 +{
 +      int err;
++      struct au_xino_do_set_br args = {
++              .h_ino  = h_ino,
++              .br     = br
++      };
 +
-+      err = au_seq_path(seq, &file->f_path);
++      args.writef = au_sbi(sb)->si_xwrite;
++      args.bshared = sbr_find_shared(sb, /*btop*/0, au_sbbot(sb),
++                                     au_br_sb(br));
++      err = au_xino_do_set_br(sb, base, &args);
 +      if (unlikely(err))
-+              goto out;
++              au_xino_put(br);
 +
-+#define Deleted "\\040(deleted)"
-+      seq->count -= sizeof(Deleted) - 1;
-+      AuDebugOn(memcmp(seq->buf + seq->count, Deleted,
-+                       sizeof(Deleted) - 1));
-+#undef Deleted
-+
-+out:
 +      return err;
 +}
 +
 +/* ---------------------------------------------------------------------- */
 +
-+void au_xinondir_leave(struct super_block *sb, aufs_bindex_t bindex,
-+                     ino_t h_ino, int idx)
++/*
++ * get an unused inode number from bitmap
++ */
++ino_t au_xino_new_ino(struct super_block *sb)
++{
++      ino_t ino;
++      unsigned long *p, pindex, ul, pend;
++      struct au_sbinfo *sbinfo;
++      struct file *file;
++      int free_bit, err;
++
++      if (!au_opt_test(au_mntflags(sb), XINO))
++              return iunique(sb, AUFS_FIRST_INO);
++
++      sbinfo = au_sbi(sb);
++      mutex_lock(&sbinfo->si_xib_mtx);
++      p = sbinfo->si_xib_buf;
++      free_bit = sbinfo->si_xib_next_bit;
++      if (free_bit < page_bits && !test_bit(free_bit, p))
++              goto out; /* success */
++      free_bit = find_first_zero_bit(p, page_bits);
++      if (free_bit < page_bits)
++              goto out; /* success */
++
++      pindex = sbinfo->si_xib_last_pindex;
++      for (ul = pindex - 1; ul < ULONG_MAX; ul--) {
++              err = xib_pindex(sb, ul);
++              if (unlikely(err))
++                      goto out_err;
++              free_bit = find_first_zero_bit(p, page_bits);
++              if (free_bit < page_bits)
++                      goto out; /* success */
++      }
++
++      file = sbinfo->si_xib;
++      pend = vfsub_f_size_read(file) / PAGE_SIZE;
++      for (ul = pindex + 1; ul <= pend; ul++) {
++              err = xib_pindex(sb, ul);
++              if (unlikely(err))
++                      goto out_err;
++              free_bit = find_first_zero_bit(p, page_bits);
++              if (free_bit < page_bits)
++                      goto out; /* success */
++      }
++      BUG();
++
++out:
++      set_bit(free_bit, p);
++      sbinfo->si_xib_next_bit = free_bit + 1;
++      pindex = sbinfo->si_xib_last_pindex;
++      mutex_unlock(&sbinfo->si_xib_mtx);
++      ino = xib_calc_ino(pindex, free_bit);
++      AuDbg("i%lu\n", (unsigned long)ino);
++      return ino;
++out_err:
++      mutex_unlock(&sbinfo->si_xib_mtx);
++      AuDbg("i0\n");
++      return 0;
++}
++
++/* for s_op->delete_inode() */
++void au_xino_delete_inode(struct inode *inode, const int unlinked)
 +{
-+      struct au_xino_file *xino;
++      int err;
++      unsigned int mnt_flags;
++      aufs_bindex_t bindex, bbot, bi;
++      unsigned char try_trunc;
++      struct au_iinfo *iinfo;
++      struct super_block *sb;
++      struct au_hinode *hi;
++      struct inode *h_inode;
++      struct au_branch *br;
++      vfs_writef_t xwrite;
 +
-+      AuDebugOn(!au_opt_test(au_mntflags(sb), XINO));
-+      xino = &au_sbr(sb, bindex)->br_xino;
-+      AuDebugOn(idx < 0 || xino->xi_nondir.total <= idx);
++      AuDebugOn(au_is_bad_inode(inode));
 +
-+      spin_lock(&xino->xi_nondir.spin);
-+      AuDebugOn(xino->xi_nondir.array[idx] != h_ino);
-+      xino->xi_nondir.array[idx] = 0;
-+      spin_unlock(&xino->xi_nondir.spin);
-+      wake_up_all(&xino->xi_nondir.wqh);
++      sb = inode->i_sb;
++      mnt_flags = au_mntflags(sb);
++      if (!au_opt_test(mnt_flags, XINO)
++          || inode->i_ino == AUFS_ROOT_INO)
++              return;
++
++      if (unlinked) {
++              au_xigen_inc(inode);
++              au_xib_clear_bit(inode);
++      }
++
++      iinfo = au_ii(inode);
++      bindex = iinfo->ii_btop;
++      if (bindex < 0)
++              return;
++
++      xwrite = au_sbi(sb)->si_xwrite;
++      try_trunc = !!au_opt_test(mnt_flags, TRUNC_XINO);
++      hi = au_hinode(iinfo, bindex);
++      bbot = iinfo->ii_bbot;
++      for (; bindex <= bbot; bindex++, hi++) {
++              h_inode = hi->hi_inode;
++              if (!h_inode
++                  || (!unlinked && h_inode->i_nlink))
++                      continue;
++
++              /* inode may not be revalidated */
++              bi = au_br_index(sb, hi->hi_id);
++              if (bi < 0)
++                      continue;
++
++              br = au_sbr(sb, bi);
++              err = au_xino_do_write(xwrite, au_xino_file(br),
++                                     h_inode->i_ino, /*ino*/0);
++              if (!err && try_trunc
++                  && au_test_fs_trunc_xino(au_br_sb(br)))
++                      xino_try_trunc(sb, br);
++      }
 +}
 +
-+static int au_xinondir_find(struct au_xino_file *xino, ino_t h_ino)
++/* ---------------------------------------------------------------------- */
++
++static int au_xinondir_find(struct au_xino *xi, ino_t h_ino)
 +{
 +      int found, total, i;
 +
 +      found = -1;
-+      total = xino->xi_nondir.total;
++      total = xi->xi_nondir.total;
 +      for (i = 0; i < total; i++) {
-+              if (xino->xi_nondir.array[i] != h_ino)
++              if (xi->xi_nondir.array[i] != h_ino)
 +                      continue;
 +              found = i;
 +              break;
@@ -37833,7 +38101,7 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      return found;
 +}
 +
-+static int au_xinondir_expand(struct au_xino_file *xino)
++static int au_xinondir_expand(struct au_xino *xi)
 +{
 +      int err, sz;
 +      ino_t *p;
@@ -37841,15 +38109,15 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      BUILD_BUG_ON(KMALLOC_MAX_SIZE > INT_MAX);
 +
 +      err = -ENOMEM;
-+      sz = xino->xi_nondir.total * sizeof(ino_t);
++      sz = xi->xi_nondir.total * sizeof(ino_t);
 +      if (unlikely(sz > KMALLOC_MAX_SIZE / 2))
 +              goto out;
-+      p = au_kzrealloc(xino->xi_nondir.array, sz, sz << 1, GFP_ATOMIC,
++      p = au_kzrealloc(xi->xi_nondir.array, sz, sz << 1, GFP_ATOMIC,
 +                       /*may_shrink*/0);
 +      if (p) {
-+              xino->xi_nondir.array = p;
-+              xino->xi_nondir.total <<= 1;
-+              AuDbg("xi_nondir.total %d\n", xino->xi_nondir.total);
++              xi->xi_nondir.array = p;
++              xi->xi_nondir.total <<= 1;
++              AuDbg("xi_nondir.total %d\n", xi->xi_nondir.total);
 +              err = 0;
 +      }
 +
@@ -37857,50 +38125,87 @@ diff -urN /usr/share/empty/fs/aufs/xino.c linux/fs/aufs/xino.c
 +      return err;
 +}
 +
++void au_xinondir_leave(struct super_block *sb, aufs_bindex_t bindex,
++                     ino_t h_ino, int idx)
++{
++      struct au_xino *xi;
++
++      AuDebugOn(!au_opt_test(au_mntflags(sb), XINO));
++      xi = au_sbr(sb, bindex)->br_xino;
++      AuDebugOn(idx < 0 || xi->xi_nondir.total <= idx);
++
++      spin_lock(&xi->xi_nondir.spin);
++      AuDebugOn(xi->xi_nondir.array[idx] != h_ino);
++      xi->xi_nondir.array[idx] = 0;
++      spin_unlock(&xi->xi_nondir.spin);
++      wake_up_all(&xi->xi_nondir.wqh);
++}
++
 +int au_xinondir_enter(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino,
 +                    int *idx)
 +{
 +      int err, found, empty;
-+      struct au_xino_file *xino;
++      struct au_xino *xi;
 +
 +      err = 0;
 +      *idx = -1;
 +      if (!au_opt_test(au_mntflags(sb), XINO))
 +              goto out; /* no xino */
 +
-+      xino = &au_sbr(sb, bindex)->br_xino;
++      xi = au_sbr(sb, bindex)->br_xino;
 +
 +again:
-+      spin_lock(&xino->xi_nondir.spin);
-+      found = au_xinondir_find(xino, h_ino);
++      spin_lock(&xi->xi_nondir.spin);
++      found = au_xinondir_find(xi, h_ino);
 +      if (found == -1) {
-+              empty = au_xinondir_find(xino, /*h_ino*/0);
++              empty = au_xinondir_find(xi, /*h_ino*/0);
 +              if (empty == -1) {
-+                      empty = xino->xi_nondir.total;
-+                      err = au_xinondir_expand(xino);
++                      empty = xi->xi_nondir.total;
++                      err = au_xinondir_expand(xi);
 +                      if (unlikely(err))
 +                              goto out_unlock;
 +              }
-+              xino->xi_nondir.array[empty] = h_ino;
++              xi->xi_nondir.array[empty] = h_ino;
 +              *idx = empty;
 +      } else {
-+              spin_unlock(&xino->xi_nondir.spin);
-+              wait_event(xino->xi_nondir.wqh,
-+                         xino->xi_nondir.array[found] != h_ino);
++              spin_unlock(&xi->xi_nondir.spin);
++              wait_event(xi->xi_nondir.wqh,
++                         xi->xi_nondir.array[found] != h_ino);
 +              goto again;
 +      }
 +
 +out_unlock:
-+      spin_unlock(&xino->xi_nondir.spin);
++      spin_unlock(&xi->xi_nondir.spin);
++out:
++      return err;
++}
++
++/* ---------------------------------------------------------------------- */
++
++int au_xino_path(struct seq_file *seq, struct file *file)
++{
++      int err;
++
++      err = au_seq_path(seq, &file->f_path);
++      if (unlikely(err))
++              goto out;
++
++#define Deleted "\\040(deleted)"
++      seq->count -= sizeof(Deleted) - 1;
++      AuDebugOn(memcmp(seq->buf + seq->count, Deleted,
++                       sizeof(Deleted) - 1));
++#undef Deleted
++
 +out:
 +      return err;
 +}
 diff -urN /usr/share/empty/include/uapi/linux/aufs_type.h linux/include/uapi/linux/aufs_type.h
 --- /usr/share/empty/include/uapi/linux/aufs_type.h    1970-01-01 01:00:00.000000000 +0100
-+++ linux/include/uapi/linux/aufs_type.h       2017-11-12 22:24:44.710911257 +0100
-@@ -0,0 +1,447 @@
++++ linux/include/uapi/linux/aufs_type.h       2018-08-12 23:43:05.466791610 +0200
+@@ -0,0 +1,448 @@
++/* SPDX-License-Identifier: GPL-2.0 */
 +/*
-+ * Copyright (C) 2005-2017 Junjiro R. Okajima
++ * Copyright (C) 2005-2018 Junjiro R. Okajima
 + *
 + * This program, aufs is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -37940,7 +38245,7 @@ diff -urN /usr/share/empty/include/uapi/linux/aufs_type.h linux/include/uapi/lin
 +
 +#include <linux/limits.h>
 +
-+#define AUFS_VERSION  "4.x-rcN-20171106"
++#define AUFS_VERSION  "4.x-rcN-20180730"
 +
 +/* todo? move this to linux-2.6.19/include/magic.h */
 +#define AUFS_SUPER_MAGIC      ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
@@ -38346,13 +38651,14 @@ diff -urN /usr/share/empty/include/uapi/linux/aufs_type.h linux/include/uapi/lin
 +#define AUFS_CTL_FHSM_FD      _IOW(AuCtlType, AuCtl_FHSM_FD, int)
 +
 +#endif /* __AUFS_TYPE_H__ */
+SPDX-License-Identifier: GPL-2.0
 aufs4.x-rcN loopback patch
 
 diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index d44de9d..095672b 100644
+index 5678bf8..ec9c4fb 100644
 --- a/drivers/block/loop.c
 +++ b/drivers/block/loop.c
-@@ -595,6 +595,15 @@ static inline void loop_update_dio(struct loop_device *lo)
+@@ -626,6 +626,15 @@ static inline void loop_update_dio(struct loop_device *lo)
                        lo->use_dio);
  }
  
@@ -38368,7 +38674,7 @@ index d44de9d..095672b 100644
  static void loop_reread_partitions(struct loop_device *lo,
                                   struct block_device *bdev)
  {
-@@ -629,6 +638,7 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
+@@ -690,6 +699,7 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
                          unsigned int arg)
  {
        struct file     *file, *old_file;
@@ -38376,7 +38682,7 @@ index d44de9d..095672b 100644
        struct inode    *inode;
        int             error;
  
-@@ -645,9 +655,16 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
+@@ -706,6 +716,12 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
        file = fget(arg);
        if (!file)
                goto out;
@@ -38387,13 +38693,17 @@ index d44de9d..095672b 100644
 +              get_file(file);
 +      }
  
+       error = loop_validate_file(file, bdev);
+       if (error)
+@@ -713,6 +729,7 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
        inode = file->f_mapping->host;
        old_file = lo->lo_backing_file;
 +      old_virt_file = lo->lo_backing_virt_file;
  
        error = -EINVAL;
  
-@@ -662,6 +679,7 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
+@@ -724,6 +741,7 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
        blk_mq_freeze_queue(lo->lo_queue);
        mapping_set_gfp_mask(old_file->f_mapping, lo->old_gfp_mask);
        lo->lo_backing_file = file;
@@ -38401,7 +38711,7 @@ index d44de9d..095672b 100644
        lo->old_gfp_mask = mapping_gfp_mask(file->f_mapping);
        mapping_set_gfp_mask(file->f_mapping,
                             lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS));
-@@ -669,12 +687,16 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
+@@ -731,12 +749,16 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
        blk_mq_unfreeze_queue(lo->lo_queue);
  
        fput(old_file);
@@ -38418,16 +38728,16 @@ index d44de9d..095672b 100644
   out:
        return error;
  }
-@@ -868,7 +890,7 @@ static int loop_prepare_queue(struct loop_device *lo)
+@@ -924,7 +946,7 @@ static int loop_prepare_queue(struct loop_device *lo)
  static int loop_set_fd(struct loop_device *lo, fmode_t mode,
                       struct block_device *bdev, unsigned int arg)
  {
--      struct file     *file, *f;
+-      struct file     *file;
 +      struct file     *file, *f, *virt_file = NULL;
        struct inode    *inode;
        struct address_space *mapping;
        int             lo_flags = 0;
-@@ -882,6 +904,12 @@ static int loop_set_fd(struct loop_device *lo, fmode_t mode,
+@@ -938,6 +960,12 @@ static int loop_set_fd(struct loop_device *lo, fmode_t mode,
        file = fget(arg);
        if (!file)
                goto out;
@@ -38440,7 +38750,7 @@ index d44de9d..095672b 100644
  
        error = -EBUSY;
        if (lo->lo_state != Lo_unbound)
-@@ -930,6 +958,7 @@ static int loop_set_fd(struct loop_device *lo, fmode_t mode,
+@@ -970,6 +998,7 @@ static int loop_set_fd(struct loop_device *lo, fmode_t mode,
        lo->lo_device = bdev;
        lo->lo_flags = lo_flags;
        lo->lo_backing_file = file;
@@ -38448,7 +38758,7 @@ index d44de9d..095672b 100644
        lo->transfer = NULL;
        lo->ioctl = NULL;
        lo->lo_sizelimit = 0;
-@@ -963,6 +992,8 @@ static int loop_set_fd(struct loop_device *lo, fmode_t mode,
+@@ -1003,6 +1032,8 @@ static int loop_set_fd(struct loop_device *lo, fmode_t mode,
  
   out_putf:
        fput(file);
@@ -38457,7 +38767,7 @@ index d44de9d..095672b 100644
   out:
        /* This is safe: open() is still holding a reference. */
        module_put(THIS_MODULE);
-@@ -1009,6 +1040,7 @@ loop_init_xfer(struct loop_device *lo, struct loop_func_table *xfer,
+@@ -1049,6 +1080,7 @@ loop_init_xfer(struct loop_device *lo, struct loop_func_table *xfer,
  static int loop_clr_fd(struct loop_device *lo)
  {
        struct file *filp = lo->lo_backing_file;
@@ -38465,7 +38775,7 @@ index d44de9d..095672b 100644
        gfp_t gfp = lo->old_gfp_mask;
        struct block_device *bdev = lo->lo_device;
  
-@@ -1040,6 +1072,7 @@ static int loop_clr_fd(struct loop_device *lo)
+@@ -1080,6 +1112,7 @@ static int loop_clr_fd(struct loop_device *lo)
        spin_lock_irq(&lo->lo_lock);
        lo->lo_state = Lo_rundown;
        lo->lo_backing_file = NULL;
@@ -38473,7 +38783,7 @@ index d44de9d..095672b 100644
        spin_unlock_irq(&lo->lo_lock);
  
        loop_release_xfer(lo);
-@@ -1087,6 +1120,8 @@ static int loop_clr_fd(struct loop_device *lo)
+@@ -1128,6 +1161,8 @@ static int loop_clr_fd(struct loop_device *lo)
         * bd_mutex which is usually taken before lo_ctl_mutex.
         */
        fput(filp);
@@ -38483,7 +38793,7 @@ index d44de9d..095672b 100644
  }
  
 diff --git a/drivers/block/loop.h b/drivers/block/loop.h
-index 1f39567..128b137 100644
+index 4d42c7a..a4974ee 100644
 --- a/drivers/block/loop.h
 +++ b/drivers/block/loop.h
 @@ -46,7 +46,7 @@ struct loop_device {
@@ -38496,10 +38806,10 @@ index 1f39567..128b137 100644
        void            *key_data; 
  
 diff --git a/fs/aufs/f_op.c b/fs/aufs/f_op.c
-index 8aff060..e853272 100644
+index 937a20d..1355656 100644
 --- a/fs/aufs/f_op.c
 +++ b/fs/aufs/f_op.c
-@@ -357,7 +357,7 @@ static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter)
+@@ -358,7 +358,7 @@ static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter)
        if (IS_ERR(h_file))
                goto out;
  
@@ -38509,10 +38819,10 @@ index 8aff060..e853272 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 e35f015..b37f1ae 100644
+index 3d84349..a642de5 100644
 --- a/fs/aufs/loop.c
 +++ b/fs/aufs/loop.c
-@@ -132,3 +132,19 @@ void au_loopback_fin(void)
+@@ -133,3 +133,19 @@ void au_loopback_fin(void)
                symbol_put(loop_backing_file);
        kfree(au_warn_loopback_array);
  }
@@ -38533,10 +38843,10 @@ index e35f015..b37f1ae 100644
 +      return f;
 +}
 diff --git a/fs/aufs/loop.h b/fs/aufs/loop.h
-index e2df495..36e5052 100644
+index 05d703d..6bb23c8 100644
 --- a/fs/aufs/loop.h
 +++ b/fs/aufs/loop.h
-@@ -25,7 +25,11 @@ void au_warn_loopback(struct super_block *h_sb);
+@@ -26,7 +26,11 @@ void au_warn_loopback(struct super_block *h_sb);
  
  int au_loopback_init(void);
  void au_loopback_fin(void);
@@ -38548,7 +38858,7 @@ index e2df495..36e5052 100644
  AuStubInt0(au_test_loopback_overlap, struct super_block *sb,
           struct dentry *h_adding)
  AuStubInt0(au_test_loopback_kthread, void)
-@@ -33,6 +37,8 @@ AuStubVoid(au_warn_loopback, struct super_block *h_sb)
+@@ -34,6 +38,8 @@ AuStubVoid(au_warn_loopback, struct super_block *h_sb)
  
  AuStubInt0(au_loopback_init, void)
  AuStubVoid(au_loopback_fin, void)
@@ -38558,10 +38868,10 @@ index e2df495..36e5052 100644
  
  #endif /* __KERNEL__ */
 diff --git a/fs/aufs/super.c b/fs/aufs/super.c
-index 3c300125..128d790 100644
+index 4020639..13e315f 100644
 --- a/fs/aufs/super.c
 +++ b/fs/aufs/super.c
-@@ -838,7 +838,10 @@ static const struct super_operations aufs_sop = {
+@@ -840,7 +840,10 @@ static const struct super_operations aufs_sop = {
        .statfs         = aufs_statfs,
        .put_super      = aufs_put_super,
        .sync_fs        = aufs_sync_fs,
@@ -38574,10 +38884,10 @@ index 3c300125..128d790 100644
  
  /* ---------------------------------------------------------------------- */
 diff --git a/include/linux/fs.h b/include/linux/fs.h
-index 8ab6566..8dbaa52 100644
+index 0d0d247f..50d77f8 100644
 --- a/include/linux/fs.h
 +++ b/include/linux/fs.h
-@@ -1838,6 +1838,10 @@ struct super_operations {
+@@ -1861,6 +1861,10 @@ struct super_operations {
                                  struct shrink_control *);
        long (*free_cached_objects)(struct super_block *,
                                    struct shrink_control *);
This page took 0.370596 seconds and 4 git commands to generate.