From: Al Viro <viro@zeniv.linux.org.uk> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs misc pile Date: Sat, 24 Oct 2020 19:46:56 +0100 Message-ID: <20201024184656.GB3576660@ZenIV.linux.org.uk> (raw) Assorted stuff all over the place (the largest group here is Christoph's stat cleanups). This is probably the last pull request for this window - there's also a group of sparc patches in -next, and davem seemed to be OK with that at the time, but I'd rather have it go through his tree when he's back - nothing urgent in that series. The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you to fetch changes up to f2d077ff1b5c17008cff5dc27e7356a694e55462: fs: remove KSTAT_QUERY_FLAGS (2020-09-26 22:55:05 -0400) ---------------------------------------------------------------- Al Viro (1): reduce boilerplate in fsid handling Alex Dewar (1): fs: omfs: use kmemdup() rather than kmalloc+memcpy Christoph Hellwig (5): fs: remove vfs_statx_fd fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat fs: move vfs_fstatat out of line fs: remove vfs_stat_set_lookup_flags fs: remove KSTAT_QUERY_FLAGS Krzysztof Wilczyński (1): fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGS Mattias Nissler (1): Add a "nosymfollow" mount option. Ross Zwisler (1): selftests: mount: add nosymfollow tests fs/9p/vfs_super.c | 3 +- fs/adfs/super.c | 3 +- fs/affs/super.c | 3 +- fs/befs/linuxvfs.c | 3 +- fs/bfs/inode.c | 3 +- fs/ceph/super.c | 3 +- fs/cramfs/inode.c | 3 +- fs/efs/super.c | 3 +- fs/erofs/super.c | 3 +- fs/exfat/super.c | 3 +- fs/ext2/super.c | 3 +- fs/ext4/super.c | 3 +- fs/f2fs/super.c | 3 +- fs/fat/inode.c | 3 +- fs/hfs/super.c | 3 +- fs/hfsplus/super.c | 3 +- fs/hpfs/super.c | 3 +- fs/isofs/inode.c | 3 +- fs/minix/inode.c | 3 +- fs/namei.c | 3 +- fs/namespace.c | 2 + fs/nilfs2/super.c | 3 +- fs/ntfs/super.c | 3 +- fs/omfs/inode.c | 6 +- fs/proc_namespace.c | 1 + fs/qnx4/inode.c | 3 +- fs/qnx6/inode.c | 3 +- fs/romfs/super.c | 3 +- fs/squashfs/super.c | 3 +- fs/stat.c | 70 +++---- fs/statfs.c | 2 + fs/sysv/inode.c | 3 +- fs/udf/super.c | 3 +- fs/ufs/super.c | 3 +- fs/xfs/xfs_super.c | 3 +- fs/zonefs/super.c | 3 +- include/linux/fcntl.h | 2 +- include/linux/fs.h | 22 +-- include/linux/mount.h | 3 +- include/linux/stat.h | 2 - include/linux/statfs.h | 6 + include/uapi/linux/mount.h | 1 + tools/testing/selftests/mount/.gitignore | 1 + tools/testing/selftests/mount/Makefile | 4 +- tools/testing/selftests/mount/nosymfollow-test.c | 218 +++++++++++++++++++++ tools/testing/selftests/mount/run_nosymfollow.sh | 4 + .../{run_tests.sh => run_unprivileged_remount.sh} | 0 47 files changed, 308 insertions(+), 129 deletions(-) create mode 100644 tools/testing/selftests/mount/nosymfollow-test.c create mode 100755 tools/testing/selftests/mount/run_nosymfollow.sh rename tools/testing/selftests/mount/{run_tests.sh => run_unprivileged_remount.sh} (100%)
next reply index Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-24 18:46 Al Viro [this message] 2020-10-24 19:37 ` 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=20201024184656.GB3576660@ZenIV.linux.org.uk \ --to=viro@zeniv.linux.org.uk \ --cc=linux-fsdevel@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ /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
Linux-Fsdevel Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-fsdevel/0 linux-fsdevel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-fsdevel linux-fsdevel/ https://lore.kernel.org/linux-fsdevel \ linux-fsdevel@vger.kernel.org public-inbox-index linux-fsdevel Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-fsdevel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git