Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull overlayfs update from Miklos Szeredi: - Fix a couple of bugs found by syzbot - Don't ingore some open flags set by fcntl(F_SETFL) - Fix failure to create a hard link in certain cases - Use type safe helpers for some mnt_userns transformations - Improve performance of mount - Misc cleanups * tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs: ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" ovl: use inode instead of dentry where possible ovl: Add comment on upperredirect reassignment ovl: use plain list filler in indexdir and workdir cleanup ovl: do not reconnect upper index records in ovl_indexdir_cleanup() ovl: fix comment typos ovl: port to vfs{g,u}id_t and associated helpers ovl: Use ovl mounter's fsuid and fsgid in ovl_link() ovl: Use "buf" flexible array for memcpy() destination ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flags ovl: fix use inode directly in rcu-walk mode
No related branches found
No related tags found
Showing
- fs/overlayfs/Kconfig 1 addition, 1 deletionfs/overlayfs/Kconfig
- fs/overlayfs/dir.c 30 additions, 16 deletionsfs/overlayfs/dir.c
- fs/overlayfs/export.c 4 additions, 4 deletionsfs/overlayfs/export.c
- fs/overlayfs/file.c 2 additions, 1 deletionfs/overlayfs/file.c
- fs/overlayfs/namei.c 9 additions, 3 deletionsfs/overlayfs/namei.c
- fs/overlayfs/overlayfs.h 6 additions, 5 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/readdir.c 26 additions, 32 deletionsfs/overlayfs/readdir.c
- fs/overlayfs/super.c 6 additions, 1 deletionfs/overlayfs/super.c
- fs/overlayfs/util.c 2 additions, 4 deletionsfs/overlayfs/util.c
Loading
Please register or sign in to comment