[git pull] statx stuff

From: Al Viro
Date: Mon Nov 18 2024 - 16:38:26 EST


[now that the part shared with vfs.xattr2 is merged...]

The following changes since commit e896474fe4851ffc4dd860c92daa906783090346:

getname_maybe_null() - the third variant of pathname copy-in (2024-10-19 20:33:34 -0400)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-statx

for you to fetch changes up to 6c056ae4b27575d9230b883498d3cd02315ce6cc:

libfs: kill empty_dir_getattr() (2024-11-13 11:46:44 -0500)

----------------------------------------------------------------
sanitize struct filename and lookup flags handling in statx
and friends

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Al Viro (4):
io_statx_prep(): use getname_uflags()
kill getname_statx_lookup_flags()
fs/stat.c: switch to CLASS(fd_raw)
libfs: kill empty_dir_getattr()

Stefan Berger (1):
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag

fs/ecryptfs/inode.c | 12 ++----------
fs/internal.h | 1 -
fs/libfs.c | 11 -----------
fs/overlayfs/inode.c | 10 +++++-----
fs/overlayfs/overlayfs.h | 8 --------
fs/stat.c | 24 +++++++-----------------
include/uapi/linux/fcntl.h | 4 ----
io_uring/statx.c | 3 +--
8 files changed, 15 insertions(+), 58 deletions(-)