-
- Downloads
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull overlayfs fixes from Miklos Szeredi: - fix incomplete syncing of filesystem - fix regression in readdir on ovl over 9p - only follow redirects when needed - misc fixes and cleanups * 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs: ovl: fix overlay: warning prefix ovl: Use PTR_ERR_OR_ZERO() ovl: Sync upper dirty data when syncing overlayfs ovl: update ctx->pos on impure dir iteration ovl: Pass ovl_get_nlink() parameters in right order ovl: don't follow redirects if redirect_dir=off
No related branches found
No related tags found
Showing
- Documentation/filesystems/overlayfs.txt 34 additions, 0 deletionsDocumentation/filesystems/overlayfs.txt
- fs/overlayfs/Kconfig 10 additions, 0 deletionsfs/overlayfs/Kconfig
- fs/overlayfs/dir.c 2 additions, 1 deletionfs/overlayfs/dir.c
- fs/overlayfs/namei.c 17 additions, 1 deletionfs/overlayfs/namei.c
- fs/overlayfs/overlayfs.h 1 addition, 1 deletionfs/overlayfs/overlayfs.h
- fs/overlayfs/ovl_entry.h 2 additions, 0 deletionsfs/overlayfs/ovl_entry.h
- fs/overlayfs/readdir.c 5 additions, 2 deletionsfs/overlayfs/readdir.c
- fs/overlayfs/super.c 66 additions, 21 deletionsfs/overlayfs/super.c
Loading
Please register or sign in to comment