Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull overlayfs updates from Miklos Szeredi: "Because copy up can take a long time, serialized copy ups could be a big performance bottleneck. This update allows concurrent copy up of regular files eliminating this potential problem. There are also minor fixes" * 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs: ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials ovl: properly implement sync_filesystem() ovl: concurrent copy up of regular files ovl: introduce copy up waitqueue ovl: copy up regular file using O_TMPFILE ovl: rearrange code in ovl_copy_up_locked() ovl: check if upperdir fs supports O_TMPFILE
No related branches found
No related tags found
Showing
- fs/overlayfs/copy_up.c 66 additions, 25 deletionsfs/overlayfs/copy_up.c
- fs/overlayfs/overlayfs.h 11 additions, 0 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/ovl_entry.h 3 additions, 0 deletionsfs/overlayfs/ovl_entry.h
- fs/overlayfs/super.c 37 additions, 2 deletionsfs/overlayfs/super.c
- fs/overlayfs/util.c 31 additions, 0 deletionsfs/overlayfs/util.c
Loading
Please register or sign in to comment