From: Miklos Szeredi <miklos@szeredi.hu> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: [GIT PULL] overlayfs update for 5.13 Date: Fri, 30 Apr 2021 16:47:38 +0200 [thread overview] Message-ID: <YIwYirYCIdcVUjk6@miu.piliscsaba.redhat.com> (raw) Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-update-5.13 - Fix a regression introduced in 5.2 that resulted in valid overlayfs mounts being rejected with ELOOP (Too many levels of symbolic links). - Fix bugs found by various tools. - Miscallenous improvements and cleanups. Thanks, Miklos --- Amir Goldstein (4): ovl: check that upperdir path is not on a read-only mount ovl: restrict lower null uuid for "xino=auto" ovl: invalidate readdir cache on changes to dir with origin ovl: add debug print to ovl_do_getxattr() Bhaskar Chowdhury (1): ovl: trivial typo fixes in the file inode.c Chengguang Xu (2): ovl: fix error for ovl_fill_super() ovl: do not copy attr several times Dan Carpenter (1): ovl: fix missing revert_creds() on error path Giuseppe Scrivano (1): ovl: show "userxattr" in the mount data Mickaël Salaün (1): ovl: fix leaked dentry Miklos Szeredi (1): ovl: allow upperdir inside lowerdir Sargun Dhillon (1): ovl: plumb through flush method Xiong Zhenwu (1): ovl: fix misspellings using codespell tool youngjun (1): ovl: remove ovl_map_dev_ino() return value --- Documentation/filesystems/overlayfs.rst | 26 ++++++------- fs/overlayfs/copy_up.c | 3 +- fs/overlayfs/file.c | 21 +++++++++++ fs/overlayfs/inode.c | 18 ++++----- fs/overlayfs/namei.c | 1 + fs/overlayfs/overlayfs.h | 37 ++++++++++++++++-- fs/overlayfs/readdir.c | 12 ------ fs/overlayfs/super.c | 66 +++++++++++++++++++++++++-------- fs/overlayfs/util.c | 33 +++++------------ 9 files changed, 136 insertions(+), 81 deletions(-)
next reply other threads:[~2021-04-30 14:47 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-04-30 14:47 Miklos Szeredi [this message] 2021-04-30 22:19 ` Linus Torvalds 2021-04-30 22:40 ` pr-tracker-bot
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=YIwYirYCIdcVUjk6@miu.piliscsaba.redhat.com \ --to=miklos@szeredi.hu \ --cc=linux-fsdevel@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-unionfs@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT PULL] overlayfs update for 5.13' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).