Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull overlayfs fixes from Miklos Szeredi: "Fix a regression in 4.14 and one in 4.13. The latter is a case when Docker is doing something it really shouldn't and gets away with it. We now print a warning instead of erroring out. There are also fixes to several error paths" * 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs: ovl: fix regression caused by exclusive upper/work dir protection ovl: fix missing unlock_rename() in ovl_do_copy_up() ovl: fix dentry leak in ovl_indexdir_cleanup() ovl: fix dput() of ERR_PTR in ovl_cleanup_index() ovl: fix error value printed in ovl_lookup_index() ovl: fix may_write_real() for overlayfs directories
No related branches found
No related tags found
Showing
- Documentation/filesystems/overlayfs.txt 4 additions, 1 deletionDocumentation/filesystems/overlayfs.txt
- fs/namespace.c 3 additions, 1 deletionfs/namespace.c
- fs/overlayfs/copy_up.c 2 additions, 4 deletionsfs/overlayfs/copy_up.c
- fs/overlayfs/dir.c 0 additions, 20 deletionsfs/overlayfs/dir.c
- fs/overlayfs/namei.c 1 addition, 0 deletionsfs/overlayfs/namei.c
- fs/overlayfs/overlayfs.h 1 addition, 0 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/ovl_entry.h 3 additions, 0 deletionsfs/overlayfs/ovl_entry.h
- fs/overlayfs/readdir.c 4 additions, 2 deletionsfs/overlayfs/readdir.c
- fs/overlayfs/super.c 19 additions, 8 deletionsfs/overlayfs/super.c
- fs/overlayfs/util.c 23 additions, 1 deletionfs/overlayfs/util.c
Loading
Please register or sign in to comment